aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add arg parsing, loading config from XDG_CONFIG_HOME and -c arg for ↵Akshay Nair2025-10-05
| | | | loading config file
* Add stripping quotes for toml keysAkshay Nair2025-10-05
|
* Add opener script in configAkshay Nair2025-10-05
|
* Show keyseq,selections in statusline + minor refactorAkshay Nair2025-10-05
|
* Add ~ substitution for cd pathsAkshay Nair2025-10-05
|
* Handle non-zero exit codes in commandsAkshay Nair2025-10-05
|
* Add configuration (keymap) loading from toml fileAkshay Nair2025-10-05
|
* Add multi-key handling + command parsing + shell/shell! aliasesAkshay Nair2025-10-04
|
* Refactor to TextAkshay Nair2025-10-03
|
* Add %S substitution for selections as newline separatedAkshay Nair2025-10-03
|
* Add delete command + minor refactorsAkshay Nair2025-10-03
|
* Add multifile selection/markingAkshay Nair2025-10-03
|
* Refactor event module with actionsAkshay Nair2025-10-03
|
* Add file mode string in listingAkshay Nair2025-10-03
|
* Add "press key to continue" with !! prefixAkshay Nair2025-10-03
|
* Add %d substitutionAkshay Nair2025-10-03
|
* Add run shell command via cmdline + selected file substitutionAkshay Nair2025-10-03
|
* Preserve list position while navigating through directoriesAkshay Nair2025-10-03
|
* Add spawning processes + suspend tuiAkshay Nair2025-10-03
|
* Add cmdline editor, focus switch + stylingAkshay Nair2025-10-02
|