An open API service indexing awesome lists of open source software.

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.

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)