aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* Added faw entry on history editing, written by Beni CherniavskyGravatar axel2009-02-17
| | | | darcs-hash:20090216211940-ac50b-4175fb2ae8ec2f5a67ac3c6a33a48bc5ac35eea2.gz
* Make xdg-version of open handle multiple files.Gravatar axel2009-02-17
| | | | darcs-hash:20090216211103-ac50b-f8268e8d50a84457bb49ac3d1e982cba09dbfec6.gz
* Add possibility to define greeting function, suggested by Chris MillerGravatar axel2009-02-17
| | | | darcs-hash:20090216210450-ac50b-9b4f7c5bf45afaf21d51e46ff8c2b11d171fcbf2.gz
* This patch fixes a problem where prompt_pwd was printing the full path twice ↵Gravatar Nick Pilon2008-01-23
| | | | | | under OS X and probably BSDs. (Which, needless to say, made for very long prompts) The problem was that (Free?)BSD sed and GNU sed handle ? differently. For BSD sed, ? is not special unless the -E flag is specified. The {0,1} syntax should work the same way in both. darcs-hash:20080122180340-5b666-21f1cdb835cbfa458a0f3d7344370837db962388.gz
* adds completion for Debian's invoke-rc.d commandGravatar terceiro2009-02-05
| | | | | | Ignore-this: f9ff385e3c239cedfbc9850b06822bba darcs-hash:20090204191757-69c1e-a55c2a720fd784c7be2534feacecd5e2ebdbeecd.gz
* function to put current git branch on the fish promptGravatar terceiro2009-02-05
| | | | | | Ignore-this: 841402742571f399e012514315b8e4f0 darcs-hash:20090204190358-69c1e-2ebcf761a4e55bc049ff1d5bba272d722b2d4501.gz
* better git completionGravatar terceiro2009-02-05
| | | | | | Ignore-this: af7fede5c1ee1d92c89d2887cbe54c0b darcs-hash:20090204185826-69c1e-f72e06ad575efee258b392afd17255166ac4a260.gz
* Fix warnings in FATAL_EXIT macroGravatar axel2009-02-05
| | | | darcs-hash:20090204224310-ac50b-111db6c8f5b74dad0a309441063d3d7e9bf8f55d.gz
* fix help for `open`Gravatar Isaac Dupree2008-06-06
| | | | darcs-hash:20080605192305-6c1c4-ccf59a87bf7197b5d07a33d7aaeb31638aa0aa52.gz
* Make all fish that use universal variables binaries include iconvGravatar axel2009-02-03
| | | | darcs-hash:20090203002620-ac50b-6be533cd1bf7dd043d96547b2c2f3ab4cda30e10.gz
* Actually escape the double-star recursive wildcard char when requested. This ↵Gravatar axel2009-02-03
| | | | | | will make sure the syntax highlighting doesn't try to perform a recursive wildcard expansion when cheching command name existance, which killed performance darcs-hash:20090202234751-ac50b-55dfd8b52f842826b02a69d6ab51c222108c30e3.gz
* Make proper autoconf test for availability of posix nan function instead of ↵Gravatar axel2009-02-03
| | | | | | fudging with the NAN macro. darcs-hash:20090202232049-ac50b-0176955677ff39fdd05eeefa20dca883863c34e6.gz
* Make fish avoid iterating through user list when completing file part of ↵Gravatar axel2009-02-03
| | | | | | directory starting with tilde. Also add a timeout to the directory iteration, to protect against humongously large user databases. darcs-hash:20090202224645-ac50b-353047a73e4d6f494f470fe2ea6c4a34b486d302.gz
* ish's current hostname completion uses ~/.ssh/known_hosts as one of its ↵Gravatar axel2009-02-03
| | | | | | sources of information, but ~/.ssh/config may also be useful. Gather all of the 'Host' declarations from ~/.ssh/config and filter out the ones with wildcards. Signed-off-by: James Vega <jamessan@debian.org> darcs-hash:20090202210242-ac50b-cf50070ee33ab6113e32a4d997d464ac4b1faf24.gz
* Add support for completing aliases in ssh. Written by David Bronke.Gravatar axel2009-02-02
| | | | darcs-hash:20090201231805-ac50b-196d4c81981efe681677fe8ca7f1cc833a4734da.gz
* Add effectv completions, written by Stefano Sabatini.Gravatar axel2009-02-02
| | | | darcs-hash:20090201225558-ac50b-5704829043880d0264e3e3908d324a39857ada16.gz
* Fix color ls detection for BSD and OS X systems. Patch by Sven Axelsson.Gravatar axel2009-02-02
| | | | darcs-hash:20090201222410-ac50b-e1e02244ae950c602d3b7e67fe567920c619024b.gz
* Fix cd function to handle empty variables correctly. Patch by Sven Axelsson.Gravatar axel2009-02-02
| | | | darcs-hash:20090201222058-ac50b-31a7ee2db9f68729c21ba153e1439cbeabff84ce.gz
* Fix user completion so it can handle comments in the passwd file. Patch by ↵Gravatar axel2009-02-02
| | | | | | Sven Axelsson. darcs-hash:20090201221921-ac50b-ef0883afe4dc68b43c1c705d49b6b5505dbf1e73.gz
* Add netcat completions, written by James StanleyGravatar axel2009-02-02
| | | | darcs-hash:20090201160411-ac50b-43c34e2a73477cde40f15887a810a7b365ec81c4.gz
* Better warning message when trying to exit with jobs running. PAtch and ↵Gravatar axel2009-02-02
| | | | | | suggestion from Josef Spillner. darcs-hash:20090201151601-ac50b-64bf24877419a9087f37eda2486232dfdabea9d2.gz
* Fixed bug with configure.ac in autotools shipped with F10. This fix comes ↵Gravatar axel2009-02-02
| | | | | | from James Reeves. darcs-hash:20090201140928-ac50b-952a8ba0596e3cf4f4a4a94f226fd04ec607075f.gz
* Add mimedb infinite loop bug fix from James ReevesGravatar axel2009-02-01
| | | | darcs-hash:20090201133734-ac50b-96fb4735af616094ea57ba02266188f8a7038a0c.gz
* Switch from ARG_MAX to getting value from sysconf, glibc no longer defines ↵Gravatar axel2009-02-01
| | | | | | the latter. This was reported from Peter Alfredsen Matthew Wesley, among other people. darcs-hash:20090201132329-ac50b-5b9d54731c2ea2da3868fd492e68628b7684bb76.gz
* Fix slightly wrong LD_FLAG in MakefileGravatar axel2009-02-01
| | | | darcs-hash:20090201125628-ac50b-3e68d7165a6c19558c7c8d7189cb75d71b4a9875.gz
* Add missing commas, letters and \c in the documentationGravatar Ori Avtalion2008-02-11
| | | | darcs-hash:20080210210053-57fc3-f7e03b3fca9dff8bdc02256dfb78478b68945015.gz
* Fix dumb error causing fish not to compile...Gravatar axel2008-02-05
| | | | darcs-hash:20080204230945-ac50b-a95529cf19c473f62b6104ae138cf8b8abcbd2ec.gz
* Fix bug causing flood of error messages in terminal when trying to highlight ↵Gravatar axel2008-02-05
| | | | | | an invalid command, reported by Denilson F. de Sa. darcs-hash:20080204230905-ac50b-0829b69835347e5875656ae735181b724f10de2a.gz
* Add quilt completions, written by Stefano Sabatini.Gravatar liljencrantz2008-01-23
| | | | darcs-hash:20080123000021-75c98-b27ae979720c55ec2219f451c50e87e79fa38cd6.gz
* Make string handling a bit more solid be making sure sb_printf returns a ↵Gravatar liljencrantz2008-01-20
| | | | | | null terminated string even on failiure. darcs-hash:20080120022045-75c98-a47aff63ce7278148ccf027d6ee3ff93b35ee350.gz
* Add completions for various user and group adding commands. Skip addgroup, ↵Gravatar liljencrantz2008-01-20
| | | | | | since manual page was actually for adduser, most switches weren't applicable and I was too lazy to guess which ones. darcs-hash:20080120020816-75c98-f937df6cb6789868a1385bfc3eb48f5ddefb3c43.gz
* Add completions for m4Gravatar liljencrantz2008-01-20
| | | | darcs-hash:20080119150149-75c98-d8e5060ef78c6103d51e453ee4d5265f0981c4af.gz
* Add completions for badblocksGravatar liljencrantz2008-01-20
| | | | darcs-hash:20080119145849-75c98-657a11bc69fbf625b01f84f1f6638e0d4b767228.gz
* Add completions for Battle of WesnothGravatar liljencrantz2008-01-20
| | | | darcs-hash:20080119145414-75c98-6d8f856062ea44cf5de56bb014765a65ac26706b.gz
* Improve documentaion for bind builtin, clarify how to specify key sequences.Gravatar liljencrantz2008-01-19
| | | | darcs-hash:20080119003820-75c98-b1f9360ddab9206a1cdf77b94ce28e9978badb53.gz
* Add simple git completions by Diggory HardyGravatar liljencrantz2008-01-19
| | | | darcs-hash:20080118160327-75c98-33e4e011de409944143aecf4f7e7aa8995687c75.gz
* Fix spelling in docs and add a help page for the funced builtin. These ↵Gravatar liljencrantz2008-01-19
| | | | | | changes where suggested by Emanuele Rusconi. darcs-hash:20080118155413-75c98-eadff877b3af3c3271b098903f80a45082111424.gz
* Search for command-not-found in PATH on startup, since older implementations ↵Gravatar liljencrantz2008-01-15
| | | | | | place it there darcs-hash:20080115122953-75c98-05ef8cb650a942c59dfa35aa63b25ccd49614dde.gz
* In prompt_pwd, if a directory name starts with a dot, include first two ↵Gravatar liljencrantz2008-01-17
| | | | | | characters. This patch was written by Denilson F. de Sá darcs-hash:20080116223621-75c98-46f96c9f25d5e32cd10148d35713622e6eac50d7.gz
* Remove useless stray argument in function callGravatar liljencrantz2008-01-17
| | | | darcs-hash:20080116222628-75c98-a307fbeacdd815edcedea05930dc8b4bb064acb3.gz
* Correct completions for the function builtinGravatar liljencrantz2008-01-17
| | | | darcs-hash:20080116222602-75c98-c1a48b4a04fe71b25c5e004a282341148a95ab6d.gz
* Add more documentation on eventsGravatar liljencrantz2008-01-17
| | | | darcs-hash:20080116222531-75c98-ef30dabc492d7883dbb620c40ef95152469057a3.gz
* Fix minor bug, PWD was incorrectly set on startupGravatar liljencrantz2008-01-17
| | | | darcs-hash:20080116220738-75c98-2b7c886629857540efee8f1cab9da0aa9ed8f76d.gz
* Drop vim feature of only completing text and gzip filesGravatar liljencrantz2008-01-17
| | | | darcs-hash:20080116180249-75c98-2fdff83afcb286c7cc06d3ed66089c9cc02eca20.gz
* Improve code commentGravatar liljencrantz2008-01-16
| | | | darcs-hash:20080116010601-75c98-fc7e940543424479bf1016cec26af619f177f5fd.gz
* Add an extra input validation checkGravatar liljencrantz2008-01-16
| | | | darcs-hash:20080116010548-75c98-e6f198bb1eb5a456ce830c42f061428a9c6f755d.gz
* Improve error messages on failed execve calls a bit moreGravatar liljencrantz2008-01-16
| | | | darcs-hash:20080116010454-75c98-883050bf00f10bdb205724d7d273f10e6f0a1065.gz
* Oops. Made a minor but important typo in previous cleanup patch. :-(Gravatar liljencrantz2008-01-15
| | | | darcs-hash:20080115004050-75c98-3f7f733cca054d8685ec5df68d6467057ea5be53.gz
* Drop minor typo, add a few code commentsGravatar liljencrantz2008-01-15
| | | | darcs-hash:20080114225828-75c98-f67f17d7f3148b0bcc74ea53536d52da80667e55.gz
* Add support for the Ubuntu 'command-no-found' handler, which suggests a ↵Gravatar liljencrantz2008-01-15
| | | | | | package to install in order to get a command. darcs-hash:20080114223124-75c98-ab1658d54086394cf13f3a6210543c0b790362c4.gz