diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-10-05 18:49:36 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-10-05 18:49:36 +0530 |
| commit | 577a30cd5894aa16cf81606767d4d07c3e7b1603 (patch) | |
| tree | a3c50dade9399660ddba1008375f833862cf8839 /notes.org | |
| parent | 845b96c9a7f6d80f2042ef5d334fd6842d617f27 (diff) | |
| download | daffm-577a30cd5894aa16cf81606767d4d07c3e7b1603.tar.gz daffm-577a30cd5894aa16cf81606767d4d07c3e7b1603.zip | |
Add arg parsing, loading config from XDG_CONFIG_HOME and -c arg for loading config file
Diffstat (limited to 'notes.org')
| -rw-r--r-- | notes.org | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -20,19 +20,19 @@ - [X] Opener configuration - [ ] Cmdline history - [ ] Cli arg parsing (dir arg) +- [ ] Cli arg parsing (-c flag for custom config path) ** Right after -- [ ] Command: open-external -- [ ] handle on open (for external integrations) - [ ] copy/paste across instances - user-land solution (write selections to file and read from second instance) - socket +- [ ] Command: open-external +- [ ] handle on open (for external integrations) - [ ] Command: pipe (think about this) (pipe selection file names/file contents) - [ ] Allow escaping % in commands - [ ] Rethink % substituions - [ ] theme from config - [ ] cd into dir symlinks ** Later -- [ ] Cli arg parsing (-c flag for custom config path) - [ ] cmdline tab completion - [ ] Allow escaping % in commands - [ ] watch for changes |
