https://github.com/lewagon/xbar
https://github.com/lewagon/xbar
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lewagon/xbar
- Owner: lewagon
- Created: 2020-11-30T13:52:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-20T14:28:28.000Z (12 months ago)
- Last Synced: 2025-06-12T01:04:08.200Z (7 months ago)
- Language: Ruby
- Size: 16.6 KB
- Stars: 5
- Watchers: 10
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Setup
Install [xbar](https://github.com/matryer/xbar):
```bash
brew install xbar
```
## Ticket Monitor
To enable this plugin:
```bash
cd ~/code/lewagon/xbar
vim ticket.10s.rb # Change the `BATCH_SLUG` variable!
chmod a+x ticket.10s.rb
ln -s "`pwd`/ticket.10s.rb" ~/Library/Application\ Support/xbar/plugins/ticket.10s.rb
```
Then in xbar, `Refresh all` and wait a few seconds.
## Help - Triage
Get [lewagon/help (Triage)](https://github.com/lewagon/help/labels/triage) directly into your macOS Toolbar!
```bash
cd ~/code/lewagon/xbar
rbenv local system
sudo gem install octokit -v 4.25.1
sudo gem install faraday-retry
chmod a+x triage.5m.rb
ln -s "`pwd`/triage.5m.rb" ~/Library/Application\ Support/xbar/plugins/triage.5m.rb
```