fish/functions/hex.fish @ b887f32e40cd

Merge.
author Steve Losh <steve@stevelosh.com>
date Sat, 14 Oct 2017 17:58:52 -0400
parents 328a3cd17f13
children (none)
function hex -d "Open a file in Hex Fiend"
    open -a Hex\ Fiend $argv
end