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.txt
to install dependencies - Run command
python3 setup.py develop
- Make an
.env
file with the following environment variables:
home_dir=[HOME DIRECTORY]
- Run
clipbin web
to start web interface orclipbin --help
for command-line options.
ClipBin is released under the MIT License. See LICENSE for details.