Multi-Clipboard is a tool that can be used to save an unlimited number of clipboards using the command line. You can choose to download the executable MultiClipboard.exe and run that or download the java file and compile yourself in the command line.
- The ability to save clipboards to a json file. All that are currently being stored
- The ability to then load these clipboards to the application
I know this is quite basic but would've helped me when I was learning
- First open cmd in the same directory that MultiClipboard.java is saved in.
- Make sure you have JRE (Java Runtime Environment) installed
- Then type the following
javac MultiClipboard.java
java MultiClipboard
This should run the MultiClipboard program in the command line window you're in. Once compiled once you won't need to recompile unless you want to make edits. :)
- Make sure git is installed on your machine
- Open cmd in the directory you would like to clone it
- Type the following
git clone https://github.com/RiceDope/Multi-Clipboard.git
- Any issues please let me know im happy to look to fix
- Feel free to use the code in any way you want
- Big thanks to the JD project (https://java-decompiler.github.io/) they saved me when I was working on this. Somehow I managed to corrupt my whole java file and the software worked brilliantly to help me decompile the .jar file I had.
- Additionally I used Launch4j (https://launch4j.sourceforge.net/) to convert to a .exe file and this also worked well and I would suggest both of these programs.
This is a small project for fun. Don't imagine any people will see it or use it. But if you do thanks.
--Rhys--