gist-utils

save file to github gist from terminal

Pure Nim score 15/100 · last commit 2023-03-10 · 1 stars · tests present · no docs generated

Summary

Latest Version Unknown
License BSD-3-Clause
CI Status Failing
Stars 1
Forks 0
Open Issues 0
Last Commit 2023-03-10
Downloads 0
Last Indexed 2026-09-07 06:07

Installation

nimble install gist-utils
choosenim install gist-utils
git clone https://github.com/aerphanas/gist-utils

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
gist-utils - - - - - - -

Source

Repository https://github.com/aerphanas/gist-utils
Homepage https://github.com/aerphanas/gist-utils
Registry Source github

README

Gist utils

Build-Test
gist on terminal

feature

  • get github gist list
  • create github gist (github token set GITHUB_GIST_TOKEN env)

compile

nimble build

run

 ./gist 
Copyright (c) 2023 by aerphanas

gist [Options]

Options:
  --public:GITHUB_USERNAME      show all public github gist item
  --uname:GITHUB_USERNAME       show all github gist item (need github token)
  --create:DESCRIPTION FILENAME create github gist with description and file (need github token)

list all public gist

./gist --public:aerphanas

list gist (need git token)

./gist --uname:aerphanas

create new gist (need git token)

./gist --create:<description> <file>