.. |
_.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_cd.fish
|
Fix bug in completions for the cd builtin that caused missed completions when using relative search paths and CDPATH. Also move the completions function to it's own file.
|
2006-07-10 09:55:18 +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
|
Fix for recursive autoload loop on ls
|
2006-07-28 23:17:56 +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
|
Fix bug in __fish_complete_subcommand, reported by Xavier Douville
|
2006-09-13 09:14:09 +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
|
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
|
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_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 |
__fish_use_subcommand.fish
|
Don't turn of file completion in svn completions if given an unknown subcommand
|
2006-08-28 00:48:53 +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
|
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 not repaint prompt on universal variable events, but add event handler for fish_color_cwd to repiant prompt on change
|
2006-05-11 22:26:29 +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
|
Fix warning when help function is called with no arguments
|
2006-09-05 06:16:12 +10:00 |
isatty.fish
|
Unly use classifications in ls if stdout is a tty
|
2006-09-20 02:53:17 +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
|
Fix bug causing ls function to never color or classify files
|
2006-10-05 09:55:30 +10:00 |
math.fish
|
Add math shellscript function, which is a thin wrapper around bc
|
2006-09-05 02:00:23 +10:00 |
N_.fish
|
Add missing N_.fish file to repo
|
2006-05-26 22:09:06 +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
|
Add missing newline in error message for popd function. Thanks to Phipip Ganchev.
|
2006-10-05 16:44:19 +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
|
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
|
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
|
Only hide /private directories in pwd function under OS X
|
2006-06-02 08:23:00 +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 |
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 |