fish/functions/hex.fish @ e3f758e82529

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