aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Mark a minor issue for later resolutionPřemysl Eric Janouch2020-10-241-0/+1
* sdn-install: bash: fix UTF-8 collisionsPřemysl Eric Janouch2020-10-241-3/+4
* Makefile: make portable, support static linkingPřemysl Eric Janouch2020-10-231-7/+14
* CleanupPřemysl Eric Janouch2020-10-231-7/+0
* Group help message by actionPřemysl Eric Janouch2020-10-231-5/+7
* Bind M-Up to the "parent" actionPřemysl Eric Janouch2020-10-231-1/+2
* Bind C-d in the editorPřemysl Eric Janouch2020-10-231-1/+1
* Implement C-v in the editorPřemysl Eric Janouch2020-10-231-2/+14
* Implement C-u C-k in the editorPřemysl Eric Janouch2020-10-231-0/+10
* CleanupPřemysl Eric Janouch2020-10-221-16/+17
* Implement Delete in the editorPřemysl Eric Janouch2020-10-221-2/+11
* Implement C-a C-e C-b C-f in the editorPřemysl Eric Janouch2020-10-211-1/+26
* Make backspace erase combining charactersPřemysl Eric Janouch2020-10-211-2/+7
* Track cursor position in the editorPřemysl Eric Janouch2020-10-211-6/+13
* Minor fix-ups and adjustmentsPřemysl Eric Janouch2020-10-212-4/+4
* Add an installation scriptPřemysl Eric Janouch2020-10-214-110/+188
* README.adoc: avoid unnecessary quotes for bashPřemysl Eric Janouch2020-10-201-3/+3
* README.adoc: fish after bashPřemysl Eric Janouch2020-10-201-20/+20
* Fix ext-helpers with older bash versionsPřemysl Eric Janouch2020-10-201-1/+7
* Let the caller decide how to launch helpersPřemysl Eric Janouch2020-10-082-6/+5
* When resuming a child, resume the whole groupPřemysl Eric Janouch2020-10-081-1/+1
* Fix the help in absence of a bindings filePřemysl Eric Janouch2020-10-081-4/+4
* Fix showing DEL in the helpPřemysl Eric Janouch2020-10-081-14/+14
* README.adoc: add configuration for elvishPřemysl Eric Janouch2020-10-071-6/+29
* Revisit zsh integrationPřemysl Eric Janouch2020-10-042-3/+4
* Survive a removed CWD, as well as an empty rootPřemysl Eric Janouch2020-10-021-14/+22
* README.adoc: fix zsh integration snippetPřemysl Eric Janouch2020-10-021-0/+6
* Make the outer prompt look more normalPřemysl Eric Janouch2020-10-012-8/+10
* Show external command line if appropriatePřemysl Eric Janouch2020-10-012-9/+27
* README.adoc: clarify bash problemsPřemysl Eric Janouch2020-10-011-2/+3
* 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
* Set cursor to child when going to parent dirPřemysl Eric Janouch2020-09-291-18/+26
* CleanupPřemysl Eric Janouch2020-09-291-3/+2
* Add ability to run helpers externallyPřemysl Eric Janouch2020-09-292-13/+36
* reload() doesn't really need to know the old pathPřemysl Eric Janouch2020-09-281-12/+13
* Make anchor processing a bit more obviousPřemysl Eric Janouch2020-09-281-2/+2
* Improve PAGER defaultsPřemysl Eric Janouch2020-09-281-2/+4
* README.adoc: talk about view and edit helpersPřemysl Eric Janouch2020-09-281-4/+18
* Expand a comment about overstriked underliningPřemysl Eric Janouch2020-09-281-1/+2
* Show error output from failed helpersPřemysl Eric Janouch2020-09-281-0/+6
* Fix tilde expansion algorithmPřemysl Eric Janouch2020-09-281-2/+2
* Fix comment: the word "no-op" needs to be splitPřemysl Eric Janouch2020-09-281-1/+1
* Support tilde expansion in the "chdir" actionPřemysl Eric Janouch2020-09-281-5/+24
* Make F3 change directoriesPřemysl Eric Janouch2020-09-271-1/+6
* Always accept ^? as well as ^H as backspacePřemysl Eric Janouch2020-09-212-2/+4
* 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
* Add an action to go to the parent directoryPřemysl Eric Janouch2020-09-151-2/+7