aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a missing case breakPřemysl Eric Janouch2022-01-081-0/+1
* Add and bind an action to center the cursorPřemysl Eric Janouch2022-01-081-1/+4
* Do not crash on opendir() failuresPřemysl Eric Janouch2021-11-091-5/+16
* Fix build with recent ncursesPřemysl Eric Janouch2021-11-091-0/+3
* bash integration: add helpers to command historyPřemysl Eric Janouch2021-11-051-0/+1
* zsh integration: add helpers to command historyPřemysl Eric Janouch2021-11-051-0/+3
* Add clang-format configuration, clean upPřemysl Eric Janouch2021-11-052-40/+54
* Move the cursor to just created directoriesPřemysl Eric Janouch2021-10-301-3/+9
* Clean upPřemysl Eric Janouch2021-10-301-11/+9
* Bind ^S to search, as in Emacs, with a trickPřemysl Eric Janouch2021-10-181-1/+10
* Slightly optimize very large directoriesPřemysl Eric Janouch2021-10-051-16/+17
* Measured stat performance, io_uring not worth itPřemysl Eric Janouch2021-10-051-3/+2
* Don't reload on sort changesPřemysl Eric Janouch2021-09-261-10/+15
* Add a comment about libaclPřemysl Eric Janouch2021-09-261-1/+3
* Ignore empty XDG_CONFIG_DIRSPřemysl Eric Janouch2021-09-261-1/+1
* Makefile: make the static build a non-phony targetPřemysl Eric Janouch2021-07-191-5/+5
* Explicitly disable GCC's -Wmisleading-indentationPřemysl Eric Janouch2021-07-192-2/+3
* Fix a signedness compiler warningPřemysl Eric Janouch2021-07-191-5/+5
* Bind F6 to a rename promptPřemysl Eric Janouch2021-07-171-1/+1
* Bind F7 to an mkdir promptPřemysl Eric Janouch2021-07-171-2/+12
* Implement search iterationPřemysl Eric Janouch2021-07-171-17/+37
* Add a right-side prompt to the searchPřemysl Eric Janouch2021-07-171-7/+24
* Enable pushing the search in a certain directionPřemysl Eric Janouch2021-07-171-6/+7
* Make search() return the number of matchesPřemysl Eric Janouch2021-07-171-2/+4
* Make removing characters invoke g.editor_on_changePřemysl Eric Janouch2021-07-171-3/+4
* Improve C-char parsingPřemysl Eric Janouch2021-07-091-4/+4
* sdn-install: explain why -dot is experimentalPřemysl Eric Janouch2021-07-071-0/+1
* Makefile: fix version extractionPřemysl Eric Janouch2021-07-071-2/+2
* Allow binding to custom key sequencesPřemysl Eric Janouch2021-07-073-7/+33
* README.adoc: make use of the "plus" attributePřemysl Eric Janouch2020-11-071-4/+2
* sdn.1: refer to a better manual pagePřemysl Eric Janouch2020-11-051-1/+1
* sdn.1: take care about sentence spacingPřemysl Eric Janouch2020-10-291-16/+25
* Include a header required for kill()Přemysl Eric Janouch2020-10-291-0/+1
* sdn.1: improve wording about envvarsPřemysl Eric Janouch2020-10-271-2/+2
* sdn.1: fix default key binding referencesPřemysl Eric Janouch2020-10-271-1/+1
* Make the manpages mostly acceptablePřemysl Eric Janouch2020-10-273-16/+91
* Update README.adocPřemysl Eric Janouch2020-10-271-1/+6
* Add some mediocre manpagesPřemysl Eric Janouch2020-10-263-0/+69
* Implement the --version optionPřemysl Eric Janouch2020-10-261-0/+5
* CMakeLists.txt: cleanupPřemysl Eric Janouch2020-10-261-9/+6
* Bind F1 to show the helpPřemysl Eric Janouch2020-10-251-1/+2
* 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