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.
