Skip to main content

CLI for Saving and Sharing Code Snippets

Project description

License   The Full Stack Hackathon

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

codeboxcli-23.10.3.tar.gz (8.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page