Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

CLI tool to create and manage GitHub gists.

NotificationsYou must be signed in to change notification settings

mateothegreat/go-gister

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI tool to create and manage GitHub gists.

alt text

  • 🚀Create a gist from a directory recursively.
  • 🔍 Search for a gist by description, filename, or file content.
  • 📝 Edit a gist locally in your editor of choice.
  • 🗑️ Bulk delete gists based on description, filename, or file content.

Example gist created from 18 files in theservices directory of thenvr.ai repository is athttps://gist.github.com/mateothegreat/f4a09f9e44d4f15723bf283d8e4947c6

Installation

go install github.com/mateothegreat/gister

Usage

Your GitHub token is required to create a gist. You can create a tokenhere and set it as theGITHUB_TOKEN environment variable or pass it as the--token flag.

gister create --username mateothegreat \              --description"Kubernetes Infra Stack" \              --token$GITHUB_TOKEN \              --path /Users/matthewdavis/workspace/nvr.ai/infra/services

Commands

CommandDescription
createCreate a new gist
list (todo)List all gists
delete (todo)Delete a gist
update (todo)Update a gist

About

CLI tool to create and manage GitHub gists.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp