aboutsummaryrefslogtreecommitdiff
path: root/notes.org
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-10-05 10:51:54 +0530
committerAkshay Nair <phenax5@gmail.com>2025-10-05 10:51:54 +0530
commitc999d5703d22a7b73394b50029ceede4ef06f09c (patch)
treeb870e84444f9972f6e11c6907ae70fd6aaff656c /notes.org
parent4582ce60603c57c6b75b73d590d93f443acda96a (diff)
downloaddaffm-c999d5703d22a7b73394b50029ceede4ef06f09c.tar.gz
daffm-c999d5703d22a7b73394b50029ceede4ef06f09c.zip
Handle non-zero exit codes in commands
Diffstat (limited to 'notes.org')
-rw-r--r--notes.org5
1 files changed, 4 insertions, 1 deletions
diff --git a/notes.org b/notes.org
index 0733ebc..e21b387 100644
--- a/notes.org
+++ b/notes.org
@@ -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