aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
Commit message (Expand)AuthorAge
* Fix a bug in the function wrapper around the 'cd' builtin that caused cd to s...Gravatar axel2006-06-17
* Update the set_color command: Add underline support, make the command a bit m...Gravatar axel2006-06-15
* Fix bug in help builtin that caused fish to show index page instead of comman...Gravatar axel2006-06-14
* Add completions for the which commandGravatar axel2006-06-14
* Minor addition for completions to the patch commandGravatar axel2006-06-13
* Remove period from end of completion descriptions for telnet commandGravatar axel2006-06-08
* Minor spelling fixesGravatar axel2006-06-04
* Only hide /private directories in pwd function under OS XGravatar axel2006-06-02
* Add completions for 'cp'.Gravatar axel2006-06-02
* Minor change to the strings to a printf comman, since it seems to work differ...Gravatar axel2006-05-30
* Slightly updated fusermount completions - Thanks to Sean HigginsGravatar axel2006-05-29
* Check documentation for listing of external commands instead of relying on ou...Gravatar axel2006-05-29
* Avoid using the pwd command in favour of the $PWD variable, since the pwd com...Gravatar axel2006-05-29
* Add missing completion for complete builtinGravatar axel2006-05-27
* Add missing N_.fish file to repoGravatar axel2006-05-26
* Fix bugs detected by the ahead-of-time syntax checking in the complete builtinGravatar axel2006-05-22
* Update the PATH checking code to work in batch modeGravatar axel2006-05-18
* Make fish remove invalid PATH entries on startup, and give a warning about itGravatar axel2006-05-18
* Fix bug that causes fish to elongate the PATH whith directories which are alr...Gravatar axel2006-05-18
* Do not repaint prompt on universal variable events, but add event handler for...Gravatar axel2006-05-11
* Escape $ character in apropos completions - Thanks to Peter Moulder for point...Gravatar axel2006-05-10
* Add missing quote escape to ls completionsGravatar axel2006-05-10
* Change setup to avoid invalid directories and warnings, also revert directory...Gravatar axel2006-04-22
* Minor comment and documentation editsGravatar axel2006-04-21
* Fix bug in type command causing type -f to return true even when no file was ...Gravatar axel2006-04-11
* Telnet completions from Sean HigginsGravatar axel2006-04-01
* Add support for the -n switch to skip execution of any commandsGravatar axel2006-03-18
* Don't call the type function when defining the _ function, as this will cause...Gravatar axel2006-03-17
* Minor code tweak in type function, and add a missing newline to an output stringGravatar axel2006-03-17
* Use 'type -f' instead of 'which' to test for presense of command, since the l...Gravatar axel2006-03-14
* Fish PATH FixGravatar npilon2006-03-14
* gettext detection fixGravatar npilon2006-03-13
* xargs completion fixGravatar npilon2006-03-13
* Make the type builtin not rely on the exit status of the which commandGravatar axel2006-03-14
* Changes in quoting of backslashes lead to minor bug in awk script for munging...Gravatar axel2006-03-11
* Avoid extended regexps in grep, they are not portableGravatar axel2006-03-10
* Move LANG init back to /etc where it belongs. IT was temporarily moved earlie...Gravatar axel2006-03-10
* Remove extra spaces in descriptions for a few completionsGravatar axel2006-03-09
* Add completions for cdrecord, patch and xargsGravatar axel2006-03-07
* Fix various uses of the GNUism of allowing backslash escapes in the second ha...Gravatar axel2006-03-02
* Do gettext translation of descriptions just-in-time internally in fishGravatar axel2006-03-02
* Add functiopn prototype completions for valgrind --alloc-fnGravatar axel2006-02-24
* Move _ shellscript function to it's own fileGravatar axel2006-02-22
* Move code for setting ls and grep colors to function definition filesGravatar axel2006-02-20
* Move a few shellscript bits aroundGravatar axel2006-02-18
* Redo installation file structure, move lots of things to $PREFIX/share/fishGravatar axel2006-02-17