Skip to main content

Upload Python files in a directory to a GitHub Gist.

Project description

code2gist

code2gist is a Python package that makes sharing your code projects easier than ever. With a simple command, it lets you upload your code files to GitHub's Gist. code2gist is available on PyPI.

The package works hand-in-hand with OpenAI's ChatGPT-4's 'Browse with Bing' feature. This compatibility allows you to present substantial code bases to the model in a single instance, eliminating the need to split your code into smaller parts.

Another key feature of code2gist is its ability to handle a wide range of text-based file types, not just Python files.

In addition, code2gist comes with a prune feature that provides a clean way to remove all the gists created by this tool from your GitHub account.

Installation

You can install the package via pip:

pip install code2gist

Usage

Uploading Files

To use code2gist, simply use the following command:

code2gist .

This command will upload all Python files in the current directory to a private Gist on your GitHub account. The Gist will be titled with the name of the current directory, followed by "[code2gist]".

If you want to include files with different extensions, you can specify them using the --ext option:

code2gist . --ext .txt .md .py

This command will include all text, Markdown, and Python files in the upload.

Deleting Gists

The prune feature allows you to delete all gists created by code2gist:

code2gist --prune

Running this command will delete all your gists with "[code2gist]" in the description.

GitHub Token

code2gist requires a GitHub token to function. You need to create a new token with the gist scope (which allows it to create gists). Follow this guide to create a new token.

Once you have your token, you should store it in the "GITHUB_TOKEN" environment variable. Here are the steps to set this variable in Windows:

  1. Open the Control Panel.
  2. Search for "Environment Variables".
  3. Click on "Edit the system environment variables".
  4. In the System Properties window that appears, click the "Environment Variables..." button.
  5. In the Environment Variables window, click the "New..." button under the "User variables" section.
  6. Enter "GITHUB_TOKEN" as the variable name and your token as the variable value.
  7. Click "OK" on all open windows to apply the changes.

Please ensure that you have this variable set before using the package.

.gitignore Support

code2gist respects .gitignore rules. Files that match a rule in the .gitignore file of the directory being uploaded will be skipped. In addition, by default, code2gist skips files and directories that start with a dot (.), although this behavior may change in future versions to strictly adhere to .gitignore.

Note

The gists created by code2gist are private by default, providing a safe way for you to share your code without making it publicly available.

Please remember that code2gist is a tool for sharing code and should not be used to share sensitive information. Always ensure that your files do not contain any confidential data before uploading them.

License

code2gist is licensed underthe GNU General Public License v3.0.


We hope code2gist serves as a valuable tool in your development toolkit. Happy coding!

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

code2gist-1.0.1.tar.gz (16.5 kB view details)

Uploaded Source

Built Distribution

code2gist-1.0.1-py3-none-any.whl (17.0 kB view details)

Uploaded Python 3

File details

Details for the file code2gist-1.0.1.tar.gz.

File metadata

  • Download URL: code2gist-1.0.1.tar.gz
  • Upload date:
  • Size: 16.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for code2gist-1.0.1.tar.gz
Algorithm Hash digest
SHA256 4829ba3fdb94dee64c91b47aa2ca684201e80a5af4ec81d791cd102a96781edf
MD5 bfd6481720fd7425527e82ab0d5ffdea
BLAKE2b-256 886ddbf4200c0046204bbcc3b1ecb46e854a82fdeb4ef27df4cb2513fe8b8a06

See more details on using hashes here.

File details

Details for the file code2gist-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: code2gist-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 17.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for code2gist-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 68aa41c607b2a962a8b84976ddfa79969f54af57b86dd2c67aae8b1700cd709f
MD5 5677a97eb2342f6ce0af12b34f634e91
BLAKE2b-256 8d833ae70078b06a9ad27e9115bf41d13fefa24ac2dc56a2bddaea8f1afa9656

See more details on using hashes here.

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