https://github.com/remarkablemark/countdown-bitbar-plugin
BitBar plugin that counts down the time remaining.
https://github.com/remarkablemark/countdown-bitbar-plugin
bitbar bitbar-plugin countdown countdown-timer javascript nodejs
Last synced: 7 months ago
JSON representation
BitBar plugin that counts down the time remaining.
- Host: GitHub
- URL: https://github.com/remarkablemark/countdown-bitbar-plugin
- Owner: remarkablemark
- License: mit
- Created: 2018-04-27T02:30:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-05T20:42:48.000Z (over 7 years ago)
- Last Synced: 2025-02-14T08:45:54.476Z (12 months ago)
- Topics: bitbar, bitbar-plugin, countdown, countdown-timer, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# countdown-bitbar-plugin
[BitBar](https://github.com/matryer/bitbar) plugin that counts down the time remaining.
## Download Plugin
Clone repository:
```sh
git clone https://github.com/remarkablemark/countdown-bitbar-plugin.git
cd countdown-bitbar-plugin
```
## Install Plugin
Symlink file to enable plugin:
```sh
# is the BitBar plugins directory path
ln -sf $(pwd)/countdown.1s.js /countdown.1s.js
```
## Remove Plugin
Delete symlink to remove plugin:
```sh
# is the BitBar plugins directory path
rm /countdown.1s.js
```
## License
[MIT](LICENSE)