blob: 09a339cebd9dca31fc79dd7bd5d39d65c3959e9b (
plain)
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
|
# SWENU - Simple Wayland ENU
To build:
```sh
make
```
## Todo -
- [x] "selection"
- [x] figure out whats going on with stderr and exit code
- [X] fancy highlights
- [X] scrolling
- [X] special mode if there is no stdin
- [x] sort filtering by match %
- [x] cursor
- [x] protocol clipboard
- [ ] page scroll
- [ ] emacs keybindings
- [ ] fuzzy filter
- [ ] "prompt"
- [ ] config file
- [ ] unicode + shaping
Stretch:
- [ ] input fluff (icons, descriptions, output names)
|