.. |
__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
|
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
|
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
|
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_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_mime.fish
|
Add missing file for vi completions that is needed to complete files selectively based on mime types. Also use it to improve emacs completions, in order to balance my GNU karma.
|
2007-02-23 07:45:55 +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
|
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_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_subcommand.fish
|
Add completions for the env command
|
2006-12-04 21:58:38 +10:00 |
__fish_complete_suffix.fish
|
Make the first and last argument to __fish_complete_suffix optional. Use mimedb to look up descriptions if not supplied.
|
2007-01-31 01:26:31 +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
|
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
|
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_complete_vi.fish
|
Add missing file for vi completions that is needed to complete files selectively based on mime types. Also use it to improve emacs completions, in order to balance my GNU karma.
|
2007-02-23 07:45:55 +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
|
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_mime.fish
|
Update vi/vim completions. Add __fish_complete_text function that completes using any text file, and __fish_filter_mime that filters a file list based on mimetype. This update was written by Velko Hristov with some suggestions and updates by me.
|
2007-02-05 01:18:09 +10:00 |
__fish_gnu_complete.fish
|
Remove the final non-builtin call from __fish_gnu_complete, to make it even faster
|
2007-01-19 02:28:53 +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
|
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 |
__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_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 |
_.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 |
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
|
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 |
contains.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 |
delete-or-exit.fish
|
Make delete-or-exit work with multiline commands
|
2006-12-06 22:25:37 +10:00 |
dirh.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 |
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 |
fish_prompt.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 |
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
|
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 |
isatty.fish
|
Remove unneeded code from isatty, fix spelling in docs
|
2007-01-28 00:12:15 +10: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
|
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 |
math.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 |
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
|
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 |
open.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 |
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
|
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 |
prompt_pwd.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 |
psub.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 |
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
|
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 |
save_function.fish
|
Make save_function print the help text when given no argumetns. Thanks to Alexander Kellett for the suggestion.
|
2007-01-19 23:15:38 +10: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
|
Drop unneeded '--' when using set builtin in the trap function
|
2006-12-13 04:18:41 +10:00 |
type.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 |
umask.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 |
vared.fish
|
Minor tweaks to vared function
|
2007-02-09 03:01:18 +10:00 |