.. |
_.fish
|
Fix bug causing some fish strings not to be translated
|
2007-09-24 07:11:11 +10:00 |
__fish_append.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_bind_test1.fish
|
First stab at dropping all support for readlines inputrc files and instead using an internal system for performing keybinding.
|
2007-09-26 02:14:47 +10:00 |
__fish_bind_test2.fish
|
First stab at dropping all support for readlines inputrc files and instead using an internal system for performing keybinding.
|
2007-09-26 02:14:47 +10:00 |
__fish_commandline_test.fish
|
Add input function completions for the commandline builtin
|
2007-09-30 17:42:04 +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_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
|
Change output format of complete -C to make writing case insensitive command specific completions more transparent
|
2007-04-21 05:55:06 +10: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
|
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
|
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
|
Change output format of complete -C to make writing case insensitive command specific completions more transparent
|
2007-04-21 05:55:06 +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
|
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_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_complete_vi.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_config_interactive.fish
|
Remove readline legacy input function 'winch' and replace its functionality with an event handler function. Once again make the null keybinding do nothing. There are various sitauations where you want to perform a repaint at just the right time, and more or less by luck it worked very well to do this on null, but this really shouldn't happen and no longer does. Hopefully if new repainting issues turn up, they can be fixed at the root instead of once again reapplying this broken bandaid.
|
2007-10-01 08:53:54 +10:00 |
__fish_contains_opt.fish
|
Drop unneeded '--' when using set builtin in various places
|
2006-12-13 06:37:27 +10:00 |
__fish_crux_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_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
|
Minor bug fix in mime-completion-filter - correctly handle when there is no mimetype
|
2007-08-02 03:39:55 +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
|
Make sure all keybinding scripts repaint properly
|
2007-09-22 01:17:23 +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_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_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
|
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 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_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_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
|
Use the math function instead of calling bc directly in various places
|
2006-12-13 03:11:18 +10: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
|
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_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
|
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
|
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
|
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 |
down-or-search.fish
|
Add a few comments, remove debug message add function descriptions to up-or-search and down-or-search shellscript functions
|
2007-09-22 00:11:21 +10:00 |
eval.fish
|
Fix bug in eval function, forgot to turn off new scope creation.
|
2007-09-23 05:30:55 +10:00 |
fish_default_key_bindings.fish
|
Drop the unneeded input-function delete-line. It was only there for compatiability with readline, which we have dropped.
|
2007-09-30 17:30:18 +10: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
|
Add boilerplate definition when using funced on undefined function
|
2007-09-22 00:29:54 +10: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
|
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
|
Avoid using test command in prompt, makes it slightly faster
|
2007-09-09 05:17:17 +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
|
Remove a few calls to the test command in favour of the switch builtin to speed statup up
|
2007-09-23 05:07:34 +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 |
up-or-search.fish
|
Add a few comments, remove debug message add function descriptions to up-or-search and down-or-search shellscript functions
|
2007-09-22 00:11:21 +10:00 |
vared.fish
|
Minor tweaks to vared function
|
2007-02-09 03:01:18 +10:00 |