fish/functions/hex.fish @ 5d83e9eaedcf

Maps
author Steve Losh <steve@stevelosh.com>
date Mon, 23 Jul 2018 16:22:45 +0000
parents 328a3cd17f13
children (none)
function hex -d "Open a file in Hex Fiend"
    open -a Hex\ Fiend $argv
end