aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
Commit message (Collapse)AuthorAge
* Update documentation display code to run roff on the client system instead ↵Gravatar axel2006-11-18
| | | | | | of pregenerating documentation and compiling it into program binaries darcs-hash:20061117162438-ac50b-5c4c7f0bd8bf53a16e16ecfead9569e642b7160f.gz
* Complete using known repos in darcsGravatar axel2006-11-16
| | | | darcs-hash:20061116132251-ac50b-d62d1a1b08d21b57fa6f7e7ae105d9b77026fd39.gz
* Fix exit status of delete-or-exit functionGravatar axel2006-11-12
| | | | darcs-hash:20061112114544-ac50b-d5fd61b3819715057caba2dd8b48119df080edd1.gz
* Add a few missing completions for the ls commandGravatar axel2006-11-11
| | | | darcs-hash:20061111113315-ac50b-2a77e93a78571e1e83801128c1793c52bb03e13f.gz
* Add a few more darcs completions. These are still unfinished, though.Gravatar axel2006-11-11
| | | | darcs-hash:20061111105547-ac50b-0791e833664ff67d8ced1176577d8266fe4a3782.gz
* Minor cleanups, mostly of code commentsGravatar axel2006-11-11
| | | | darcs-hash:20061111105452-ac50b-24ab7965f6208ecdfced738e08cdb4cb4a565458.gz
* complete-eik-and-friends.dpatchGravatar tassilo2006-11-11
| | | | | | | Completions for all tools which come with eix. (http://dev.croup.de/proj/eix) darcs-hash:20061110155925-a923b-fd06120f7ea5f65cb752fe437bfccb6f16c87b45.gz
* better-emerge-completion.dpatchGravatar tassilo2006-11-10
| | | | | | | - You don't need to supply the package right after -C or -u etc. - Better descriptions darcs-hash:20061109145341-a923b-a1a54d3a5a040396ccba350c125f3b1ba645c601.gz
* Add completions for equery, written by Tassilo Horn.Gravatar axel2006-11-08
| | | | darcs-hash:20061107211708-ac50b-6199e58e84bc8ee8729be5f2a5ff2f3518888bfc.gz
* Update the emerge completions. They are now complete, ignore switch ↵Gravatar axel2006-11-08
| | | | | | ordering, handle packages in different catagories with the same name. This update was made by Tassilo Horn. darcs-hash:20061107211617-ac50b-fcd3108209671283b2d5553d3adf5a81a46869f9.gz
* Add alias function. Thanks to Tassilo Horn for pointing out that it was missing.Gravatar axel2006-11-08
| | | | darcs-hash:20061107205539-ac50b-0053f828d40be5bcb088cdb8d669c239c201b433.gz
* Fix a bug in the help function causing help to fail when trying to open help ↵Gravatar axel2006-11-07
| | | | | | for a builtin command. Thanks to Reuben Thomas for the report. darcs-hash:20061107131211-ac50b-9727a813d940b34923b23b073c80a7b42c023486.gz
* Do not print a newline on empty greeting message. Thanks to Reuben Thomas ↵Gravatar axel2006-11-07
| | | | | | for pointing this out. darcs-hash:20061107130629-ac50b-553bc13390c0f040f4cecf2780e34da674e065fa.gz
* Fix code for locating inputrc-file in users fish configuration directory. ↵Gravatar axel2006-11-04
| | | | | | Thanks to Reuben Thomas for reporting this. darcs-hash:20061103155335-ac50b-23ddaec5d0ca591b00e8a59ccc39e63ed8b9ff25.gz
* Add completions for ps2pdf, dvipdf and dvipdfm commands, written by Reuben ↵Gravatar axel2006-11-04
| | | | | | Thomas. darcs-hash:20061103141945-ac50b-7592bb5784a55272747bbb0322281b9090e5fd65.gz
* Add command specific completions for unrar command (No switches yet, only ↵Gravatar axel2006-11-03
| | | | | | commands and files in archive) darcs-hash:20061102235727-ac50b-7b7638289be4de52b4e3e3d109ad3167b7285023.gz
* Add support for completing using contents of tar archivesGravatar axel2006-11-03
| | | | darcs-hash:20061102235548-ac50b-ec4a3b206c73f8fc44cc715b2a95fe6fef2d53c0.gz
* Spelling fix. Thanks to Reuben ThomasGravatar axel2006-11-02
| | | | darcs-hash:20061101231404-ac50b-8f5b08242aed565baf37035805d7b3614fe8022b.gz
* Fix completions for which and type, which where broken by previous script ↵Gravatar axel2006-10-30
| | | | | | updates darcs-hash:20061030015221-ac50b-e4a0f2802e7a5dc4a1e594933f25cae00d9ea104.gz
* Add a shellscript function 'save'function' for saving the current definition ↵Gravatar axel2006-10-28
| | | | | | of a function to file darcs-hash:20061027225004-ac50b-2454152687ff84deec90e3d938a0288e62dc34e6.gz
* Fix spelling error in init fileGravatar axel2006-10-26
| | | | darcs-hash:20061025203337-ac50b-576bd81401e332f94ecdff5665ca8da82c63fa8e.gz
* Remove the --key-binding switch for fishGravatar axel2006-10-26
| | | | darcs-hash:20061025202836-ac50b-682015e2f5830a85ff520e89b0a951ca9d2913dc.gz
* Remove extra whitespace from warning message on directory transitionGravatar axel2006-10-23
| | | | darcs-hash:20061022155759-ac50b-e1cd50b1b0d05413ad6e4d6c06a0f005e17d6976.gz
* First stab at directory transition. Test with care...Gravatar axel2006-10-19
| | | | darcs-hash:20061019115023-ac50b-30c3fd51d8af8a616d63dfcac39370d7fe6d144e.gz
* Use the xdg-open command in the open function if it existsGravatar axel2006-10-12
| | | | darcs-hash:20061011161749-ac50b-f700489a238dafbd9aec4ef4f2eed731a8622b27.gz
* Only show greeting in interactive modeGravatar axel2006-10-11
| | | | darcs-hash:20061010173154-ac50b-4831a80be03ed132ca5f709dcc5284d17d828d4e.gz
* Fix bug in contains functionGravatar axel2006-10-10
| | | | darcs-hash:20061009215133-ac50b-3dc99c245e69c176f334046d9746d533a106cf2a.gz
* Make the greeting message configurable using the fish_greeting variableGravatar axel2006-10-10
| | | | darcs-hash:20061009214905-ac50b-cc07bf2b76c5306f96d1bca7fd478d972de25de8.gz
* Add missing newline in error message for popd function. Thanks to Phipip ↵Gravatar axel2006-10-05
| | | | | | Ganchev. darcs-hash:20061005064419-ac50b-4770f393ea02761a5f4b4044b456d1b618d6da23.gz
* Fix bug causing ls function to never color or classify filesGravatar axel2006-10-05
| | | | darcs-hash:20061004235530-ac50b-815b8576b4d845c4d5929e034177c917fc050cae.gz
* Add the possibility to set the cursor position using the commandline builtinGravatar axel2006-10-05
| | | | darcs-hash:20061004213948-ac50b-3f673edeb01390bb3f280812d90bc8469f2f8ba8.gz
* Use universal variables for fish_function_path and fish_complete_pathGravatar axel2006-10-05
| | | | darcs-hash:20061004175519-ac50b-2e9dabc9ce1c21ebfcba020db8a8d84ef48433e9.gz
* Fix bug in the setenv function (values wheren't exported!), thanks to Matrin ↵Gravatar axel2006-09-29
| | | | | | Bähr for the report. darcs-hash:20060928165405-ac50b-5ada00cfc08805677e1932c800ee79d68e35a68b.gz
* Unly use classifications in ls if stdout is a ttyGravatar axel2006-09-20
| | | | darcs-hash:20060919165317-ac50b-c7923c7f5900ecc9814756743e6b0345efa382c5.gz
* Add completions for the wpa_cli commandGravatar axel2006-09-19
| | | | darcs-hash:20060918222913-ac50b-9aeac9d1a5ecb4b6915625b07133b66ebab0b2bd.gz
* Make sude completions include /sbin and /usr/sbin in PATH. Thanks to Xavier ↵Gravatar axel2006-09-14
| | | | | | Douville for the suggestion. darcs-hash:20060913171310-ac50b-a9e30533bc634f194f73fdee1e042d407f55fcac.gz
* Fix bug in __fish_complete_subcommand, reported by Xavier DouvilleGravatar axel2006-09-13
| | | | darcs-hash:20060912231409-ac50b-c573d798d9d1abc197fcf50f3b52df2e44e1f70e.gz
* Add completions for xpdf and xmms, written by Vikas GorurGravatar axel2006-09-12
| | | | darcs-hash:20060911141848-ac50b-a541eafba3f0155b207963633262229330c01bea.gz
* Fix syntax bug caused by new cmdsubs slicing feature. Thanks to Martin Bähr ↵Gravatar axel2006-09-08
| | | | | | for the report. darcs-hash:20060907201145-ac50b-8315f1c207883bfbe56db2ec8b3a8b3635e8dc84.gz
* Fix warning when help function is called with no argumentsGravatar axel2006-09-05
| | | | darcs-hash:20060904201612-ac50b-63b83a589735021a6afd6be193500b549e3b25dd.gz
* Add math shellscript function, which is a thin wrapper around bcGravatar axel2006-09-05
| | | | darcs-hash:20060904160023-ac50b-0d784182ca3930b0987d4338655b8717237e842c.gz
* Fix minor null pointer bug in the set builtin, fix bug causing the -n switch ↵Gravatar axel2006-09-01
| | | | | | to be ignored, add missing completions for the -n switch to functions and set builtins, and touch up the documentation for said builtin a bit darcs-hash:20060831154400-ac50b-dddbee79481e0e0a8da9fc025e8a15c466460a2f.gz
* Don't turn of file completion in svn completions if given an unknown subcommandGravatar axel2006-08-28
| | | | darcs-hash:20060827144853-ac50b-d09576fd6984eb18b06e0e7b1d8a88aa7b9d1df4.gz
* Minor bugfix for the completions for the complete builtinGravatar axel2006-08-26
| | | | darcs-hash:20060825154545-ac50b-eaa8b210ddc6fb6a089deb5c2b19723bd92228f3.gz
* Add minor new completion for make commandGravatar axel2006-08-26
| | | | darcs-hash:20060825154516-ac50b-80284df4f7dd6cd332f2b21f5c9bdc359cc00eca.gz
* help --help should be same as help helpGravatar axel2006-08-22
| | | | darcs-hash:20060822005230-ac50b-b82c0665cae7427c09992f51e128e33cea44b41e.gz
* Add a message to stdout in the help function describing where the help went ↵Gravatar axel2006-08-15
| | | | | | if help opens an external browser window darcs-hash:20060814181135-ac50b-6d9b05b714bc9576c260e87b5706e7d94dd73e39.gz
* Remove Solaris circular dependency in init file. Thanks to Netocrat.Gravatar axel2006-08-11
| | | | darcs-hash:20060810193338-ac50b-2f1f68170610e1669fc20298fcce50a920c3f38f.gz
* Avoid circular dependency in ls autoload. Second try.Gravatar axel2006-08-10
| | | | darcs-hash:20060809231155-ac50b-52b1b1609307fb05d3d8f32c972b0a22476a1da8.gz
* The xpg4-path was mistyped. Fix it.Gravatar axel2006-08-01
| | | | darcs-hash:20060801005736-ac50b-ef8389777e012f9f0b6edcb3df3d638158f87373.gz