fish/functions/hex.fish @ 6e74bbedafce

Merge.
author Steve Losh <steve@stevelosh.com>
date Wed, 25 Jul 2018 20:33:35 +0000
parents 328a3cd17f13
children (none)
function hex -d "Open a file in Hex Fiend"
    open -a Hex\ Fiend $argv
end