Fish Toolbox

An Alfred Workflow


Short Description

A list of functions for working with the Fish shell.

Last Updated

25 Mar 2014

Compatibility

Yosemite
(10.10)
Mavericks
(10.9)
Mountain Lion
(10.8)
Lion
(10.7)
Snow Leopard
(10.6)
No Yes Yes Yes Yes
 

Version

1.0
 

Bundle ID

com.customct.FishToolbox
 

Author

Categories

Applications

Tags

Fish Toolbox This is a toolbox of functions for working with the Fish Shell. You can install fish shell with homebrew:

brew install fish

Currently, the functions are:

Command Description
f:seteditor Set the code editor to use
f:editfunction Edit a Fish function. It will show a list of possible functions to edit. If you press FN key and select a function, that function will be deleted.
f:editconfig Edit the Fish Configuration file.
f:newfunction Create a new fish function.

with more to come.