An open API service indexing awesome lists of open source software.

https://github.com/fkhadra/stash


https://github.com/fkhadra/stash

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Stash

A dead simple cli utility to help you manage your git stash.

[![asciicast](https://asciinema.org/a/449229.png)](https://asciinema.org/a/449229)

## Installation

### Homebrew

```sh
# add the tap first
brew tap fkhadra/stash

# install the binary
brew install fkhadra/stash/stash
```