fish/functions/hex.fish @ 8324a5a60426

Reimplement grep
author Steve Losh <steve@stevelosh.com>
date Fri, 21 Dec 2018 18:52:47 -0500
parents 328a3cd17f13
children (none)
function hex -d "Open a file in Hex Fiend"
    open -a Hex\ Fiend $argv
end