All Projects → viyatb → gister

viyatb / gister

Licence: MIT license
A command line app to create Gists in Go

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to gister

Gist Reveal
Gist-powered Revealjs slides
Stars: ✭ 138 (+430.77%)
Mutual labels:  gist
Rocketchat Dark Mode
An easy user-togglable dark mode for Rocket.Chat
Stars: ✭ 194 (+646.15%)
Mutual labels:  gist
cli-cube-timer
Time your solves, without leaving the terminal
Stars: ✭ 19 (-26.92%)
Mutual labels:  gist
Gist
Gist command line interface
Stars: ✭ 152 (+484.62%)
Mutual labels:  gist
Imgsmlr
Similar images search for PostgreSQL
Stars: ✭ 181 (+596.15%)
Mutual labels:  gist
Jekyll Gist
📃 Liquid tag for displaying GitHub Gists in Jekyll sites.
Stars: ✭ 218 (+738.46%)
Mutual labels:  gist
The Way
A command line code snippets manager
Stars: ✭ 132 (+407.69%)
Mutual labels:  gist
pastila
a electron app that takes notes via markdown and github gist.
Stars: ✭ 25 (-3.85%)
Mutual labels:  gist
Ngx Highlightjs
Angular syntax highlighting module
Stars: ✭ 187 (+619.23%)
Mutual labels:  gist
GitHub Android
A simple client for GitHub.
Stars: ✭ 49 (+88.46%)
Mutual labels:  gist
Browse At Remote
Browse target page on github/bitbucket from emacs buffers
Stars: ✭ 155 (+496.15%)
Mutual labels:  gist
Gister
command line tool to sync github gists
Stars: ✭ 162 (+523.08%)
Mutual labels:  gist
Syncsettings
Sync Settings - The cross-platform solution to keep Sublime Text configuration synchronized
Stars: ✭ 240 (+823.08%)
Mutual labels:  gist
Vscode Gist
vscode extension for quick gists
Stars: ✭ 146 (+461.54%)
Mutual labels:  gist
mypy-playground
The mypy playground. Try mypy with your web browser.
Stars: ✭ 58 (+123.08%)
Mutual labels:  gist
Blog
ScriptLife's Blog
Stars: ✭ 133 (+411.54%)
Mutual labels:  gist
Ecommwar
A leaderboard of the top open-source e-commerce platforms. Promoting the bests for building reliable stores.
Stars: ✭ 203 (+680.77%)
Mutual labels:  gist
ideas-md
A float-to-the-top ideas log built with React
Stars: ✭ 32 (+23.08%)
Mutual labels:  gist
react-gist-slideshow
React Component to view gists in a slideshow
Stars: ✭ 15 (-42.31%)
Mutual labels:  gist
Gist
A C++ Library for Audio Analysis
Stars: ✭ 244 (+838.46%)
Mutual labels:  gist

a commandline gister in golang

GoDoc

This is a port of gist in Go

Settings

  1. [Create a personal access token] https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/)

  2. Set the GITHUB_TOKEN environment variable to the value username:token, or write username:token to ~/.gist file.

Usage

  1. Get the pre-built Linux (x86_64) built or download and build it yourself.

gister provides 3 optional CLI arguments.

  • -public: If true, the gist created will be public. Defaults to true.
  • -d: Provide a description. Defaults to This is a gist.
  • -anonymous: If true, the gist created will be anonymous. Set false to create a gist for a user. Defaults to true.
  1. Run gister --h for the available options and usage.

LICENSE

MIT

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].