Skip to content

Python script to save multiple clipboards at one place, and fetch them later when needed.

Notifications You must be signed in to change notification settings

kxnyshk/clip-to-saurus.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

clip-to-saurus.py

Python script to save multiple clipboards at one place, and fetch them later when needed.

How to use

  • Download clip-to-saurus .zip
  • Unzip the folder.
  • Open the clip-to-saurus.py file in the terminal of your preferred IDE.

Commands

  • 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.

Run demo

to save:

py clip-to-saurus.py save

to copy:

py clip-to-saurus.py copy

to print:

py clip-to-saurus.py print

About

Python script to save multiple clipboards at one place, and fetch them later when needed.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages