blob: 663acf6d6b51986e5ff881db5852c9fdb65ec524 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
- [X] commands: move cursor: move +1, move -1, move 5, move $, move 0
- [X] rename command-shell to evaluate
- [ ] Use ls for file listing respecting ansi colors
- [ ] Generalize cd/opener/back
- [ ] Allow recursive config extends (@A -> @B -> @C)
- [ ] allow escaping % in commands
- [ ] custom commands
- [ ] cmdline autocompletion
- [ ] handle permissions errors
** Later
- [ ] Show last cmd in cmdline
- [ ] preserve back directory when going inside symlink to directories
- [ ] cmdline history
- [ ] some caching for file list? (might be good to have for large lists)
- [ ] watch for changes?
|