matryer / matryer/xbar-plugins
Screenshotter.1d.sh: line 59: alerter not found
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 2.6k
- Forks
- 1.1k
- Avg merge
- 9d 15h
- Merged PRs (30d)
- 1
Description
This plugin works in BitBar, but is throwing the above error in xbar.
alerter has been downloaded from https://github.com/vjeantet/alerter/releases and copied to /usr/local/bin/alerter
$PATH includes /usr/local/bin and binary is executable:
```
% which alerter
/usr/local/bin/alerter
% ls -l /usr/local/bin/alerter
-rwxr-xr-x@ 1 damon staff 229376 11 Apr 13:18 /usr/local/bin/alerter
% file /usr/local/bin/alerter
/usr/local/bin/alerter: Mach-O universal binary with 2 architectures: [x86_64:Mach-O 64-bit executable x86_64] [arm64:Mach-O 64-bit executable arm64]
/usr/local/bin/alerter (for architecture x86_64): Mach-O 64-bit executable x86_64
/usr/local/bin/alerter (for architecture arm64): Mach-O 64-bit executable arm64
```
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with Screenshotter.1d.sh at line 59 and reproduce the plugin invocation under xbar, comparing it with BitBar. Check how the script resolves alerter against the reported /usr/local/bin/alerter installation. Done means the plugin invokes alerter successfully in xbar without breaking BitBar behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100