fish/functions/hex.fish @ e7f1e7f3a797

Merge.
author Steve Losh <steve@stevelosh.com>
date Wed, 08 Jul 2015 11:52:20 -0400
parents 328a3cd17f13
children (none)
function hex -d "Open a file in Hex Fiend"
    open -a Hex\ Fiend $argv
end