diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-10-05 10:51:54 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-10-05 10:51:54 +0530 |
| commit | c999d5703d22a7b73394b50029ceede4ef06f09c (patch) | |
| tree | b870e84444f9972f6e11c6907ae70fd6aaff656c /notes.org | |
| parent | 4582ce60603c57c6b75b73d590d93f443acda96a (diff) | |
| download | daffm-c999d5703d22a7b73394b50029ceede4ef06f09c.tar.gz daffm-c999d5703d22a7b73394b50029ceede4ef06f09c.zip | |
Handle non-zero exit codes in commands
Diffstat (limited to 'notes.org')
| -rw-r--r-- | notes.org | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -14,10 +14,11 @@ - [X] Internal commands? - [X] parsing key sequence - [X] configuration file (toml?) -- [ ] Error handling +- [X] Error handling - [ ] Expand ~ to home in internal commands (cd) - [ ] Cmdline history - [ ] Cli arg parsing (dir arg) +- [ ] Opener configuration ** Right after - [ ] cd into dir symlinks - [ ] handle on open (for external integrations) @@ -27,7 +28,9 @@ - [ ] Command: pipe (think about this) (pipe selection file names/file contents) - [ ] Allow escaping % in commands - [ ] Rethink % substituions +- [ ] theme from config ** Later +- [ ] Cli arg parsing (-c flag for custom config path) - [ ] cmdline tab completion - [ ] Allow escaping % in commands - [ ] watch for changes |
