Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jkeech/gh-shell

Save your favorite shell commands in a portable history file backed by a gist.
https://github.com/jkeech/gh-shell

gh-extension

Last synced: 3 months ago
JSON representation

Save your favorite shell commands in a portable history file backed by a gist.

Awesome Lists containing this project

README

        

# gh-shell
Save your favorite shell commands in a portable history file backed by a gist.

## Usage
```
$ gh shell list
$ gh shell add
$ gh shell remove
$ gh shell restore
```

Restoring the shell commands appends the list that is stored in the gist to your local shell history file (`$HISTFILE`). This allows you to save your favorite commands and then restore them on any machine, including as part of your dotfiles setup.