An open API service indexing awesome lists of open source software.

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

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
```