fish-shell/share/functions
2010-09-18 10:18:26 +08:00
..
_.fish Fix bug causing some fish strings not to be translated 2007-09-24 07:11:11 +10:00
__fish_append.fish remove trialing spaces #2 2010-09-18 10:18:26 +08:00
__fish_bind_test1.fish remove trialing spaces #2 2010-09-18 10:18:26 +08:00
__fish_bind_test2.fish remove trialing spaces #2 2010-09-18 10:18:26 +08:00
__fish_commandline_test.fish remove trialing spaces #2 2010-09-18 10:18:26 +08:00
__fish_complete_ant_targets.fish remove trialing spaces #2 2010-09-18 10:18:26 +08:00
__fish_complete_bittorrent.fish Drop use of the N_ no-op for translation descriptions. Instead, tell xgettext that any token following '--description' should be translated. This should greatly speed up completion loading on platforms where fork() is slow. (Hi, OS X) 2007-01-16 11:18:28 +10:00
__fish_complete_cd.fish remove trialing spaces #2 2010-09-18 10:18:26 +08:00
__fish_complete_command.fish Clean up interactive mode init a bit. Move a few utility functions to their own files. 2007-09-22 06:52:12 +10:00
__fish_complete_directories.fish Minor polish like adding missing whitespace, switch to using --argument switch in function definitions to make code more readable, add a few minor saftey checks, etc. 2007-09-24 07:07:30 +10:00
__fish_complete_file_url.fish remove trialing spaces #2 2010-09-18 10:18:26 +08:00
__fish_complete_groups.fish Clean up interactive mode init a bit. Move a few utility functions to their own files. 2007-09-22 06:52:12 +10:00
__fish_complete_ls.fish remove trialing spaces #2 2010-09-18 10:18:26 +08:00
__fish_complete_man.fish remove trialing spaces #2 2010-09-18 10:18:26 +08:00
__fish_complete_mime.fish Remove explicit directory completion from __fish_complete_mime, we only want directory completion as a fallback in order to minimize the number of reasonable completions that are ignored. This issue was reported by Claes Nästén. 2007-04-18 08:56:58 +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 Minor polish like adding missing whitespace, switch to using --argument switch in function definitions to make code more readable, add a few minor saftey checks, etc. 2007-09-24 07:07:30 +10:00
__fish_complete_subcommand.fish remove trialing spaces #2 2010-09-18 10:18:26 +08:00
__fish_complete_subcommand_root.fish remove trialing spaces #2 2010-09-18 10:18:26 +08:00
__fish_complete_suffix.fish remove trialing spaces #2 2010-09-18 10:18:26 +08:00
__fish_complete_tar.fish remove trialing spaces #2 2010-09-18 10:18:26 +08:00
__fish_complete_tex.fish Drop use of the N_ no-op for translation descriptions. Instead, tell xgettext that any token following '--description' should be translated. This should greatly speed up completion loading on platforms where fork() is slow. (Hi, OS X) 2007-01-16 11:18:28 +10:00
__fish_complete_unrar.fish remove trialing spaces #2 2010-09-18 10:18:26 +08:00
__fish_complete_users.fish Fix user completion so it can handle comments in the passwd file. Patch by Sven Axelsson. 2009-02-02 08:19:21 +10:00
__fish_complete_vi.fish remove trialing spaces #2 2010-09-18 10:18:26 +08:00
__fish_config_interactive.fish remove trialing spaces #2 2010-09-18 10:18:26 +08:00
__fish_contains_opt.fish remove trialing spaces #2 2010-09-18 10:18:26 +08:00
__fish_crux_packages.fish remove trialing spaces #2 2010-09-18 10:18:26 +08:00
__fish_describe_command.fish Remove comments from apropos matching in function for getting description for command from whatis database 2007-01-08 00:20:00 +10:00
__fish_filter_ant_targets.fish Improve ant completions. This patch comes from Steven Knight. (minor tweaks applied) 2008-01-09 08:16:08 +10:00
__fish_filter_mime.fish Minor bug fix in mime-completion-filter - correctly handle when there is no mimetype 2007-08-02 03:39:55 +10:00
__fish_git_branch_prompt.fish function to put current git branch on the fish prompt 2009-02-05 05:03:58 +10:00
__fish_gnu_complete.fish remove trialing spaces #2 2010-09-18 10:18:26 +08: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 Make sure all keybinding scripts repaint properly 2007-09-22 01:17:23 +10:00
__fish_move_last.fish remove trialing spaces #2 2010-09-18 10:18:26 +08:00
__fish_no_arguments.fish remove trialing spaces #2 2010-09-18 10:18:26 +08:00
__fish_not_contain_opt.fish remove trialing spaces #2 2010-09-18 10:18:26 +08:00
__fish_paginate.fish remove trialing spaces #2 2010-09-18 10:18:26 +08:00
__fish_ports_dirs.fish Completions for ports, a tool for port management in CRUX linux 2007-08-04 21:09:16 +10:00
__fish_print_addresses.fish Clean up interactive mode init a bit. Move a few utility functions to their own files. 2007-09-22 06:52:12 +10:00
__fish_print_debian_services.fish adds completion for Debian's invoke-rc.d command 2009-02-05 05:17:57 +10:00
__fish_print_encodings.fish Create common function for listing available character encodings, make sure it is used in all relevant places. 2007-09-22 07:10:51 +10:00
__fish_print_filesystems.fish remove trialing spaces #2 2010-09-18 10:18:26 +08: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 remove trialing spaces #2 2010-09-18 10:18:26 +08:00
__fish_print_hostnames.fish ish's current hostname completion uses ~/.ssh/known_hosts as one of its sources of information, but ~/.ssh/config may also be useful. Gather all of the 'Host' declarations from ~/.ssh/config and filter out the ones with wildcards. Signed-off-by: James Vega <jamessan@debian.org> 2009-02-03 07:02:42 +10:00
__fish_print_interfaces.fish Clean up interactive mode init a bit. Move a few utility functions to their own files. 2007-09-22 06:52:12 +10:00
__fish_print_make_targets.fish Move mkae completion function to its own file 2007-09-22 07:04:01 +10:00
__fish_print_packages.fish remove trialing spaces #2 2010-09-18 10:18:26 +08:00
__fish_print_users.fish Clean up interactive mode init a bit. Move a few utility functions to their own files. 2007-09-22 06:52:12 +10:00
__fish_prt_no_subcommand.fish Completions for prt-get and pkgutils, the package management utilities for CRUX (Giorgio Lando) 2007-08-04 06:22:53 +10:00
__fish_prt_packages.fish Completions for prt-get and pkgutils, the package management utilities for CRUX (Giorgio Lando) 2007-08-04 06:22:53 +10:00
__fish_prt_ports.fish Completions for prt-get and pkgutils, the package management utilities for CRUX (Giorgio Lando) 2007-08-04 06:22:53 +10:00
__fish_prt_use_package.fish remove trialing spaces #2 2010-09-18 10:18:26 +08:00
__fish_prt_use_port.fish Completions for prt-get and pkgutils, the package management utilities for CRUX (Giorgio Lando) 2007-08-04 06:22:53 +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_test_arg.fish Add vim completions, written by Velko Hristov 2007-01-30 10:42:33 +10:00
__fish_use_subcommand.fish Minor cleanups, mostly of code comments 2006-11-11 20:54:52 +10:00
alias.fish Add newline to error message in alias.fish. This problem was reported by flixil. 2007-04-12 21:52:21 +10:00
cd.fish remove trialing spaces #2 2010-09-18 10:18:26 +08:00
delete-or-exit.fish Fix bug in exit code that made the exit builtin exit even if there where running jobs if called directly from the commandline 2007-09-26 19:01:59 +10:00
dirh.fish remove trialing spaces #2 2010-09-18 10:18:26 +08:00
dirs.fish Make all descriptions for function calls use the implicit translation from the previous patch instead of explicitly using N_ 2007-01-16 11:29:18 +10:00
down-or-search.fish remove trialing spaces #2 2010-09-18 10:18:26 +08:00
eval.fish 'Misfeature' fix for eval function - make it force job control when in interactive mode, in order to make commands that expect to control the terminal happy 2007-10-06 20:23:26 +10:00
fish_default_key_bindings.fish remove trialing spaces #2 2010-09-18 10:18:26 +08:00
fish_prompt.fish Make the prompt different when root user. This change was suggested by Claes Nästén. 2007-08-19 09:03:02 +10:00
funced.fish remove trialing spaces #2 2010-09-18 10:18:26 +08:00
funcsave.fish Rename save_function to funcsave to keep consistency between function/variable functions 2007-04-17 07:44:53 +10:00
grep.fish remove trialing spaces #2 2010-09-18 10:18:26 +08:00
help.fish remove trialing spaces #2 2010-09-18 10:18:26 +08:00
isatty.fish remove trialing spaces #2 2010-09-18 10:18:26 +08:00
la.fish Make all descriptions for function calls use the implicit translation from the previous patch instead of explicitly using N_ 2007-01-16 11:29:18 +10:00
ll.fish Make all descriptions for function calls use the implicit translation from the previous patch instead of explicitly using N_ 2007-01-16 11:29:18 +10:00
ls.fish Fix color ls detection for BSD and OS X systems. Patch by Sven Axelsson. 2009-02-02 08:24:10 +10:00
math.fish remove trialing spaces #2 2010-09-18 10:18:26 +08:00
N_.fish Drop use of the N_ no-op for translation descriptions. Instead, tell xgettext that any token following '--description' should be translated. This should greatly speed up completion loading on platforms where fork() is slow. (Hi, OS X) 2007-01-16 11:18:28 +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 remove trialing spaces #2 2010-09-18 10:18:26 +08:00
open.fish Make xdg-version of open handle multiple files. 2009-02-17 07:11:03 +10:00
popd.fish Make all descriptions for function calls use the implicit translation from the previous patch instead of explicitly using N_ 2007-01-16 11:29:18 +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 remove trialing spaces #2 2010-09-18 10:18:26 +08:00
prompt_pwd.fish remove trialing spaces #2 2010-09-18 10:18:26 +08:00
psub.fish remove trialing spaces #2 2010-09-18 10:18:26 +08:00
pushd.fish Make all descriptions for function calls use the implicit translation from the previous patch instead of explicitly using N_ 2007-01-16 11:29:18 +10:00
pwd.fish remove trialing spaces #2 2010-09-18 10:18:26 +08:00
setenv.fish Make all descriptions for function calls use the implicit translation from the previous patch instead of explicitly using N_ 2007-01-16 11:29:18 +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 remove trialing spaces #2 2010-09-18 10:18:26 +08:00
type.fish remove trialing spaces #2 2010-09-18 10:18:26 +08:00
umask.fish remove trialing spaces #2 2010-09-18 10:18:26 +08:00
up-or-search.fish remove trialing spaces #2 2010-09-18 10:18:26 +08:00
vared.fish Minor tweaks to vared function 2007-02-09 03:01:18 +10:00