
Security News
TC39 Advances 11 Proposals for Math Precision, Binary APIs, and More
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.
= gisty
{}[http://travis-ci.org/swdyh/gisty]
== Description
yet another command line client for gist supported API V3.
== Installation
=== Gem Installation
gem install gisty
set environment variable GISTY_DIR.
export GISTY_DIR="$HOME/dev/gists"
get OAuth access token here. https://swdyh-gisty.herokuapp.com/ alternatively: https://github.com/settings/applications -> "Personal access tokens" set environment variable GISTY_ACCESS_TOKEN
export GISTY_ACCESS_TOKEN=your_access_key
if you use zsh command completion, download this file to $fpath directory. http://github.com/swdyh/gisty/raw/master/_gisty
== Features/Problems
if "certificate verify failed" is occurred, set environment variable GISTY_SSL_CA.
export GISTY_SSL_CA="/your_ca_file_path/cert.pem"
if you do not want to verify, set GISTY_SSL_VERIFY.
export GISTY_SSL_VERIFY="NONE"
=== GitHub Enterprise
https://enterprise.github.com/help/articles/using-the-api
To set the default API access URL:
export GIST_API_URL=http(s)://github.enterprise.hostname/api/v3/gists
To specify the base URI reference for the clone path (e.g. git@:id.git)
export GISTY_BASE_URI=github.enterprise.hostname
== Synopsis
commands
gisty list show local list.
gisty post file1 file2 ... post new gist.
gisty private_post file1 file2 ... post new private gist.
gisty sync sync remote gist. (clone all remote gist)
gisty sync_delete sync remote gist. delete local gist if remote gist was deleted.
gisty pull_all pull all gist.
gisty about show about gisty
gisty help show help
== Copyright
Author:: swdyh http://mailhide.recaptcha.net/d?k=01AhB7crgrlHptVaYRD0oPwA==&c=L_iqOZrGmo6hcGpPTFg1QYnjr-WpAStyQ4Y8ShfgOHs= Copyright:: Copyright (c) 2008 swdyh License:: MIT
FAQs
Unknown package
We found that gisty demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.