diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-10-05 00:43:39 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-10-05 00:45:40 +0530 |
| commit | 4582ce60603c57c6b75b73d590d93f443acda96a (patch) | |
| tree | 2d6c0dde60443fdd87356a3233a9d2cd92046ef3 /notes.org | |
| parent | a302dfc2aabda53446fb38e035e61ae91b28f84a (diff) | |
| download | daffm-4582ce60603c57c6b75b73d590d93f443acda96a.tar.gz daffm-4582ce60603c57c6b75b73d590d93f443acda96a.zip | |
Add configuration (keymap) loading from toml file
Diffstat (limited to '')
| -rw-r--r-- | notes.org | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -12,10 +12,11 @@ - [X] Command parsing - [X] Cmdline must be single line - [X] Internal commands? +- [X] parsing key sequence +- [X] configuration file (toml?) - [ ] Error handling +- [ ] Expand ~ to home in internal commands (cd) - [ ] Cmdline history -- [ ] parsing key sequence -- [ ] configuration file (toml?) - [ ] Cli arg parsing (dir arg) ** Right after - [ ] cd into dir symlinks |
