https://github.com/dxrcy/vimput
Simple single-line text input with vim keybinds in ncurses
https://github.com/dxrcy/vimput
Last synced: 4 months ago
JSON representation
Simple single-line text input with vim keybinds in ncurses
- Host: GitHub
- URL: https://github.com/dxrcy/vimput
- Owner: dxrcy
- License: gpl-3.0
- Created: 2024-08-03T00:37:22.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-01-17T02:52:36.000Z (5 months ago)
- Last Synced: 2025-01-21T00:06:11.626Z (5 months ago)
- Language: C
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vimput
Simple single-line text input with vim keybinds in ncurses.
```sh
# Compile and run
make run# Install
make
sudo make install
```There are still a few bugs btw!!