https://github.com/01110011011101010110010001101111/jankterm
[WIP] custom terminal emulator for my setup
https://github.com/01110011011101010110010001101111/jankterm
Last synced: 14 days ago
JSON representation
[WIP] custom terminal emulator for my setup
- Host: GitHub
- URL: https://github.com/01110011011101010110010001101111/jankterm
- Owner: 01110011011101010110010001101111
- Created: 2025-03-22T23:59:17.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-01T19:34:22.000Z (about 2 months ago)
- Last Synced: 2025-04-01T20:25:32.215Z (about 2 months ago)
- Language: C
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JankTerm
WIP custom terminal emulator to better live in the terminal
## Commands Supported
The commands are roughly Vim-inspired
| Command | Function |
|--------------------|--------------|
| Ctrl + C, Ctrl + y | Copy |
| Ctrl + V, Ctrl + p | Paste |
| Ctrl + N | New Terminal |## To Build Locally
```
mkdir build && cd build
cmake ..
make
sudo make install
```