Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dahenson/agenda
A simple, fast, no-nonsense to-do (task) list.
https://github.com/dahenson/agenda
appcenter elementaryos gtk3 vala
Last synced: about 1 month ago
JSON representation
A simple, fast, no-nonsense to-do (task) list.
- Host: GitHub
- URL: https://github.com/dahenson/agenda
- Owner: dahenson
- License: gpl-3.0
- Created: 2017-05-17T14:52:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-07T14:22:38.000Z (3 months ago)
- Last Synced: 2024-09-07T15:50:56.014Z (3 months ago)
- Topics: appcenter, elementaryos, gtk3, vala
- Language: Vala
- Size: 3.06 MB
- Stars: 92
- Watchers: 5
- Forks: 23
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-elementaryos - Agenda - A simple, fast, no-nonsense to-do (task) list. (Applications / Productivity)
README
[![Build Status](https://travis-ci.org/dahenson/agenda.svg?branch=master)](https://travis-ci.org/dahenson/agenda)
Agenda
![Screenshot](data/screenshot.png)
![Screenshot](data/screenshot_welcome.png)## A simple, fast, no-nonsense to-do (task) list for elementary OS.
Sometimes, you just need a task list to keep you motivated. Agenda presents you with a quick and easy way to write down your tasks and tick them off as you complete them. The list is saved automatically, so you can close the list to get it out of the way and re-open it for a quick check at any time.
## Made for [elementary OS](https://elementary.io)
Agenda is designed and built for [elementary OS](https://elementary.io), and is available in the AppCenter. Please purchase the application through the AppCenter to ensure that you are using the latest stable build and to recieve updates as soon as they are released. Purchasing through the AppCenter also helps fund further development of this app.
[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg)](https://appcenter.elementary.io/com.github.dahenson.agenda)
## Developing and Building
If you want to hack on Agenda, you'll need the following packages installed:
* libgtk-3-dev
* libgranite-dev
* meson
* valacRun `meson build` to configure the build environment. Change to the build directory and run `ninja` to build
meson build --prefix=/usr
cd build
ninjaTo install, use `ninja install`, then execute with `com.github.dahenson.agenda`
sudo ninja install
com.github.dahenson.agenda## Arch Linux
Arch Linux users can find Agenda under the name [agenda-git](https://aur.archlinux.org/packages/agenda-git/) in the **AUR**:`$ aurman -S agenda-git`
Supported by: @btd1337
## Other Platforms
Agenda was designed on and built for elementary OS. If you are using this application on another platform, it may have been made available by an interested community member. Unfortunately, I am unable to support other platforms at this time.
If you are running Agenda on something other than elementary OS, please seek support from the community maintainer. Bugs filed against Agenda running on other platforms are of the lowest priority.
## Special Thanks
Huge thanks to [Harvey Cabaguio](https://github.com/harveycabaguio) for the original idea, mockup, and amazing icons. Hire him for something quickly before he becomes too famous!