fish-shell/share/functions
axel 536523ffd7 Minor comment and documentation edits
darcs-hash:20060420150206-ac50b-c5c91053ee37a6c3f763287c42b430cdc99bb45b.gz
2006-04-21 01:02:06 +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_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 Do gettext translation of descriptions just-in-time internally in fish 2006-03-02 02:53:47 +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 Redo installation file structure, move lots of things to $PREFIX/share/fish 2006-02-17 20:13:39 +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_tex.fish Do gettext translation of descriptions just-in-time internally in fish 2006-03-02 02:53:47 +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 Redo installation file structure, move lots of things to $PREFIX/share/fish 2006-02-17 20:13:39 +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_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
cd.fish Do gettext translation of descriptions just-in-time internally in fish 2006-03-02 02:53:47 +10:00
contains.fish Minor comment and documentation edits 2006-04-21 01:02:06 +10:00
delete-or-exit.fish Redo installation file structure, move lots of things to $PREFIX/share/fish 2006-02-17 20:13:39 +10:00
dirh.fish Do gettext translation of descriptions just-in-time internally in fish 2006-03-02 02:53:47 +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 Do gettext translation of descriptions just-in-time internally in fish 2006-03-02 02:53:47 +10:00
grep.fish Do gettext translation of descriptions just-in-time internally in fish 2006-03-02 02:53:47 +10:00
help.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
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 Do gettext translation of descriptions just-in-time internally in fish 2006-03-02 02:53:47 +10:00
nextd-or-forward-word.fish Redo installation file structure, move lots of things to $PREFIX/share/fish 2006-02-17 20:13:39 +10:00
nextd.fish Do gettext translation of descriptions just-in-time internally in fish 2006-03-02 02:53:47 +10:00
open.fish Do gettext translation of descriptions just-in-time internally in fish 2006-03-02 02:53:47 +10:00
popd.fish Do gettext translation of descriptions just-in-time internally in fish 2006-03-02 02:53:47 +10:00
prevd-or-backward-word.fish Redo installation file structure, move lots of things to $PREFIX/share/fish 2006-02-17 20:13:39 +10:00
prevd.fish Do gettext translation of descriptions just-in-time internally in fish 2006-03-02 02:53:47 +10:00
prompt_pwd.fish Do gettext translation of descriptions just-in-time internally in fish 2006-03-02 02:53:47 +10:00
psub.fish Do gettext translation of descriptions just-in-time internally in fish 2006-03-02 02:53:47 +10:00
pushd.fish Do gettext translation of descriptions just-in-time internally in fish 2006-03-02 02:53:47 +10:00
pwd.fish Do gettext translation of descriptions just-in-time internally in fish 2006-03-02 02:53:47 +10:00
trap.fish Redo installation file structure, move lots of things to $PREFIX/share/fish 2006-02-17 20:13:39 +10:00
type.fish Fix bug in type command causing type -f to return true even when no file was found 2006-04-11 00:32:01 +10:00
umask.fish Do gettext translation of descriptions just-in-time internally in fish 2006-03-02 02:53:47 +10:00
vared.fish Do gettext translation of descriptions just-in-time internally in fish 2006-03-02 02:53:47 +10:00