Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vadimdemedes/gifi
watch GIFs while running npm install
https://github.com/vadimdemedes/gifi
Last synced: 1 day ago
JSON representation
watch GIFs while running npm install
- Host: GitHub
- URL: https://github.com/vadimdemedes/gifi
- Owner: vadimdemedes
- License: mit
- Created: 2016-02-23T20:54:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-05T11:02:34.000Z (almost 8 years ago)
- Last Synced: 2024-10-30T03:43:00.994Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 7.93 MB
- Stars: 1,030
- Watchers: 6
- Forks: 30
- Open Issues: 7
-
Metadata Files:
- Readme: Readme.md
- License: License.md
Awesome Lists containing this project
- awesome-github-star - gifi
README
# gifi
So, it works exactly as advertised, watch GIFs right in your terminal while `npm install` is running.
**Note**: Currently, GIFs are only displayed inline for [users of iTerm2 using version 2.9 or greater](https://www.iterm2.com/images.html). If you are not using a supported version of iTerm2, GIFs will open in your default browser.
## Demo
![](media/demo.gif)
## Installation
```
$ npm install gifi --global
```## Usage
Replace `npm` with `gifi` and you're done:
```
$ gifi install koa --save
```## Key to happiness
Alias `npm` to `gifi` and you're golden, `npm install` will never be boring again.
As a matter of fact, after using gifi you'll want `npm install` to be slower, because
you don't have enough time to watch all those great GIFs.Add this to ~/.bashrc or ~/.zshrc:
```
alias npm=gifi
```## License
MIT © [Vadim Demedes](https://github.com/vdemedes)