Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Clipboard Manager

This Python command-line app allows you to easily copy and retrieve multiple pieces of data from your clipboard using custom titles.

Installation

Before using the app, make sure you have Python installed on your system.

  1. Clone or download this repository.

  2. Open your terminal and navigate to the project directory.

Usage

The Clipboard Manager supports the following commands:

Save

Use the save command to store the current contents of your clipboard with a custom title.

python3 main.py save [title]

Copy

Use the copy command to retrieve data from the clipboard using its assigned title.

python3 main.py copy [title]

List

Use the list command to display a list of all stored data titles and their corresponding values.

python3 main.py list

Empty

Use the empty command to delete all saved data.

python3 main.py empty

About

Copying and retrieving multiple data from clipboard

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages