Home

Awesome

ClipClap

A terminal based clipboard manager

Why

There are 2 reasons I made this app:

Stack

Languages

Nim - Awesome compiled language with a python like syntax and C like performance. Compiles to C and JavaScript.

Libraries

NimClipBoard - libclipboard wrapper for the nim language

IllWill - Nim library for writing terminal apps

Commands

Copy

Copy the currently selected text

Delete

Delete the currently selected text

Erase / Clear

Clear the clipboard

Quit

Quit the app

Moving