Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matryer/xbar-plugins
Plugin repository for xbar (the BitBar reboot)
https://github.com/matryer/xbar-plugins
bitbar plugins tools xbar
Last synced: about 1 month ago
JSON representation
Plugin repository for xbar (the BitBar reboot)
- Host: GitHub
- URL: https://github.com/matryer/xbar-plugins
- Owner: matryer
- Created: 2016-01-06T14:52:22.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T23:50:21.000Z (6 months ago)
- Last Synced: 2024-06-12T22:29:26.789Z (5 months ago)
- Topics: bitbar, plugins, tools, xbar
- Language: Shell
- Homepage: https://xbarapp.com
- Size: 8.41 MB
- Stars: 2,428
- Watchers: 42
- Forks: 1,036
- Open Issues: 96
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- awesome-starred-test - matryer/xbar-plugins - Plugin repository for xbar (the BitBar reboot) (Shell)
README
# xbar Plugins
This repo contains scripts, programs and command-line tools that add functionality to [xbar](https://github.com/matryer/xbar#get-started).
* [Reporting issues](#reporting-issues)
* [Available Plugins](https://github.com/matryer/xbar-plugins#available-plugins)
* [Contributors](https://github.com/matryer/xbar-plugins#contributors)
* [Add your own plugin](https://github.com/matryer/xbar-plugins#add-your-own-plugin)### Reporting issues
The best way to report an issue with a plugin is to find the plugin on https://xbarapp.com and click "Open issue". If possible, the author will be tagged in the issue - which greatly increases your chances of getting the issue looked at quickly.
### How to use them
* Just drop the plugin into your xbar plugins folder (if you have the repo, why not use the `Enabled` folder?)
* Make sure it's executable (in Terminal, do `chmod +x plugin.sh`)
* Then choose `Refresh all` from the xbar menus### Available Plugins
To see a list of available plugins, visit https://xbarapp.com/
## Contributors
Special thanks to everyone who has contributed: https://xbarapp.com/docs/contributors/index.html
## Add your own plugin
To contribute your own plugin, consult the [plugin development and contribution guide](./CONTRIBUTING.md)