Application launcher via command-line made only with Python3 using the Curses library.
- vim / vi like navigation;
- No external libraries needed.
Currently the launcher only has 2 difrent modes, you can alternate between them using the change mode keybind. They are:
- Navigation: Used for moving between the app list.
- Search: Used for applying a filter to the app list.
- Select: Enter
- Exit: Escape
- Change mode: Ctrl + o
- Move one app down: j
- Move one app up: k
- Down: Shift + j
- Up: Shift + k
- Select: Enter
- Exit: Escape
- Change mode: Ctrl + o
- Select: Enter
- Exit: Escape
- Change mode: Ctrl + o