This page is a list of shellscript functions for fish. One day it will contain thousands of scripts, and then it will need to be split into categories, but for the moment it can be one list.

How to use functions

On your system, each function must be defined in a separate file in one of the directories on the function path. The file must be called functionname.fish, where functionname is the name of that function (inside the file, the definition starts "function functionname" and so on). The directories on the function path on your system are probably "/usr/local/share/fish/functions", "$HOME/.config/fish/functions" and others. You can check them by issuing the command

    echo $fish_function_path

Functions (last edited 2010-01-06 14:13:21 by Smar)