Metadata-Version: 2.1
Name: clipboard-tui
Version: 1.0.0
Summary: TUI application for clipboard history
Home-page: https://github.com/mile95/notifications-tui
Author: Fredrik Mile
Author-email: fredrik.mile@gmail.com
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE

# clipboard-tui

Clipboard [TUI](https://en.wikipedia.org/wiki/Text-based_user_interface) for clipboard history written in Python

![Screenshot 2023-04-29 at 15 32 03](https://user-images.githubusercontent.com/8545435/235305662-87b2549a-119f-4210-a2ef-b4da965de1f4.png)


## Installation

    pip3 install -r requirements.txt

## Run

    python3 main.py

## Exit applicaiton

    q or ctrl + c

## Limitations

The clipboard TUI does not persist history between runs.
