-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor edits, remove unneeded code, add a few commants, correct spelli…
…ng, tweak the todo list, etc. darcs-hash:20061026102253-ac50b-eb42fdab9a9211d68386a563134856a96b870d90.gz
- Loading branch information
1 parent
3341fc8
commit e98a604
Showing
10 changed files
with
30 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1314,21 +1314,22 @@ g++, javac, java, gcj, lpr, doxygen, whois, find) | |
- Autoreload inputrc-file on updates | ||
- Right-side prompt | ||
- Selectable completions in the pager | ||
- Access to the whole history in $history | ||
- Saving of the history in intervals to not loose to much on crashes | ||
- Per process output redirection | ||
- Reduce the space of the pager by one line to allow the commandline to remain visible. | ||
- down-arrow could be used to save the current command to the history. Or give the next command in-sequnce. Or both. | ||
- A pretty-printer. | ||
- Help messages for builtin should not be compiled into fish, they should be kept in a separate directory | ||
- Shellscript functions should be able to show help on the commandline instead of launching a browser | ||
- Drop support for inputrc-files. Use shellscripts and the bind builtin. Also, redo the syntax for the bind builtin to something more sane. | ||
- History could reload itself when the file is updated. This would need to be done in a clever way to avoid chain reactions | ||
|
||
\subsection bugs Known bugs | ||
|
||
- Completion for gcc -\#\#\# option doesn't work. | ||
- Suspending and then resuming pipelines containing a builtin is broken. How should this be handled? | ||
- screen handling code can't handle tabs in input | ||
|
||
|
||
If you think you have found a bug not described here, please send a | ||
report to <a href="mailto:[email protected]"> [email protected] | ||
</a>. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters