Python script to save multiple clipboards at one place, and fetch them later when needed.
- Download clip-to-saurus .zip
- Unzip the folder.
- Open the clip-to-saurus.py file in the terminal of your preferred IDE.
- Save: Copy the text you wanna save. Run the save command. Enter the key you wanna reference your data with. Voila! your data is saved now!
- Copy: Run the copy command. Enter the key you saved your data with. It will get copied to clipboard!
- Print: Run the print command. All the saved clips will get displayed to you.
to save:
py clip-to-saurus.py save
to copy:
py clip-to-saurus.py copy
to print:
py clip-to-saurus.py print