fish/functions/hex.fish @ 774253fee5f6

Updates
author Steve Losh <steve@stevelosh.com>
date Thu, 30 Jun 2016 11:41:51 +0000
parents 328a3cd17f13
children (none)
function hex -d "Open a file in Hex Fiend"
    open -a Hex\ Fiend $argv
end