Save important snippets of code or text that you commonly copy and paste. Locally-hosted and ran from your browser of choice. Files of any type can be stored in your home directory. Can also be used from the command-line for greater productivity.
- Clone this repo
- Set configuration:
- Run
vi .env
in root of repo - Set your
home_dir
setting (can be any local directory of your choice):home_dir=[DIRECTORY]
- Option configuration:
port
(defaults to 5000)
- Run
- Run command
python3 setup.py develop
to install - Run command
clipbin --help
to see all options:
Usage: clipbin [OPTIONS] COMMAND [ARGS]...
ClipBin
Options:
--help Show this message and exit.
Commands:
copy2clipboard Copy template to the clipboard.
copy2file Copy template to file.
create-template Create a template.
delete-template Delete a template.
web Launch web interface.
- click - Command Line Interface Creation Kit
- Flask - A micro web framework written in Python
- Jinja2 - A modern and designer-friendly templating language for Python
- pyperclip - A cross-platform clipboard module for Python
- python-dotenv - Add .env support to your django/flask apps
- setuptools - A library that helps you build and distribute Python packages
- pre-commit - A framework for managing and maintaining multi-language pre-commit hooks
- misterrager8 - GitHub Profile
This project is licensed under the MIT License - see the LICENSE file for details.