blob: f7c7eaa29225f6a8d9ed1e758f94b1e8819b017b (
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
** Essentials
- [X] select multiple files
- [X] Support multikey bindings
- [X] Show file permissions
- [X] Run shell command
- [X] Reload
- [X] Preserve cursor position per dir while navigating
- [X] Command: shell & shell! (alias for !, !!)
- [X] Command substitution %s:selections
- [X] Command substitution %d:cwd
- [X] Command substitution %
- [X] Command parsing
- [X] Cmdline must be single line
- [X] Internal commands?
- [X] parsing key sequence
- [X] configuration file (toml?)
- [X] Error handling
- [X] Expand ~ to home in internal commands (cd)
- [X] Show current pending keys in statusline
- [X] Opener configuration
- [X] Cli arg parsing (dir arg)
- [X] Cli arg parsing (-c flag for custom config path)
- [X] handle on open (for external integrations) (opener in custom config)
- [X] Given file name, open dir of file with cursor on file
** Right after
- [X] chain multiple commands
- [X] Fix cmd substitution for all command args
- [X] Command: command-shell special variant of shell that evaluates output as commands
- [X] Config extend (extend = true will extend config.toml)
- [X] Finish nvim integration
- [X] Command: search, search-next, search-prev
- [X] cd into dir symlinks
- [X] Command: map
- [X] shorten/trim from left in header for long paths
- [ ] Allow escaping % in commands
- [ ] Cmdline history
- [ ] Store last directory path (for auto cd in shell)
- [ ] Preserve back directory when going inside sym link to directories
** Later
- [ ] Rethink % substituions
- [ ] cmdline tab completion
- [ ] theme from config
- [ ] Fix keymap evaluation with timeout? (If vd is bound, it doesnt evaluate a v binding)
- [ ] Allow escaping % in commands
- [ ] Custom commands
- [ ] aliases for builtin commands
- [ ] some caching for file list?
- [ ] copy/move/paste across instances?
- [ ] watch for changes?
|