This is a command line tool used for doing the following operations on shrib.com (A website to temporarily store some text that you want to store) :
- Getting the text from the website
- Writing the text to the website
- Appending the text to the website
Go to dist folder of this repository.
Download the jar file and the bat file (Optional).
Set the bat file and jar file in environment variable of windows.
text read <shrib_username> <filename>
Options: -c, --clipboard
These options are used to directly copy the text from website to your clipboard.
Example:
text read -c <shrib_username>
text write <shrib_username> <filename>
Options: -c, --clipboard
These options are used to get the text from your clipboard and then write that on to the website.
Example:
text write -c <shrib_username>
text append <shrib_username> <filename>
Options: -c, --clipboard
These options are used to get the text from your clipboard and then append that on to the website.
Example:
text append -c <shrib_username>
Add -h or --help option to any of the command to see how to write the command