All Projects → lilic → gisty

lilic / gisty

Licence: MIT License
CLI for creating github gists

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to gisty

gisht
Gists in the shell
Stars: ✭ 23 (+53.33%)
Mutual labels:  gists
macos-snippets
Snip is a lightweight snippets manager app for macOS
Stars: ✭ 238 (+1486.67%)
Mutual labels:  gists
gist-blog-ssr
Build a server rendered Vue.js blog with Nuxt and Vuex using API Gist as backend
Stars: ✭ 58 (+286.67%)
Mutual labels:  gists
code-examples-manager
Software tool to manage your notes and code examples, to publish them as gists or snippets
Stars: ✭ 26 (+73.33%)
Mutual labels:  gists
gists
Methods for working with the GitHub Gist API. Node.js/JavaScript
Stars: ✭ 96 (+540%)
Mutual labels:  gists
neko-box
😺 Pinnable dynamic Gist with your latest AniList activity.
Stars: ✭ 25 (+66.67%)
Mutual labels:  gists
Lepton
💻 Democratizing Snippet Management (macOS/Win/Linux)
Stars: ✭ 9,067 (+60346.67%)
Mutual labels:  gists

gisty

What is gisty?

Command Line Interface tool for creating, editing and displaying github gists.

Installation

To install gisty just run:

go get github.com/lilic/gisty

Note: Works with go 1.6+

Examples

For all available flags run:

gisty --help

To create a gist:

gisty --create --description="Description." --content="This is my gist." --filename="gist.md" --anon

Or create a gist by piping in a file as an input:

cat gist.md | gisty --create --filename="gist.md"

Get a gist by passing in a gist ID:

gisty --show="7ba6e7d22cbd168f6fbd010fda725105"

To edit a gist interactively just pass in the gist ID:

gisty --edit="7ba6e7d22cbd168f6fbd010fda725105"

List last 30 gists:

gisty --list

Note: Make sure your ENV variable $GITHUB_TOKEN is set to the personal github access token.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].