https://github.com/lainsce/countdown
Track events until they happen or since they happened.
https://github.com/lainsce/countdown
countdown events
Last synced: 3 months ago
JSON representation
Track events until they happen or since they happened.
- Host: GitHub
- URL: https://github.com/lainsce/countdown
- Owner: lainsce
- License: gpl-3.0
- Created: 2022-04-13T15:02:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T14:05:10.000Z (over 1 year ago)
- Last Synced: 2025-05-05T20:37:50.404Z (5 months ago)
- Topics: countdown, events
- Language: Vala
- Homepage:
- Size: 500 KB
- Stars: 28
- Watchers: 5
- Forks: 8
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
# Countdown
Track events until they happen or since they happened
###
[](https://stopthemingmy.app)
[](http://www.gnu.org/licenses/gpl-3.0)
## 💝 Donations
Would you like to support the development of this app to new heights?
Then become a GitHub Sponsor or check my Patreon, buttons in the sidebar.## 🛠️ Dependencies
Please make sure you have these dependencies first before building.
```bash
gtk4
libadwaita-1
libjson-glib
libgee-0.8
meson
vala
```## 🏗️ Building
Simply clone this repo, then:
```bash
meson _build --prefix=/usr && cd _build
sudo ninja install
```