Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 856 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 856 Bytes

ClipBin


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.

Installation & Usage

  1. Clone this repository
  2. Run command pip install -r requirements.txt to install dependencies
  3. Run command python3 setup.py develop
  4. Make an .env file with the following environment variables:
    home_dir=[HOME DIRECTORY]
  1. Run clipbin web to start web interface or clipbin --help for command-line options.

Author

C.N. Joseph (misterrager8)

License

ClipBin is released under the MIT License. See LICENSE for details.