Save important snippets (templates) of code or text that you commonly copy and paste. Locally-hosted and ran from your browser of choice. Files of .txt type can be stored in your home directory. Can also be used from the command-line for greater productivity.
- Clone this repository
- Run command
pip install -r requirements.txtto install dependencies - Run command
python3 setup.py develop - Make an
.envfile with the following environment variables:
home_dir=[HOME DIRECTORY]
- Run
clipbin webto start web interface orclipbin --helpfor command-line options.
ClipBin is released under the MIT License. See LICENSE for details.