aboutsummaryrefslogtreecommitdiff
path: root/README.adoc
Commit message (Collapse)AuthorAgeFilesLines
* README.adoc: update package informationPřemysl Eric Janouch2023-07-011-2/+4
|
* README.adoc: make use of the "plus" attributePřemysl Eric Janouch2020-11-071-4/+2
|
* Make the manpages mostly acceptablePřemysl Eric Janouch2020-10-271-5/+5
| | | | Closes #1
* Update README.adocPřemysl Eric Janouch2020-10-271-1/+6
| | | | I've put the project in AUR, it seems to deserve it.
* Minor fix-ups and adjustmentsPřemysl Eric Janouch2020-10-211-1/+1
|
* Add an installation scriptPřemysl Eric Janouch2020-10-211-110/+10
| | | | | | | | Copying snippets from the README was uncomfortable and laborious, and wasted a lot of space in the document, especially after the recent additions. Closes #3
* README.adoc: avoid unnecessary quotes for bashPřemysl Eric Janouch2020-10-201-3/+3
| | | | Word expansion is not performed there.
* README.adoc: fish after bashPřemysl Eric Janouch2020-10-201-20/+20
| | | | Bash is a bad citizen but this order makes more sense.
* Fix ext-helpers with older bash versionsPřemysl Eric Janouch2020-10-201-1/+7
| | | | | | See Midnight Commander commit 436296f, blindly trusting it. wc(1) could be used unconditionally but let's make it clear.
* Let the caller decide how to launch helpersPřemysl Eric Janouch2020-10-081-4/+4
| | | | | In the end, we don't need to impose any policy on it, and it removes a level of quoting, as well as an `eval`.
* README.adoc: add configuration for elvishPřemysl Eric Janouch2020-10-071-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 integrationPřemysl Eric Janouch2020-10-041-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 snippetPřemysl Eric Janouch2020-10-021-0/+6
|
* Make the outer prompt look more normalPřemysl Eric Janouch2020-10-011-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 appropriatePřemysl Eric Janouch2020-10-011-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 problemsPřemysl Eric Janouch2020-10-011-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 compatibilityPřemysl Eric Janouch2020-10-011-6/+6
|
* README.adoc: split into subsectionsPřemysl Eric Janouch2020-10-011-14/+20
|
* README.adoc: add configuration for fishPřemysl Eric Janouch2020-10-011-1/+19
|
* Add ability to run helpers externallyPřemysl Eric Janouch2020-09-291-10/+15
| | | | So far experimental and essentially undocumented.
* README.adoc: talk about view and edit helpersPřemysl Eric Janouch2020-09-281-4/+18
|
* README: add an example of configuring bindingsPřemysl Eric Janouch2020-09-151-0/+11
|
* README: make it also work with asciidoctorPřemysl Eric Janouch2020-09-151-1/+4
|
* README: make listings hswg-compatiblePřemysl Eric Janouch2020-08-281-6/+6
|
* README: make listings libasciidoc-compatiblePřemysl Eric Janouch2020-08-281-6/+10
|
* README: fix upstream URLPřemysl Eric Janouch2020-08-281-1/+1
|
* README: fix integration snippetsPřemysl Janouch2020-02-131-2/+2
| | | | Runs of whitespace used to be smashed together.
* Update READMEPřemysl Janouch2018-11-031-1/+4
|
* Update READMEPřemysl Janouch2018-11-031-0/+2
|
* Add screenshot to READMEPřemysl Janouch2018-11-021-1/+3
|
* Update READMEPřemysl Janouch2018-11-021-2/+2
|
* README: mention a similar projectPřemysl Janouch2018-06-301-0/+6
|
* Update READMEPřemysl Janouch2018-06-221-4/+4
|
* Relicense to 0BSD, update mail addressPřemysl Janouch2018-06-221-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 indentationPřemysl Janouch2017-06-301-17/+17
|
* Figure out bashPřemysl Janouch2017-06-301-6/+29
|
* Configurable colorsPřemysl Janouch2017-06-301-0/+11
|
* Initial commitPřemysl Janouch2017-06-291-0/+75