fish/functions/hex.fish @ 07fbabc1f02d

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