fish/functions/hex.fish @ 1d6b60fde7f1

more
author Steve Losh <steve@stevelosh.com>
date Tue, 23 Aug 2016 22:48:19 +0000
parents 328a3cd17f13
children (none)
function hex -d "Open a file in Hex Fiend"
    open -a Hex\ Fiend $argv
end