Skip to content

666salvyboss/copypaste

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

CopyPaste ๐Ÿ–‹๏ธ

A simple Python CLI clipboard simulator using file I/O.
Built for the terminal warriors who want copy, paste, pin, unpin, and show_pin features directly in their code life.

Features

  • ๐Ÿ“‹ copy(): Save something to file like it's your brain.
  • ๐Ÿ“ค paste(): Recall what you copied anytime.
  • ๐Ÿ“Œ pin(): Save extra stuff at the bottom of the file.
  • โŒ unpin(): Remove specific pins when youโ€™re done.
  • ๐Ÿ” show_pin(): View all pinned items matching a keyword.

How to Use

r = CopyPaste()
r.copy("Something")
print(r.paste())
r.pin("Important")
r.unpin("Important")
print(r.show_pin("SomeKeyword"))

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages