fish/functions/hex.fish @ 5b0dc8a1103f

Clean up
author Steve Losh <steve@stevelosh.com>
date Tue, 24 Jul 2018 14:29:00 +0000
parents 328a3cd17f13
children (none)
function hex -d "Open a file in Hex Fiend"
    open -a Hex\ Fiend $argv
end