[X] The "/diStorm/diStorm 1.7.30 for Python 3/distorm-1.7.30.tar.gz" file could not be found or is not available. Please select another file.

Share

More
The friendly interactive shell Icon

The friendly interactive shell

beta

by liljencrantz


fish is a shell that provides the user with powerful features in a way that is easy to discover, remember, and use.


http://roo.no-ip.org/fish/





Separate each tag with a space.

Release Date:

2009-03-08

Topic:

Operating System:

License:

Intended Audience:

User Interface:

Programming Language:

C

Registered:

2005-05-13

Ratings and Reviews

Be the first to post a text review of The friendly interactive shell. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • Tracker artifact added

    posted by linopolus 213 days ago

  • File released: /fish/1.23.1/fish-1.23.1.tar.gz

    posted 304 days ago

  • File released: /fish/1.23.1/fish-1.23.1.tar.bz2

    posted 304 days ago

  • fish 1.23.1 file released: fish-1.23.1.tar.gz

    Sun Mar 8 15:41:06 CET 2009 axel@liljencrantz.se * Bump version number Sun Mar 8 15:23:13 CET 2009 axel@liljencrantz.se tagged 1.23.1 Sun Mar 8 15:20:07 CET 2009 axel@liljencrantz.se * Update todo list Sun Mar 1 03:14:41 CET 2009 axel@liljencrantz.se * Fix interactive job in background busy wait bug, reported by Randall D. Wald Tue Feb 24 19:36:01 CET 2009 James Vega <jamessan@jamessan.com> * Prevent potential infinite loop Ignore-this: 24edfe9248e1b667fcf4d8e151dd50f2 Sun Feb 22 23:45:40 CET 2009 axel@liljencrantz.se * Update copyright info, minor layout changes to section about licenses in fish Sun Feb 22 21:28:52 CET 2009 axel@liljencrantz.se * Check return value of a few write calls and retry on EINTR, and fix a few other warnings, mostly by printing error messages before giving up. Sun Feb 22 20:17:14 CET 2009 axel@liljencrantz.se * Misc documentation updates Sun Feb 22 20:16:49 CET 2009 axel@liljencrantz.se * Hopefully make iconv detection work on OS X with non-gnu iconv implementation Sun Feb 22 17:22:53 CET 2009 axel@liljencrantz.se * Don't make complete builtin complain when used in non-interactive mode, as we can always launch a debug prompt. Who are we to question why? Sun Feb 22 17:22:06 CET 2009 axel@liljencrantz.se * Fix read in noninteractive mode problems reported by James Reeves Sat Feb 21 17:46:56 CET 2009 axel@liljencrantz.se * Handle exit status of processes terminated by signals Sat Feb 21 16:44:20 CET 2009 axel@liljencrantz.se * Pressing Control-C (or otherwise changeing the command line content through the commandline builtin) should clear the search buffer. Sat Feb 21 11:47:59 CET 2009 axel@liljencrantz.se * prompt_pwd broken, this fix by James Reeves Sat Feb 21 11:43:30 CET 2009 axel@liljencrantz.se * Oops, I broke recursive wildcard completion Wed Feb 18 21:20:37 CET 2009 axel@liljencrantz.se * Document rename of save_function to func_save. Pointed out by Ovchinnikov George Mon Feb 16 22:19:40 CET 2009 axel@liljencrantz.se * Added faw entry on history editing, written by Beni Cherniavsky Mon Feb 16 22:11:03 CET 2009 axel@liljencrantz.se * Make xdg-version of open handle multiple files. Mon Feb 16 22:04:50 CET 2009 axel@liljencrantz.se * Add possibility to define greeting function, suggested by Chris Miller Tue Jan 22 19:03:40 CET 2008 Nick Pilon <npilon@gmail.com> * This patch fixes a problem where prompt_pwd was printing the full path twice 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. Wed Feb 4 20:17:57 CET 2009 terceiro@softwarelivre.org * adds completion for Debian's invoke-rc.d command Ignore-this: f9ff385e3c239cedfbc9850b06822bba Wed Feb 4 20:03:58 CET 2009 terceiro@softwarelivre.org * function to put current git branch on the fish prompt Ignore-this: 841402742571f399e012514315b8e4f0 Wed Feb 4 19:58:26 CET 2009 terceiro@softwarelivre.org * better git completion Ignore-this: af7fede5c1ee1d92c89d2887cbe54c0b Wed Feb 4 23:43:10 CET 2009 axel@liljencrantz.se * Fix warnings in FATAL_EXIT macro Thu Jun 5 21:23:05 CEST 2008 Isaac Dupree <id@isaac.cedarswampstudios.org> * fix help for `open` Tue Feb 3 01:26:20 CET 2009 axel@liljencrantz.se * Make all fish that use universal variables binaries include iconv Tue Feb 3 00:47:51 CET 2009 axel@liljencrantz.se * Actually escape the double-star recursive wildcard char when requested. This will make sure the syntax highlighting doesn't try to perform a recursive wildcard expansion when cheching command name existance, which killed performance Tue Feb 3 00:20:49 CET 2009 axel@liljencrantz.se * Make proper autoconf test for availability of posix nan function instead of fudging with the NAN macro. Mon Feb 2 23:46:45 CET 2009 axel@liljencrantz.se * Make fish avoid iterating through user list when completing file part of directory starting with tilde. Also add a timeout to the directory iteration, to protect against humongously large user databases. Mon Feb 2 22:02:42 CET 2009 axel@liljencrantz.se * fish's current hostname completion uses ~/.ssh/known_hosts as one of its 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> Mon Feb 2 00:18:05 CET 2009 axel@liljencrantz.se * Add support for completing aliases in ssh. Written by David Bronke. Sun Feb 1 23:55:58 CET 2009 axel@liljencrantz.se * Add effectv completions, written by Stefano Sabatini. Sun Feb 1 23:24:10 CET 2009 axel@liljencrantz.se * Fix color ls detection for BSD and OS X systems. Patch by Sven Axelsson. Sun Feb 1 23:20:58 CET 2009 axel@liljencrantz.se * Fix cd function to handle empty variables correctly. Patch by Sven Axelsson. Sun Feb 1 23:19:21 CET 2009 axel@liljencrantz.se * Fix user completion so it can handle comments in the passwd file. Patch by Sven Axelsson. Sun Feb 1 17:04:11 CET 2009 axel@liljencrantz.se * Add netcat completions, written by James Stanley Sun Feb 1 16:16:01 CET 2009 axel@liljencrantz.se * Better warning message when trying to exit with jobs running. PAtch and suggestion from Josef Spillner. Sun Feb 1 15:09:28 CET 2009 axel@liljencrantz.se * Fixed bug with configure.ac in autotools shipped with F10. This fix comes from James Reeves. Sun Feb 1 14:37:34 CET 2009 axel@liljencrantz.se * Add mimedb infinite loop bug fix from James Reeves Sun Feb 1 14:23:29 CET 2009 axel@liljencrantz.se * Switch from ARG_MAX to getting value from sysconf, glibc no longer defines the latter. This was reported from Peter Alfredsen Matthew Wesley, among other people. Sun Feb 1 13:56:28 CET 2009 axel@liljencrantz.se * Fix slightly wrong LD_FLAG in Makefile Sun Feb 10 22:00:53 CET 2008 Ori Avtalion <ori@avtalion.name> * Add missing commas, letters and \c in the documentation Tue Feb 5 00:09:45 CET 2008 axel@liljencrantz.se * Fix dumb error causing fish not to compile... Tue Feb 5 00:09:05 CET 2008 axel@liljencrantz.se * Fix bug causing flood of error messages in terminal when trying to highlight an invalid command, reported by Denilson F. de Sa. Wed Jan 23 01:00:21 CET 2008 liljencrantz@gmail.com * Add quilt completions, written by Stefano Sabatini. Sun Jan 20 03:20:45 CET 2008 liljencrantz@gmail.com * Make string handling a bit more solid be making sure sb_printf returns a null terminated string even on failiure. Sun Jan 20 03:08:16 CET 2008 liljencrantz@gmail.com * Add completions for various user and group adding commands. Skip addgroup, since manual page was actually for adduser, most switches weren't applicable and I was too lazy to guess which ones. Sat Jan 19 16:01:49 CET 2008 liljencrantz@gmail.com * Add completions for m4 Sat Jan 19 15:58:49 CET 2008 liljencrantz@gmail.com * Add completions for badblocks Sat Jan 19 15:54:14 CET 2008 liljencrantz@gmail.com * Add completions for Battle of Wesnoth Fri Jan 18 17:03:27 CET 2008 liljencrantz@gmail.com * Add simple git completions by Diggory Hardy Fri Jan 18 16:54:13 CET 2008 liljencrantz@gmail.com * Fix spelling in docs and add a help page for the funced builtin. These changes where suggested by Emanuele Rusconi. Tue Jan 15 13:29:53 CET 2008 liljencrantz@gmail.com * Search for command-not-found in PATH on startup, since older implementations place it there Sat Jan 19 01:38:20 CET 2008 liljencrantz@gmail.com * Improve documentaion for bind builtin, clarify how to specify key sequences. Wed Jan 16 23:36:21 CET 2008 liljencrantz@gmail.com * In prompt_pwd, if a directory name starts with a dot, include first two characters. This patch was written by Denilson F. de S[_\c3_][_\a1_] Wed Jan 16 23:26:28 CET 2008 liljencrantz@gmail.com * Remove useless stray argument in function call Wed Jan 16 23:26:02 CET 2008 liljencrantz@gmail.com * Correct completions for the function builtin Wed Jan 16 23:25:31 CET 2008 liljencrantz@gmail.com * Add more documentation on events Wed Jan 16 23:07:38 CET 2008 liljencrantz@gmail.com * Fix minor bug, PWD was incorrectly set on startup Wed Jan 16 19:02:49 CET 2008 liljencrantz@gmail.com * Drop vim feature of only completing text and gzip files Wed Jan 16 02:06:01 CET 2008 liljencrantz@gmail.com * Improve code comment Wed Jan 16 02:05:48 CET 2008 liljencrantz@gmail.com * Add an extra input validation check Wed Jan 16 02:04:54 CET 2008 liljencrantz@gmail.com * Improve error messages on failed execve calls a bit more Tue Jan 15 01:40:50 CET 2008 liljencrantz@gmail.com * Oops. Made a minor but important typo in previous cleanup patch. :-( Mon Jan 14 23:58:28 CET 2008 liljencrantz@gmail.com * Drop minor typo, add a few code comments Mon Jan 14 23:31:24 CET 2008 liljencrantz@gmail.com * Add support for the Ubuntu 'command-no-found' handler, which suggests a package to install in order to get a command. Mon Jan 14 02:00:32 CET 2008 liljencrantz@gmail.com * Handle case insensitive completions of variables better Mon Jan 14 01:57:45 CET 2008 liljencrantz@gmail.com * The max size of the string buffer was too small. Push it up a bit. Sun Jan 13 21:01:51 CET 2008 James Vega <jamessan@jamessan.com> * Fixed various spelling errors. Sun Jan 13 20:32:21 CET 2008 liljencrantz@gmail.com * Add canse insensitive tilde completion Sun Jan 13 17:49:24 CET 2008 liljencrantz@gmail.com * Improve Doxygen documentation generation a bit Sun Jan 13 17:49:05 CET 2008 liljencrantz@gmail.com * Make sure fish_indent handles io erros Sun Jan 13 17:47:47 CET 2008 liljencrantz@gmail.com * Add lots of new code comments.

    posted 304 days ago

  • fish 1.23.1 file released: fish-1.23.1.tar.bz2

    Sun Mar 8 15:41:06 CET 2009 axel@liljencrantz.se * Bump version number Sun Mar 8 15:23:13 CET 2009 axel@liljencrantz.se tagged 1.23.1 Sun Mar 8 15:20:07 CET 2009 axel@liljencrantz.se * Update todo list Sun Mar 1 03:14:41 CET 2009 axel@liljencrantz.se * Fix interactive job in background busy wait bug, reported by Randall D. Wald Tue Feb 24 19:36:01 CET 2009 James Vega <jamessan@jamessan.com> * Prevent potential infinite loop Ignore-this: 24edfe9248e1b667fcf4d8e151dd50f2 Sun Feb 22 23:45:40 CET 2009 axel@liljencrantz.se * Update copyright info, minor layout changes to section about licenses in fish Sun Feb 22 21:28:52 CET 2009 axel@liljencrantz.se * Check return value of a few write calls and retry on EINTR, and fix a few other warnings, mostly by printing error messages before giving up. Sun Feb 22 20:17:14 CET 2009 axel@liljencrantz.se * Misc documentation updates Sun Feb 22 20:16:49 CET 2009 axel@liljencrantz.se * Hopefully make iconv detection work on OS X with non-gnu iconv implementation Sun Feb 22 17:22:53 CET 2009 axel@liljencrantz.se * Don't make complete builtin complain when used in non-interactive mode, as we can always launch a debug prompt. Who are we to question why? Sun Feb 22 17:22:06 CET 2009 axel@liljencrantz.se * Fix read in noninteractive mode problems reported by James Reeves Sat Feb 21 17:46:56 CET 2009 axel@liljencrantz.se * Handle exit status of processes terminated by signals Sat Feb 21 16:44:20 CET 2009 axel@liljencrantz.se * Pressing Control-C (or otherwise changeing the command line content through the commandline builtin) should clear the search buffer. Sat Feb 21 11:47:59 CET 2009 axel@liljencrantz.se * prompt_pwd broken, this fix by James Reeves Sat Feb 21 11:43:30 CET 2009 axel@liljencrantz.se * Oops, I broke recursive wildcard completion Wed Feb 18 21:20:37 CET 2009 axel@liljencrantz.se * Document rename of save_function to func_save. Pointed out by Ovchinnikov George Mon Feb 16 22:19:40 CET 2009 axel@liljencrantz.se * Added faw entry on history editing, written by Beni Cherniavsky Mon Feb 16 22:11:03 CET 2009 axel@liljencrantz.se * Make xdg-version of open handle multiple files. Mon Feb 16 22:04:50 CET 2009 axel@liljencrantz.se * Add possibility to define greeting function, suggested by Chris Miller Tue Jan 22 19:03:40 CET 2008 Nick Pilon <npilon@gmail.com> * This patch fixes a problem where prompt_pwd was printing the full path twice 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. Wed Feb 4 20:17:57 CET 2009 terceiro@softwarelivre.org * adds completion for Debian's invoke-rc.d command Ignore-this: f9ff385e3c239cedfbc9850b06822bba Wed Feb 4 20:03:58 CET 2009 terceiro@softwarelivre.org * function to put current git branch on the fish prompt Ignore-this: 841402742571f399e012514315b8e4f0 Wed Feb 4 19:58:26 CET 2009 terceiro@softwarelivre.org * better git completion Ignore-this: af7fede5c1ee1d92c89d2887cbe54c0b Wed Feb 4 23:43:10 CET 2009 axel@liljencrantz.se * Fix warnings in FATAL_EXIT macro Thu Jun 5 21:23:05 CEST 2008 Isaac Dupree <id@isaac.cedarswampstudios.org> * fix help for `open` Tue Feb 3 01:26:20 CET 2009 axel@liljencrantz.se * Make all fish that use universal variables binaries include iconv Tue Feb 3 00:47:51 CET 2009 axel@liljencrantz.se * Actually escape the double-star recursive wildcard char when requested. This will make sure the syntax highlighting doesn't try to perform a recursive wildcard expansion when cheching command name existance, which killed performance Tue Feb 3 00:20:49 CET 2009 axel@liljencrantz.se * Make proper autoconf test for availability of posix nan function instead of fudging with the NAN macro. Mon Feb 2 23:46:45 CET 2009 axel@liljencrantz.se * Make fish avoid iterating through user list when completing file part of directory starting with tilde. Also add a timeout to the directory iteration, to protect against humongously large user databases. Mon Feb 2 22:02:42 CET 2009 axel@liljencrantz.se * fish's current hostname completion uses ~/.ssh/known_hosts as one of its 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> Mon Feb 2 00:18:05 CET 2009 axel@liljencrantz.se * Add support for completing aliases in ssh. Written by David Bronke. Sun Feb 1 23:55:58 CET 2009 axel@liljencrantz.se * Add effectv completions, written by Stefano Sabatini. Sun Feb 1 23:24:10 CET 2009 axel@liljencrantz.se * Fix color ls detection for BSD and OS X systems. Patch by Sven Axelsson. Sun Feb 1 23:20:58 CET 2009 axel@liljencrantz.se * Fix cd function to handle empty variables correctly. Patch by Sven Axelsson. Sun Feb 1 23:19:21 CET 2009 axel@liljencrantz.se * Fix user completion so it can handle comments in the passwd file. Patch by Sven Axelsson. Sun Feb 1 17:04:11 CET 2009 axel@liljencrantz.se * Add netcat completions, written by James Stanley Sun Feb 1 16:16:01 CET 2009 axel@liljencrantz.se * Better warning message when trying to exit with jobs running. PAtch and suggestion from Josef Spillner. Sun Feb 1 15:09:28 CET 2009 axel@liljencrantz.se * Fixed bug with configure.ac in autotools shipped with F10. This fix comes from James Reeves. Sun Feb 1 14:37:34 CET 2009 axel@liljencrantz.se * Add mimedb infinite loop bug fix from James Reeves Sun Feb 1 14:23:29 CET 2009 axel@liljencrantz.se * Switch from ARG_MAX to getting value from sysconf, glibc no longer defines the latter. This was reported from Peter Alfredsen Matthew Wesley, among other people. Sun Feb 1 13:56:28 CET 2009 axel@liljencrantz.se * Fix slightly wrong LD_FLAG in Makefile Sun Feb 10 22:00:53 CET 2008 Ori Avtalion <ori@avtalion.name> * Add missing commas, letters and \c in the documentation Tue Feb 5 00:09:45 CET 2008 axel@liljencrantz.se * Fix dumb error causing fish not to compile... Tue Feb 5 00:09:05 CET 2008 axel@liljencrantz.se * Fix bug causing flood of error messages in terminal when trying to highlight an invalid command, reported by Denilson F. de Sa. Wed Jan 23 01:00:21 CET 2008 liljencrantz@gmail.com * Add quilt completions, written by Stefano Sabatini. Sun Jan 20 03:20:45 CET 2008 liljencrantz@gmail.com * Make string handling a bit more solid be making sure sb_printf returns a null terminated string even on failiure. Sun Jan 20 03:08:16 CET 2008 liljencrantz@gmail.com * Add completions for various user and group adding commands. Skip addgroup, since manual page was actually for adduser, most switches weren't applicable and I was too lazy to guess which ones. Sat Jan 19 16:01:49 CET 2008 liljencrantz@gmail.com * Add completions for m4 Sat Jan 19 15:58:49 CET 2008 liljencrantz@gmail.com * Add completions for badblocks Sat Jan 19 15:54:14 CET 2008 liljencrantz@gmail.com * Add completions for Battle of Wesnoth Fri Jan 18 17:03:27 CET 2008 liljencrantz@gmail.com * Add simple git completions by Diggory Hardy Fri Jan 18 16:54:13 CET 2008 liljencrantz@gmail.com * Fix spelling in docs and add a help page for the funced builtin. These changes where suggested by Emanuele Rusconi. Tue Jan 15 13:29:53 CET 2008 liljencrantz@gmail.com * Search for command-not-found in PATH on startup, since older implementations place it there Sat Jan 19 01:38:20 CET 2008 liljencrantz@gmail.com * Improve documentaion for bind builtin, clarify how to specify key sequences. Wed Jan 16 23:36:21 CET 2008 liljencrantz@gmail.com * In prompt_pwd, if a directory name starts with a dot, include first two characters. This patch was written by Denilson F. de S[_\c3_][_\a1_] Wed Jan 16 23:26:28 CET 2008 liljencrantz@gmail.com * Remove useless stray argument in function call Wed Jan 16 23:26:02 CET 2008 liljencrantz@gmail.com * Correct completions for the function builtin Wed Jan 16 23:25:31 CET 2008 liljencrantz@gmail.com * Add more documentation on events Wed Jan 16 23:07:38 CET 2008 liljencrantz@gmail.com * Fix minor bug, PWD was incorrectly set on startup Wed Jan 16 19:02:49 CET 2008 liljencrantz@gmail.com * Drop vim feature of only completing text and gzip files Wed Jan 16 02:06:01 CET 2008 liljencrantz@gmail.com * Improve code comment Wed Jan 16 02:05:48 CET 2008 liljencrantz@gmail.com * Add an extra input validation check Wed Jan 16 02:04:54 CET 2008 liljencrantz@gmail.com * Improve error messages on failed execve calls a bit more Tue Jan 15 01:40:50 CET 2008 liljencrantz@gmail.com * Oops. Made a minor but important typo in previous cleanup patch. :-( Mon Jan 14 23:58:28 CET 2008 liljencrantz@gmail.com * Drop minor typo, add a few code comments Mon Jan 14 23:31:24 CET 2008 liljencrantz@gmail.com * Add support for the Ubuntu 'command-no-found' handler, which suggests a package to install in order to get a command. Mon Jan 14 02:00:32 CET 2008 liljencrantz@gmail.com * Handle case insensitive completions of variables better Mon Jan 14 01:57:45 CET 2008 liljencrantz@gmail.com * The max size of the string buffer was too small. Push it up a bit. Sun Jan 13 21:01:51 CET 2008 James Vega <jamessan@jamessan.com> * Fixed various spelling errors. Sun Jan 13 20:32:21 CET 2008 liljencrantz@gmail.com * Add canse insensitive tilde completion Sun Jan 13 17:49:24 CET 2008 liljencrantz@gmail.com * Improve Doxygen documentation generation a bit Sun Jan 13 17:49:05 CET 2008 liljencrantz@gmail.com * Make sure fish_indent handles io erros Sun Jan 13 17:47:47 CET 2008 liljencrantz@gmail.com * Add lots of new code comments.

    posted 304 days ago

  • Tracker artifact added

    godfat created the heredoc support? artifact

    posted by godfat 366 days ago

  • File released: /fish/1.23.0/fish-1.23.0-0.i386.rpm

    posted 723 days ago

  • File released: /fish/1.23.0/fish-1.23.0-0.src.rpm

    posted 723 days ago

  • File released: /fish/1.23.0/fish-1.23.0.tar.gz

    posted 723 days ago

  • File released: /fish/1.23.0/fish-1.23.0.tar.bz2

    posted 723 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

The friendly interactive shell Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review

Thanks for your review!

Get credit for your review by logging in via OpenID. Click your account provider:

No Thanks