aboutsummaryrefslogtreecommitdiff
path: root/notes.org
blob: 660be4b03e71d12a8c756473ca5e7227857a8d1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
** Current
- [X] Preserve cursor position per dir while navigating
- [X] Cmdline must be single line
- [X] Reload
- [X] Run shell command
- [X] Command substitution %
- [X] Command substitution %d:cwd
- [X] Show file permissions
- [X] select multiple files
- [X] Command substitution %s:selections
- [ ] Error handling
- [ ] Command parsing
- [ ] pipe command: Pipe selections/current to stdin of command
- [ ] Cli arg parsing
** Later
- [ ] handle on open (for external integrations)
- [ ] Cmdline history
- [ ] cd into dir symlinks
- [ ] copy/paste across instances
  - user-land solution (write selections to file and read from second instance)
  - socket
- [ ] Internal commands
- [ ] configuration file (toml?)
- [ ] support multikey bindings?
- [ ] bind command: define keybindings
- [ ] watch for changes
- [ ] cmdline tab completion
- [ ] Allow escaping % in commands