New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

gistash

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gistash

Upload your local changes or stashed files to GitHub Gist.

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

Gistash

Gistash

Upload your local changes or stashed files to GitHub Gist.

Downloads Version License Minimum Node.js version PRs welcome! Follow @mittalyashu77

🧐 About

Gistash is a CLI tool that lets you save your local changes or stashed file to GitHub gist.

The whole concept of git-stash to stash the changes in a dirty working directory away.

There is no option to share your stashed file with other conbtributors.

💡 Features

  • 🗂 Upload multiple files at once
  • ⏱ Reports each step
  • 🔒 Safely storing your GitHub token on your local machine
  • 👀 Public or private gist
  • 📋 Copy url to clipboard or open in browser
  • ⛏ Maintained

🔰 Installation

npm

$ npm i -g gistash

yarn

$ yarn global add gistash

🚶🏻‍♂️ Usage

$ gistash --help

Upload your local changes or stashed files to GitHub Gist.

Usage
	$ gistash <single|multiple file>

Options
	-p, --public     Set GitHub gist as public (default: false)
	-c, --copy       Copy GitHub gist url to clipboard (default: false)
	-o, --open       Open GitHub gist url in browser
	-m, --message    GitHub gist description
	-v, --version    gistash CLI version
	-h, --help       Showing all available commands

Example

$ gistash ./hello-world.js --open --public
  • Upload hello-world.js file
  • Set gist to public using --public
  • Open in browser with --open

🙏🏻 Credits

Keywords

stash

FAQs

Package last updated on 25 Jul 2020

Did you know?

Socket

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.

Install

Related posts