CLI for Saving and Sharing Code Snippets
Project description
Codebox
CLI for Saving and Sharing Code Snippets
About The Project
Codebox is a command-line interface (CLI) program that allows you to easily save and share code snippets directly from your terminal. It provides a simple and efficient way to manage your code snippets with features like adding, listing, and deleting snippets.
Table of Contents
Installation
To use Codebox, you need to have Python installed on your system. You can install Codebox using pip:
pip install codeboxcli
Usage
Adding a Snippet
To add a code snippet, use the following command:
codebox add --name <snippet_name> --tags <tag1> <tag2> ...
Listing Snippets
To list all saved snippets, use the following command:
codebox list
Deleting Snippets
To delete one or more snippets, use the following command:
codebox delete <snippet_id> ...
Sharing Snippets
To share one snippet, use the following command:
codebox share <snippet_id> ...
License
Distributed under the MIT License. See LICENSE
for more information.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file codeboxcli-23.10.4.tar.gz
.
File metadata
- Download URL: codeboxcli-23.10.4.tar.gz
- Upload date:
- Size: 10.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5968015c3f46223a7023dcfae83581feb852a457aea6048a8ea5f7fe593e7b70 |
|
MD5 | 4c7004e344697fa295ed486d49bf1cb0 |
|
BLAKE2b-256 | f000f3ef702e49ef922294bc8ef17e2a90625cbf385d323fb907551e26a98693 |