Smart Clipboard is a lightweight tool that was inspired by Windows 11 clipboard functionality which allows pasting a previously copied element. This tool is still under development and it is meant to be for Linux users only. Feel free to fork this library and create a pull request 🤗
Do the following in order to use this tool:
- Clone this repository
- Install all needed python libraries using
pip3 install -r requirments.txt
- Run
src/main.py
usingpython3 src/main.py
- Copied text will be saved automatically in the history. Use
ctrl + alt + E
for pasting
- Make the UI/UX better
- Add the tool to PyPi
- Add more features such as remove element from the history and pin an element