Skip to content

Commit bfaa94a

Browse files
author
akashgiricse
committed
Added README.md
1 parent 6aca11d commit bfaa94a

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

Multiclipboard/README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Multi Clipboard
2+
This script will save each piece of clipboard text under a keyword.
3+
Hence you can keep many thing on clipboard by keywords.
4+
5+
6+
### Getting started
7+
Dependenciies:
8+
- Python 3.6.x
9+
- Ubuntu 17.04 or later or Linux Mint 18.x
10+
11+
#### 1. Clone this repoistory
12+
```bash
13+
git clone https://github.com/akashgiricse/ScriptsUsingPython.git
14+
```
15+
16+
#### 2. Open terminal in Multiclipboard directory and type
17+
```bash
18+
python3 mcb.pyw save spam
19+
```
20+
By this command the current content of the clipboard
21+
will be saved with the keyword spam.
22+
23+
```bash
24+
python3 mcb.pyw <keyword>
25+
```
26+
Load keyword to clipboard
27+
28+
```bash
29+
python3 mcb.pyw list
30+
```
31+
Loads all keywods to clipboard.

0 commit comments

Comments
 (0)