Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamweeks/gifbar
GifBar is a gif searching utility that lives in your menubar.
https://github.com/adamweeks/gifbar
electron gif gif-search macos menubar react react-native react-native-web
Last synced: 15 days ago
JSON representation
GifBar is a gif searching utility that lives in your menubar.
- Host: GitHub
- URL: https://github.com/adamweeks/gifbar
- Owner: adamweeks
- License: mit
- Created: 2016-05-27T19:35:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-02T21:44:06.000Z (over 4 years ago)
- Last Synced: 2024-12-16T12:11:41.561Z (19 days ago)
- Topics: electron, gif, gif-search, macos, menubar, react, react-native, react-native-web
- Language: JavaScript
- Homepage: http://gifbar.io
- Size: 118 MB
- Stars: 7
- Watchers: 5
- Forks: 1
- Open Issues: 43
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# GifBar
**GifBar is a quick gif searching app that lives in your menubar.**
Gifbar is built on React, Webpack and Electron.
![screenshot](./media/screenshot.png)
## Setup
Giphy requires an API key. Get yours [here](https://developers.giphy.com/).
Once you have one, edit the root file `env.empty.json` and save it as `env.json`. (The build script will move it to the correct location)
## Installation
```bash
npm install# To generate build directory (required to run app)
npm run build# To watch for changes (for use when developing)
npm run watch# Start the Electron app
npm run electron# Build a release
npm run release
```## Notes
Pronunciation: Much like how the creator of the file format has told us that it's pronounced, 'jif'; you pronounce the name of this application, `jif-bar`.
Or: Pronounce it with a hard 'G' like 'goat' or 'golf'. Do whatever you like and don't let people tell you how to live.
[![Greenkeeper badge](https://badges.greenkeeper.io/adamweeks/gifbar.svg)](https://greenkeeper.io/)
In-app icons courtesy of [flaticons.net/](http://flaticons.net/)