fish/functions/hex.fish @ eb02b7270d28

Merge.
author Steve Losh <steve@stevelosh.com>
date Thu, 26 Jul 2018 15:10:41 +0000
parents 328a3cd17f13
children (none)
function hex -d "Open a file in Hex Fiend"
    open -a Hex\ Fiend $argv
end