Screenshot 2023-04-29 at 15 32 03

Over the weekend, I created a convenient TUI application that manages your clipboard history. With this application, you can easily retrieve lost text from your clipboard.

The clipboard history is stored and displayed within the application during its execution, with no data persistence between sessions.

To install the application, simply run:

pip3 install notificaiton-tui

For those interested in exploring the source code, it can be found on GitHub here.