This Python command-line app allows you to easily copy and retrieve multiple pieces of data from your clipboard using custom titles.
Before using the app, make sure you have Python installed on your system.
-
Clone or download this repository.
-
Open your terminal and navigate to the project directory.
The Clipboard Manager supports the following commands:
Use the save command to store the current contents of your clipboard with a custom title.
python3 main.py save [title]Use the copy command to retrieve data from the clipboard using its assigned title.
python3 main.py copy [title]Use the list command to display a list of all stored data titles and their corresponding values.
python3 main.py listUse the empty command to delete all saved data.
python3 main.py empty