fish-shell/share/functions
axel 0ace93c2a4 Fix yet another place where the 'builtin' builtin was used in stead of 'command'
darcs-hash:20061214182409-ac50b-60af38f1b1edcafcf1c0aff9c64094b92a84e5fc.gz
2006-12-15 04:24:09 +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_ant_targets.fish Add ant target completions, written by Nate Drake 2006-12-06 09:52:52 +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 Rename __fish_complete_directory to increase consistency 2006-12-03 09:34:33 +10:00
__fish_complete_directories.fish Drop unneeded '--' when using set builtin in various places 2006-12-13 06:37:27 +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 Replace all internal uses of grep with sgrep, which is a wrapper around grep that strips away any GREP_OPTIONS. This is needed to avoid users who have added arbitrary switches to GREP_OPTIONS, thus changing its behaviour. 2006-11-30 00:00:04 +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 Add completions for the env command 2006-12-04 21:58:38 +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 Drop unneeded '--' when using set builtin in various places 2006-12-13 06:37:27 +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 Drop unneeded '--' when using set builtin in various places 2006-12-13 06:37:27 +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 Drop unneeded '--' when using set builtin in various places 2006-12-13 06:37:27 +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 Replace all internal uses of grep with sgrep, which is a wrapper around grep that strips away any GREP_OPTIONS. This is needed to avoid users who have added arbitrary switches to GREP_OPTIONS, thus changing its behaviour. 2006-11-30 00:00:04 +10:00
__fish_print_packages.fish Use the math function instead of calling bc directly in various places 2006-12-13 03:11:18 +10:00
__fish_seen_subcommand_from.fish Drop unneeded '--' when using set builtin in various places 2006-12-13 06:37:27 +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 Drop unneeded '--' when using set builtin in various places 2006-12-13 06:37:27 +10:00
delete-or-exit.fish Make delete-or-exit work with multiline commands 2006-12-06 22:25:37 +10:00
dirh.fish Use the math function instead of calling bc directly in various places 2006-12-13 03:11:18 +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 Use dircolors to set default colors for ls 2006-12-01 01:40:26 +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 Make the directory history keyboard shortcuts repaint the screen. Otherwise, the prompt won't reflect the new CWD. This is needed because of the reduced amounts of repainting done since 1.22.2 2006-12-15 04:23:13 +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 Make the directory history keyboard shortcuts repaint the screen. Otherwise, the prompt won't reflect the new CWD. This is needed because of the reduced amounts of repainting done since 1.22.2 2006-12-15 04:23:13 +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 Make sure the rm command and not a wrapper function that could change its behaviour is used. This patch was written by David Bitseff. 2006-12-12 22:28:53 +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 Fix yet another place where the 'builtin' builtin was used in stead of 'command' 2006-12-15 04:24:09 +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
sgrep.fish Replace all internal uses of grep with sgrep, which is a wrapper around grep that strips away any GREP_OPTIONS. This is needed to avoid users who have added arbitrary switches to GREP_OPTIONS, thus changing its behaviour. 2006-11-30 00:00:04 +10:00
trap.fish Drop unneeded '--' when using set builtin in the trap function 2006-12-13 04:18:41 +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 Use the math function instead of calling bc directly in various places 2006-12-13 03:11:18 +10:00
vared.fish Drop unneeded '--' when using set builtin in various places 2006-12-13 06:37:27 +10:00