fish/functions/hex.fish @ 2b37786c6a97

Update
author Steve Losh <steve@stevelosh.com>
date Fri, 08 Sep 2017 19:37:36 -0400
parents 328a3cd17f13
children (none)
function hex -d "Open a file in Hex Fiend"
    open -a Hex\ Fiend $argv
end