aboutsummaryrefslogtreecommitdiff
path: root/notes.org
blob: fc0439832b420196d04e1a8b55bafd6d46b3d27b (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
** Current
- [X] Preserve cursor position per dir while navigating
- [X] Cmdline must be single line
- [X] Reload
- [ ] Commands
- [X] Run shell command
- [X] Command substitution %
- [X] Command substitution %d:cwd
- [ ] Show file permissions
- [ ] Error handling
** Later
- [ ] handle on open (for external integrations)
- [ ] Cmdline history
- [ ] bind command: define keybindings
- [ ] select multiple files
- [ ] Command substitution %s:selections
- [ ] cd into dir symlinks
- [ ] copy/paste across instances
  - user-land solution (write selections to file and read from second instance)
  - socket
- [ ] support multikey bindings?
- [ ] configuration file (toml?)
- [ ] watch for changes
- [ ] cmdline tab completion