ridiculousfish
|
7d480ff579
|
Make __fish_filter_mime not spew if there's no results
https://github.com/fish-shell/fish-shell/issues/628
|
2013-03-28 17:01:07 -07:00 |
|
Terje Larsen
|
7e9652787b
|
Add completion for ruby-build
|
2013-03-13 23:19:03 +01:00 |
|
ridiculousfish
|
234fb7c2fe
|
Rename print_service_names to __fish_service_print_names
|
2013-03-12 12:00:02 -07:00 |
|
aliva
|
2c7e0ef577
|
service name completion for "systemd service manager" added
|
2013-03-12 19:13:52 +03:30 |
|
Kenneth Vestergaard
|
1afdbb848e
|
Minor fix to order of arguments in error-message.
|
2013-03-09 13:03:28 -08:00 |
|
aliva
|
3bfcd5e105
|
recreate yum-cache file every six hours.
|
2013-03-02 01:48:56 +03:30 |
|
aliva
|
87aca05e7f
|
autocomplete 'yum install' using yum cache
|
2013-03-01 23:27:03 +03:30 |
|
ormris debian
|
d89fcdcc5f
|
Add proper desriptions to "git submodule"
|
2013-02-26 16:24:28 -08:00 |
|
ridiculousfish
|
d99c2cb9a7
|
Support /etc/paths and /etc/paths.d/* on OS X
https://github.com/fish-shell/fish-shell/issues/417
|
2013-02-22 14:01:17 -08:00 |
|
Konrad Borowski
|
3c8c8a7559
|
Remove useless __fish_complete_perl function
|
2013-02-21 12:53:35 -08:00 |
|
Konrad Borowski
|
a61e2caadb
|
Update Perl completion
|
2013-02-21 12:53:35 -08:00 |
|
ridiculousfish
|
12095c721c
|
Remove unnecessary eval in __fish_complete_cd
https://github.com/fish-shell/fish-shell/pull/589
|
2013-02-20 18:43:54 -08:00 |
|
Kenneth Vestergaard
|
286bef5eb7
|
Fix crash when /etc/{fstab,hosts} is unreadable.
|
2013-02-20 12:30:36 -08:00 |
|
ridiculousfish
|
aaa0c25ff7
|
Large set of changes to how PATH is handled. Changed fish to no longer modify PATH in share/config.fish. Introduced variable fish_user_paths, and a glue function __fish_reconstruct_path that splices together PATH with fish_user_paths. Changed fish to no longer validate changes to PATH unless the paths are new (i.e. don't recheck what's already there). Modified certain sets to store const wchar_t instead of wcstring to save a few allocations.
https://github.com/fish-shell/fish-shell/issues/527
|
2013-02-19 18:05:20 -08:00 |
|
Jan Kanis
|
2f43584727
|
small tweak to alias.fish: always add some prefix if in danger of infinite recursion
|
2013-02-19 22:58:55 +01:00 |
|
ridiculousfish
|
e7c1cb7185
|
Move autogenerated completions to ~/.config/fish/generated_completions/
https://github.com/fish-shell/fish-shell/issues/576
|
2013-02-17 16:14:36 -08:00 |
|
ridiculousfish
|
8b40f09e17
|
Add function wrapper for mimedb
|
2013-02-17 12:56:56 -08:00 |
|
ridiculousfish
|
db5eebd372
|
Add function for fish_indent so that it does not need to be in PATH, in preparation for making fish no longer need to set PATH
|
2013-02-13 14:44:10 -08:00 |
|
ridiculousfish
|
41fc3bcb74
|
Remove some debugging code inadverently left in __fish_complete_cd.fish
|
2013-02-11 14:42:23 -08:00 |
|
Jan Kanis
|
e8da9999f6
|
optimize 'alias', fixing bug #486. Also some minor optimizations in 'type'
|
2013-02-05 23:14:06 +01:00 |
|
ridiculousfish
|
cd276030c1
|
Tweak config.fish to only modify PATH once, for performance
|
2013-02-01 17:18:12 -08:00 |
|
ridiculousfish
|
818533f9f0
|
Add a newline to prevent a comment from being cut off
|
2013-02-01 17:15:35 -08:00 |
|
ridiculousfish
|
ff7cbab991
|
Add man function to promote fish's man pages so it can serve as a suitable replacement for help
|
2013-02-01 17:11:22 -08:00 |
|
jonkerz
|
0db1b6ce44
|
Update share/completions/uname.fish
Typo: verion --> version
|
2013-01-31 00:09:06 -08:00 |
|
ridiculousfish
|
843d5a5977
|
Make a git variable local
|
2013-01-31 00:07:16 -08:00 |
|
ridiculousfish
|
406d7f1a47
|
commit bc4f3476cded71a096adf46534784cdd84edb913
Author: U0 <rhyzix@gmail.com>
Date: Wed Jan 30 15:02:23 2013 +0800
add completion support for aliased command
Make a variable local
|
2013-01-30 23:59:52 -08:00 |
|
Kevin Ballard
|
7df89566f3
|
Fix __fish_git_prompt's upstream indicator for git-svn branches
|
2013-01-30 22:02:51 -08:00 |
|
Kevin Ballard
|
32b2c9fc9e
|
Update __fish_git_prompt.fish to use 'else if'
|
2013-01-30 21:57:59 -08:00 |
|
ridiculousfish
|
ea8c6bc15e
|
Try to make Valgrind completion not complain if valgrind is not installed
|
2013-01-30 02:22:22 -08:00 |
|
ridiculousfish
|
27e71c5f37
|
Fix funced to stop outputing an error if no EDITOR is set
|
2013-01-27 13:14:24 -08:00 |
|
ridiculousfish
|
cddf7e0986
|
Clean up man page parser output a bit
|
2013-01-27 12:58:52 -08:00 |
|
ridiculousfish
|
2b35b3f06e
|
Fix umask in Linux https://gist.github.com/4627181
|
2013-01-26 12:49:37 -08:00 |
|
ridiculousfish
|
5e9ca72731
|
Break up $EDITOR before passing it to type to allow it to contain flags
More work on https://github.com/fish-shell/fish-shell/issues/541
|
2013-01-23 18:24:49 -08:00 |
|
ridiculousfish
|
debfc0f712
|
Allow $EDITOR to be an array. Fixes https://github.com/fish-shell/fish-shell/issues/541
|
2013-01-23 17:14:22 -08:00 |
|
ridiculousfish
|
3d0d9a250b
|
Remove Goodbye message. https://github.com/fish-shell/fish-shell/issues/521
|
2013-01-21 14:54:15 -08:00 |
|
Cheer Xiao
|
887474d607
|
Use double quotes in eval.fish
|
2013-01-20 15:55:10 +01:00 |
|
ridiculousfish
|
214ef3dd0b
|
Formatting
|
2013-01-16 14:50:08 -08:00 |
|
ciembor
|
406c8a6d1e
|
Ajax fix for Firefox, it isn't XML.
|
2013-01-16 14:45:59 -08:00 |
|
ridiculousfish
|
6416cb45fb
|
Fix proc and pid completion on OS X, and improve it on Linux.
https://github.com/fish-shell/fish-shell/pull/129
|
2013-01-16 14:11:43 -08:00 |
|
ridiculousfish
|
acbb6fb8e2
|
Make umask work on OS X
https://github.com/fish-shell/fish-shell/issues/515
|
2013-01-12 15:35:40 -08:00 |
|
ridiculousfish
|
1163961927
|
Actually add the seq function (oops)
|
2013-01-12 15:22:09 -08:00 |
|
ridiculousfish
|
dc37a8079e
|
Added a seq function that defers to the seq command if present
https://github.com/fish-shell/fish-shell/issues/137
|
2013-01-12 14:18:34 -08:00 |
|
ridiculousfish
|
de084b4a0d
|
Make create_manpage_completions not generate empty files
https://github.com/fish-shell/fish-shell/issues/506
|
2013-01-08 14:58:27 -08:00 |
|
Christian Rishøj
|
e46cbea251
|
completions for mosh (http://mosh.mit.edu)
|
2013-01-08 12:32:49 -08:00 |
|
Cheer Xiao
|
f8e01628b2
|
Keybinding of \ew and \ed: Insert a newline before displaying info
|
2013-01-07 19:32:38 -08:00 |
|
lledey
|
f0000ea7d2
|
Re-enable alias redefinition
Fixes #494
Signed-off-by: lledey <lledey@gmail.com>
|
2013-01-07 15:09:32 +01:00 |
|
Vincent Driessen
|
431ef224e0
|
Remove origin/HEAD lines from __fish_git_branches.
Related discussion:
http://stackoverflow.com/questions/354312/why-is-origin-head-shown-when-running-git-branch-r
|
2013-01-02 08:16:42 +01:00 |
|
Jan Kanis
|
a4c646f75c
|
make 'alias' check for recursive calls and insert 'command'; update docs, fix #486
|
2013-01-01 22:56:08 +01:00 |
|
ridiculousfish
|
183aea5c96
|
Teach help how to not drop fragments on OS X
|
2012-12-27 14:04:11 -08:00 |
|
ridiculousfish
|
97ddf9a4f3
|
Teach help how to go to the web if documentation is not installed
|
2012-12-27 13:39:43 -08:00 |
|