Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | README.adoc: add configuration for elvish | Přemysl Eric Janouch | 2020-10-07 | 1 | -6/+29 |
| | | | | | | | | | | And remove it from the "similar software" section. Our relationship has progressed. Other unusual shells I've checked before I gave up: - nushell lacks the ability to bind keys to user functions - yash can but is otherwise way too basic | ||||
* | Revisit zsh integration | Přemysl Eric Janouch | 2020-10-04 | 1 | -2/+2 |
| | | | | | | | | | zsh's antisocial behaviour was fairly promptly fixed (thanks to Stephane Chazelas and his patience). zle-line-init and zle-line-reset seem to be user-defined widgets and the order inverted. Put zle-line-init before reset-prompt because some people do weird things in there. | ||||
* | README.adoc: fix zsh integration snippet | Přemysl Eric Janouch | 2020-10-02 | 1 | -0/+6 |
| | |||||
* | Make the outer prompt look more normal | Přemysl Eric Janouch | 2020-10-01 | 1 | -1/+1 |
| | | | | | | | | There's a slight issue with the inverted cell representing the cursor standing out a bit too much amongst the rest of the characters. The resulting experience is a lot more consistent, though. | ||||
* | Show external command line if appropriate | Přemysl Eric Janouch | 2020-10-01 | 1 | -3/+6 |
| | | | | | | | | | | | | | | Since I'm already dealing with the fish shell. All of our supported shells seem to handle cursor position in Unicode (wide character) codepoints. It was easiest and most straight-forward to pass the data through yet-unused program arguments. The cursor position is marked by a Unicode glyph equivalent to ACS_DIAMOND, although ncurses doesn't get a chance to make any ACS translation. | ||||
* | README.adoc: clarify bash problems | Přemysl Eric Janouch | 2020-10-01 | 1 | -2/+3 |
| | | | | | I've also tried tcsh but while it /can/ be used for directory navigation, it has several issues that are much more serious. | ||||
* | README.adoc: fix up hswg compatibility | Přemysl Eric Janouch | 2020-10-01 | 1 | -6/+6 |
| | |||||
* | README.adoc: split into subsections | Přemysl Eric Janouch | 2020-10-01 | 1 | -14/+20 |
| | |||||
* | README.adoc: add configuration for fish | Přemysl Eric Janouch | 2020-10-01 | 1 | -1/+19 |
| | |||||
* | Add ability to run helpers externally | Přemysl Eric Janouch | 2020-09-29 | 1 | -10/+15 |
| | | | | So far experimental and essentially undocumented. | ||||
* | README.adoc: talk about view and edit helpers | Přemysl Eric Janouch | 2020-09-28 | 1 | -4/+18 |
| | |||||
* | README: add an example of configuring bindings | Přemysl Eric Janouch | 2020-09-15 | 1 | -0/+11 |
| | |||||
* | README: make it also work with asciidoctor | Přemysl Eric Janouch | 2020-09-15 | 1 | -1/+4 |
| | |||||
* | README: make listings hswg-compatible | Přemysl Eric Janouch | 2020-08-28 | 1 | -6/+6 |
| | |||||
* | README: make listings libasciidoc-compatible | Přemysl Eric Janouch | 2020-08-28 | 1 | -6/+10 |
| | |||||
* | README: fix upstream URL | Přemysl Eric Janouch | 2020-08-28 | 1 | -1/+1 |
| | |||||
* | README: fix integration snippets | Přemysl Janouch | 2020-02-13 | 1 | -2/+2 |
| | | | | Runs of whitespace used to be smashed together. | ||||
* | Update README | Přemysl Janouch | 2018-11-03 | 1 | -1/+4 |
| | |||||
* | Update README | Přemysl Janouch | 2018-11-03 | 1 | -0/+2 |
| | |||||
* | Add screenshot to README | Přemysl Janouch | 2018-11-02 | 1 | -1/+3 |
| | |||||
* | Update README | Přemysl Janouch | 2018-11-02 | 1 | -2/+2 |
| | |||||
* | README: mention a similar project | Přemysl Janouch | 2018-06-30 | 1 | -0/+6 |
| | |||||
* | Update README | Přemysl Janouch | 2018-06-22 | 1 | -4/+4 |
| | |||||
* | Relicense to 0BSD, update mail address | Přemysl Janouch | 2018-06-22 | 1 | -7/+2 |
| | | | | | | | | | I've come to the conclusion that copyright mostly just stands in the way of software development. In my jurisdiction I cannot give up my own copyright and 0BSD seems to be the closest thing to public domain. The updated mail address, also used in my author/committer lines, is shorter and looks nicer. People rarely interact anyway. | ||||
* | README: use spaces for indentation | Přemysl Janouch | 2017-06-30 | 1 | -17/+17 |
| | |||||
* | Figure out bash | Přemysl Janouch | 2017-06-30 | 1 | -6/+29 |
| | |||||
* | Configurable colors | Přemysl Janouch | 2017-06-30 | 1 | -0/+11 |
| | |||||
* | Initial commit | Přemysl Janouch | 2017-06-29 | 1 | -0/+75 |