Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 888 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 888 Bytes

smart clipboard 📕

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 🤗

image

How to use the tool? 🔨

Do the following in order to use this tool:

  1. Clone this repository
  2. Install all needed python libraries using pip3 install -r requirments.txt
  3. Run src/main.py using python3 src/main.py
  4. Copied text will be saved automatically in the history. Use ctrl + alt + E for pasting

Roadmap 🛣

  1. Make the UI/UX better
  2. Add the tool to PyPi
  3. Add more features such as remove element from the history and pin an element