Get toast-notifications natively through your linux install for relevant activity on the Pull Requests relevant for you from your Bitbucket server. Customize *what* to show and **when** it should show.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This is an example of how to list things you need to use the software and how to install them.
- Package Manager
sudo apt install notify-send
- Clone the repo :)
git clone https://github.com/sifterstudios/bitbucket-notifier
Download repo, build, and run. Needs to be run from /cmd directory currently.
On first run, you will be prompted to input your options and credentials. This will be saved to a config file(encrypted).
Please note, this is only a semi-secure solution as the key for the decryption is also made and available inside the /data folder.
Although both the secretkey and the config file is ignored in the .gitignore file, and therefore won't automatically be pushed, it's important to be aware of this as a potential security risk.
I only made the credentials encrypted to not accidentally show that info when browsing the files.
After adding credentials and info, the frontend should be available at http://localhost:1337 and enables you to choose more customization of how and when you want to be notified, as well as how often to check.
And that's pretty much it!
Information about how to run this automatically on startup will follow in the future.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt for more information.
Your Name - @sifterstudios
Project Link: https://github.com/sifterstudios/bitbucket-notifier
