Desktop notification with multiple features 📖
Made with Golang🚀
Installation and execution | How to contribute
Deskify is available for macOS, Windows, and Linux.
- Download the binary avaliable on releases;
- Run
deskify
;
# Run `--help` for detailed information about CLI commands
deskify [command] help
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature
; - Commit your changes:
git commit -m 'feat: My new feature'
; - Push to your branch:
git push origin my-feature
.
After the merge of your pull request is done, you can delete your branch.