fish-shell/share/functions
axel 32502bfac8 Don't use GREP_OPTIONS in 'contains' function - this is a modified version of a patch by David Bitseff
darcs-hash:20061126131150-ac50b-640bfaf2c3a4111809d9091631b79e35005e68b5.gz
2006-11-26 23:11:50 +10:00
..
_.fish Don't call the type function when defining the _ function, as this will cause a recursive dependency 2006-03-17 23:23:56 +10:00
__fish_append.fish Move a few shellscript bits around 2006-02-18 12:41:45 +10:00
__fish_complete_bittorrent.fish Do gettext translation of descriptions just-in-time internally in fish 2006-03-02 02:53:47 +10:00
__fish_complete_cd.fish Fix bug in completions for the cd builtin that caused missed completions when using relative search paths and CDPATH. Also move the completions function to it's own file. 2006-07-10 09:55:18 +10:00
__fish_complete_directory.fish Redo installation file structure, move lots of things to $PREFIX/share/fish 2006-02-17 20:13:39 +10:00
__fish_complete_ls.fish Add a few missing completions for the ls command 2006-11-11 21:33:15 +10:00
__fish_complete_man.fish Fix various uses of the GNUism of allowing backslash escapes in the second half of a sed regexp substitution 2006-03-02 21:28:08 +10:00
__fish_complete_pids.fish Fix various uses of the GNUism of allowing backslash escapes in the second half of a sed regexp substitution 2006-03-02 21:28:08 +10:00
__fish_complete_ssh.fish Do gettext translation of descriptions just-in-time internally in fish 2006-03-02 02:53:47 +10:00
__fish_complete_subcommand.fish Fix bug in __fish_complete_subcommand, reported by Xavier Douville 2006-09-13 09:14:09 +10:00
__fish_complete_subcommand_root.fish Make sude completions include /sbin and /usr/sbin in PATH. Thanks to Xavier Douville for the suggestion. 2006-09-14 03:13:10 +10:00
__fish_complete_suffix.fish Redo installation file structure, move lots of things to $PREFIX/share/fish 2006-02-17 20:13:39 +10:00
__fish_complete_tar.fish Add support for completing using contents of tar archives 2006-11-03 09:55:48 +10:00
__fish_complete_tex.fish Do gettext translation of descriptions just-in-time internally in fish 2006-03-02 02:53:47 +10:00
__fish_complete_unrar.fish Add command specific completions for unrar command (No switches yet, only commands and files in archive) 2006-11-03 09:57:27 +10:00
__fish_contains_opt.fish Redo installation file structure, move lots of things to $PREFIX/share/fish 2006-02-17 20:13:39 +10:00
__fish_describe_command.fish Changes in quoting of backslashes lead to minor bug in awk script for munging command descriptions 2006-03-11 00:28:08 +10:00
__fish_gnu_complete.fish Redo installation file structure, move lots of things to $PREFIX/share/fish 2006-02-17 20:13:39 +10:00
__fish_is_first_token.fish Redo installation file structure, move lots of things to $PREFIX/share/fish 2006-02-17 20:13:39 +10:00
__fish_list_current_token.fish Redo installation file structure, move lots of things to $PREFIX/share/fish 2006-02-17 20:13:39 +10:00
__fish_move_last.fish Fix syntax bug caused by new cmdsubs slicing feature. Thanks to Martin Bähr for the report. 2006-09-08 06:11:45 +10:00
__fish_no_arguments.fish Redo installation file structure, move lots of things to $PREFIX/share/fish 2006-02-17 20:13:39 +10:00
__fish_print_filesystems.fish Redo installation file structure, move lots of things to $PREFIX/share/fish 2006-02-17 20:13:39 +10:00
__fish_print_function_prototypes.fish Add functiopn prototype completions for valgrind --alloc-fn 2006-02-24 23:56:18 +10:00
__fish_print_help.fish Minor edits, whitespace fixes, etc. 2006-11-20 23:14:12 +10:00
__fish_print_hostnames.fish Redo installation file structure, move lots of things to $PREFIX/share/fish 2006-02-17 20:13:39 +10:00
__fish_print_packages.fish Use 'type -f' instead of 'which' to test for presense of command, since the latter does not set the exit status correctly on all platforms 2006-03-14 10:21:27 +10:00
__fish_seen_subcommand_from.fish Move a few shellscript bits around 2006-02-18 12:41:45 +10:00
__fish_use_subcommand.fish Minor cleanups, mostly of code comments 2006-11-11 20:54:52 +10:00
alias.fish Update documentation display code to run roff on the client system instead of pregenerating documentation and compiling it into program binaries 2006-11-18 02:24:38 +10:00
cd.fish Update function wrapper for cd builtin, make sure a local variable is used 2006-06-17 23:11:45 +10:00
contains.fish Don't use GREP_OPTIONS in 'contains' function - this is a modified version of a patch by David Bitseff 2006-11-26 23:11:50 +10:00
delete-or-exit.fish Fix exit status of delete-or-exit function 2006-11-12 21:45:44 +10:00
dirh.fish Update documentation display code to run roff on the client system instead of pregenerating documentation and compiling it into program binaries 2006-11-18 02:24:38 +10:00
dirs.fish Do gettext translation of descriptions just-in-time internally in fish 2006-03-02 02:53:47 +10:00
fish_prompt.fish Move the event handler for fish_color_cwd to init file, so it is not autounloaded. Also cache output of call to set_color command to improve performance a bit. 2006-11-19 07:21:47 +10:00
grep.fish Overhaul of the script autoloader. This should make sure that old scripts are unloaded and new scripts are loaded when the fish_function_path and fish_complete_path variables change 2006-07-13 00:22:42 +10:00
help.fish Update documentation display code to run roff on the client system instead of pregenerating documentation and compiling it into program binaries 2006-11-18 02:24:38 +10:00
isatty.fish Update documentation display code to run roff on the client system instead of pregenerating documentation and compiling it into program binaries 2006-11-18 02:24:38 +10:00
la.fish Do gettext translation of descriptions just-in-time internally in fish 2006-03-02 02:53:47 +10:00
ll.fish Do gettext translation of descriptions just-in-time internally in fish 2006-03-02 02:53:47 +10:00
ls.fish Fix bug causing ls function to never color or classify files 2006-10-05 09:55:30 +10:00
math.fish Update documentation display code to run roff on the client system instead of pregenerating documentation and compiling it into program binaries 2006-11-18 02:24:38 +10:00
N_.fish Add missing N_.fish file to repo 2006-05-26 22:09:06 +10:00
nextd-or-forward-word.fish Remove the --key-binding switch for fish 2006-10-26 06:28:36 +10:00
nextd.fish Update documentation display code to run roff on the client system instead of pregenerating documentation and compiling it into program binaries 2006-11-18 02:24:38 +10:00
open.fish Update documentation display code to run roff on the client system instead of pregenerating documentation and compiling it into program binaries 2006-11-18 02:24:38 +10:00
popd.fish Update documentation display code to run roff on the client system instead of pregenerating documentation and compiling it into program binaries 2006-11-18 02:24:38 +10:00
prevd-or-backward-word.fish Remove the --key-binding switch for fish 2006-10-26 06:28:36 +10:00
prevd.fish Update documentation display code to run roff on the client system instead of pregenerating documentation and compiling it into program binaries 2006-11-18 02:24:38 +10:00
prompt_pwd.fish Make sure that the / is only printed once in prompt_pwd function when cwd is root 2006-07-11 08:38:48 +10:00
psub.fish Update documentation display code to run roff on the client system instead of pregenerating documentation and compiling it into program binaries 2006-11-18 02:24:38 +10:00
pushd.fish Update documentation display code to run roff on the client system instead of pregenerating documentation and compiling it into program binaries 2006-11-18 02:24:38 +10:00
pwd.fish Only hide /private directories in pwd function under OS X 2006-06-02 08:23:00 +10:00
save_function.fish Update documentation display code to run roff on the client system instead of pregenerating documentation and compiling it into program binaries 2006-11-18 02:24:38 +10:00
setenv.fish Fix bug in the setenv function (values wheren't exported!), thanks to Matrin Bähr for the report. 2006-09-29 02:54:05 +10:00
trap.fish Update documentation display code to run roff on the client system instead of pregenerating documentation and compiling it into program binaries 2006-11-18 02:24:38 +10:00
type.fish Update documentation display code to run roff on the client system instead of pregenerating documentation and compiling it into program binaries 2006-11-18 02:24:38 +10:00
umask.fish Update documentation display code to run roff on the client system instead of pregenerating documentation and compiling it into program binaries 2006-11-18 02:24:38 +10:00
vared.fish Update documentation display code to run roff on the client system instead of pregenerating documentation and compiling it into program binaries 2006-11-18 02:24:38 +10:00