axel
|
f398b2eafa
|
Remove comments from apropos matching in function for getting description for command from whatis database
darcs-hash:20070107142000-ac50b-0221d36e24d3d68f0a25535e7a7b303e4fb84abe.gz
|
2007-01-08 00:20:00 +10:00 |
|
axel
|
0ace93c2a4
|
Fix yet another place where the 'builtin' builtin was used in stead of 'command'
darcs-hash:20061214182409-ac50b-60af38f1b1edcafcf1c0aff9c64094b92a84e5fc.gz
|
2006-12-15 04:24:09 +10:00 |
|
axel
|
c73d165165
|
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
darcs-hash:20061214182313-ac50b-a912bcc0fac6e1d78f116e19f31f1c50ffc409cb.gz
|
2006-12-15 04:23:13 +10:00 |
|
axel
|
6c8a559023
|
Drop unneeded '--' when using set builtin in various places
darcs-hash:20061212203727-ac50b-23fbb54bba0c5773e8a3dd2e5737ea8a670c801d.gz
|
2006-12-13 06:37:27 +10:00 |
|
axel
|
ca8c337c94
|
Drop unneeded '--' when using set builtin in the trap function
darcs-hash:20061212181841-ac50b-dd1fd50b80c6d3c759c123832bc6334613529ee6.gz
|
2006-12-13 04:18:41 +10:00 |
|
axel
|
fd11f294bc
|
Use the math function instead of calling bc directly in various places
darcs-hash:20061212171118-ac50b-a40709edf008f3d725e3755d5282ae5a84818c88.gz
|
2006-12-13 03:11:18 +10:00 |
|
axel
|
d3dd9400e3
|
Make sure the rm command and not a wrapper function that could change its behaviour is used. This patch was written by David Bitseff.
darcs-hash:20061212122853-ac50b-4f3c9962bc6daed95c8f53a19af05bc3d924eac7.gz
|
2006-12-12 22:28:53 +10:00 |
|
axel
|
77b5532ce9
|
Make delete-or-exit work with multiline commands
darcs-hash:20061206122537-ac50b-80e3b3d6dff886eba162fbb8db5a82ff0f7a107f.gz
|
2006-12-06 22:25:37 +10:00 |
|
axel
|
4b9dcf1cf2
|
Add ant target completions, written by Nate Drake
darcs-hash:20061205235252-ac50b-112c0ff335e456ed0b419c6c5c7a889c517baed1.gz
|
2006-12-06 09:52:52 +10:00 |
|
axel
|
ceacfb83a8
|
Add completions for the env command
darcs-hash:20061204115838-ac50b-f75e067b50ee2cbc8f735110c34892613c53c4d9.gz
|
2006-12-04 21:58:38 +10:00 |
|
axel
|
8b73bac580
|
Rename __fish_complete_directory to increase consistency
darcs-hash:20061202233433-ac50b-48368a338773ad47807b0032389fd305d86b3275.gz
|
2006-12-03 09:34:33 +10:00 |
|
axel
|
b8f2f46945
|
Use dircolors to set default colors for ls
darcs-hash:20061130154026-ac50b-d6d5e182a71516aa56ab16851e47510f2561b585.gz
|
2006-12-01 01:40:26 +10:00 |
|
axel
|
2570eb1ab8
|
Fix bug in save_function script
darcs-hash:20061130154006-ac50b-cb9ae4c46d3eced0fa432c47de996016519d29cd.gz
|
2006-12-01 01:40:06 +10:00 |
|
axel
|
ddc617f80a
|
Fix bug in save_function that causes it to not create missing directory entries before saving function
darcs-hash:20061129140229-ac50b-525f2cff869a066d5c3624880125e37862a9fd3b.gz
|
2006-11-30 00:02:29 +10:00 |
|
axel
|
f64364cced
|
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.
darcs-hash:20061129140004-ac50b-485ff6bfd71e9459ba62461f6e093ca5c9ddd664.gz
|
2006-11-30 00:00:04 +10:00 |
|
axel
|
32502bfac8
|
Don't use GREP_OPTIONS in 'contains' function - this is a modified version of a patch by David Bitseff
darcs-hash:20061126131150-ac50b-640bfaf2c3a4111809d9091631b79e35005e68b5.gz
|
2006-11-26 23:11:50 +10:00 |
|
axel
|
125ca9ff73
|
Minor edits, whitespace fixes, etc.
darcs-hash:20061120131412-ac50b-0d9bc9d3fb35b4c9831bdf3a606e9aa8df844478.gz
|
2006-11-20 23:14:12 +10:00 |
|
axel
|
372c811763
|
Support bold and underlined characters in help output
darcs-hash:20061119232734-ac50b-d426980ee143b44065a3ea2afc7d3808174acd5f.gz
|
2006-11-20 09:27:34 +10:00 |
|
axel
|
eb3c99c54e
|
Move the event handler for fish_color_cwd to init file, so it is not autounloaded. Also cache output of call to set_color command to improve performance a bit.
darcs-hash:20061118212147-ac50b-b0f44cca2acf7465dd9ff071aa35a3ac81f0615f.gz
|
2006-11-19 07:21:47 +10:00 |
|
axel
|
1b71f91a01
|
Update documentation display code to run roff on the client system instead of pregenerating documentation and compiling it into program binaries
darcs-hash:20061117162438-ac50b-5c4c7f0bd8bf53a16e16ecfead9569e642b7160f.gz
|
2006-11-18 02:24:38 +10:00 |
|
axel
|
80759ee03f
|
Fix exit status of delete-or-exit function
darcs-hash:20061112114544-ac50b-d5fd61b3819715057caba2dd8b48119df080edd1.gz
|
2006-11-12 21:45:44 +10:00 |
|
axel
|
816f473ac9
|
Add a few missing completions for the ls command
darcs-hash:20061111113315-ac50b-2a77e93a78571e1e83801128c1793c52bb03e13f.gz
|
2006-11-11 21:33:15 +10:00 |
|
axel
|
5005c67d76
|
Minor cleanups, mostly of code comments
darcs-hash:20061111105452-ac50b-24ab7965f6208ecdfced738e08cdb4cb4a565458.gz
|
2006-11-11 20:54:52 +10:00 |
|
axel
|
9959e53985
|
Add alias function. Thanks to Tassilo Horn for pointing out that it was missing.
darcs-hash:20061107205539-ac50b-0053f828d40be5bcb088cdb8d669c239c201b433.gz
|
2006-11-08 06:55:39 +10:00 |
|
axel
|
dc90e460fe
|
Fix a bug in the help function causing help to fail when trying to open help for a builtin command. Thanks to Reuben Thomas for the report.
darcs-hash:20061107131211-ac50b-9727a813d940b34923b23b073c80a7b42c023486.gz
|
2006-11-07 23:12:11 +10:00 |
|
axel
|
c41986a63f
|
Add command specific completions for unrar command (No switches yet, only commands and files in archive)
darcs-hash:20061102235727-ac50b-7b7638289be4de52b4e3e3d109ad3167b7285023.gz
|
2006-11-03 09:57:27 +10:00 |
|
axel
|
bedf8ea55e
|
Add support for completing using contents of tar archives
darcs-hash:20061102235548-ac50b-ec4a3b206c73f8fc44cc715b2a95fe6fef2d53c0.gz
|
2006-11-03 09:55:48 +10:00 |
|
axel
|
7fb44d4d5f
|
Spelling fix. Thanks to Reuben Thomas
darcs-hash:20061101231404-ac50b-8f5b08242aed565baf37035805d7b3614fe8022b.gz
|
2006-11-02 09:14:04 +10:00 |
|
axel
|
09c348bef2
|
Add a shellscript function 'save'function' for saving the current definition of a function to file
darcs-hash:20061027225004-ac50b-2454152687ff84deec90e3d938a0288e62dc34e6.gz
|
2006-10-28 08:50:04 +10:00 |
|
axel
|
dfa73c7cc1
|
Remove the --key-binding switch for fish
darcs-hash:20061025202836-ac50b-682015e2f5830a85ff520e89b0a951ca9d2913dc.gz
|
2006-10-26 06:28:36 +10:00 |
|
axel
|
17a13a8eb7
|
Use the xdg-open command in the open function if it exists
darcs-hash:20061011161749-ac50b-f700489a238dafbd9aec4ef4f2eed731a8622b27.gz
|
2006-10-12 02:17:49 +10:00 |
|
axel
|
007e4662e3
|
Fix bug in contains function
darcs-hash:20061009215133-ac50b-3dc99c245e69c176f334046d9746d533a106cf2a.gz
|
2006-10-10 07:51:33 +10:00 |
|
axel
|
8ace1739f5
|
Add missing newline in error message for popd function. Thanks to Phipip Ganchev.
darcs-hash:20061005064419-ac50b-4770f393ea02761a5f4b4044b456d1b618d6da23.gz
|
2006-10-05 16:44:19 +10:00 |
|
axel
|
302516a747
|
Fix bug causing ls function to never color or classify files
darcs-hash:20061004235530-ac50b-815b8576b4d845c4d5929e034177c917fc050cae.gz
|
2006-10-05 09:55:30 +10:00 |
|
axel
|
22fe8e6a17
|
Fix bug in the setenv function (values wheren't exported!), thanks to Matrin Bähr for the report.
darcs-hash:20060928165405-ac50b-5ada00cfc08805677e1932c800ee79d68e35a68b.gz
|
2006-09-29 02:54:05 +10:00 |
|
axel
|
be886bc6df
|
Unly use classifications in ls if stdout is a tty
darcs-hash:20060919165317-ac50b-c7923c7f5900ecc9814756743e6b0345efa382c5.gz
|
2006-09-20 02:53:17 +10:00 |
|
axel
|
4037219dc0
|
Make sude completions include /sbin and /usr/sbin in PATH. Thanks to Xavier Douville for the suggestion.
darcs-hash:20060913171310-ac50b-a9e30533bc634f194f73fdee1e042d407f55fcac.gz
|
2006-09-14 03:13:10 +10:00 |
|
axel
|
1612ec50fb
|
Fix bug in __fish_complete_subcommand, reported by Xavier Douville
darcs-hash:20060912231409-ac50b-c573d798d9d1abc197fcf50f3b52df2e44e1f70e.gz
|
2006-09-13 09:14:09 +10:00 |
|
axel
|
227a5da02c
|
Fix syntax bug caused by new cmdsubs slicing feature. Thanks to Martin Bähr for the report.
darcs-hash:20060907201145-ac50b-8315f1c207883bfbe56db2ec8b3a8b3635e8dc84.gz
|
2006-09-08 06:11:45 +10:00 |
|
axel
|
73f0d0bb48
|
Fix warning when help function is called with no arguments
darcs-hash:20060904201612-ac50b-63b83a589735021a6afd6be193500b549e3b25dd.gz
|
2006-09-05 06:16:12 +10:00 |
|
axel
|
200ebe43dc
|
Add math shellscript function, which is a thin wrapper around bc
darcs-hash:20060904160023-ac50b-0d784182ca3930b0987d4338655b8717237e842c.gz
|
2006-09-05 02:00:23 +10:00 |
|
axel
|
6522000bf0
|
Don't turn of file completion in svn completions if given an unknown subcommand
darcs-hash:20060827144853-ac50b-d09576fd6984eb18b06e0e7b1d8a88aa7b9d1df4.gz
|
2006-08-28 00:48:53 +10:00 |
|
axel
|
2ea00ce444
|
help --help should be same as help help
darcs-hash:20060822005230-ac50b-b82c0665cae7427c09992f51e128e33cea44b41e.gz
|
2006-08-22 10:52:30 +10:00 |
|
axel
|
7c822cbf30
|
Add a message to stdout in the help function describing where the help went if help opens an external browser window
darcs-hash:20060814181135-ac50b-6d9b05b714bc9576c260e87b5706e7d94dd73e39.gz
|
2006-08-15 04:11:35 +10:00 |
|
axel
|
7a884e11a6
|
Avoid circular dependency in ls autoload. Second try.
darcs-hash:20060809231155-ac50b-52b1b1609307fb05d3d8f32c972b0a22476a1da8.gz
|
2006-08-10 09:11:55 +10:00 |
|
axel
|
8e06805f2d
|
Fix for recursive autoload loop on ls
darcs-hash:20060728131756-ac50b-034430a6a44bec83419438fc1be0c0e603eaad2d.gz
|
2006-07-28 23:17:56 +10:00 |
|
axel
|
9e304fa734
|
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
darcs-hash:20060712142242-ac50b-3966a0e96a32facc8bc1164d6d0837fc551e4733.gz
|
2006-07-13 00:22:42 +10:00 |
|
axel
|
746a602515
|
Make sure that the / is only printed once in prompt_pwd function when cwd is root
darcs-hash:20060710223848-ac50b-ddb52c414fd8b08bd7c515c99cc4e05a3c479c7d.gz
|
2006-07-11 08:38:48 +10:00 |
|
axel
|
ba9fbc67da
|
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.
darcs-hash:20060709235518-ac50b-36c59205edbecd5c8967d8784fd43e46729c3cdc.gz
|
2006-07-10 09:55:18 +10:00 |
|
axel
|
e59cb1da5d
|
Add setenv shellscript function for csh compatibility
darcs-hash:20060622001123-ac50b-22e783ec5f77120a6960f28d735893d58e1a7db4.gz
|
2006-06-22 10:11:23 +10:00 |
|