File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments