https://github.com/zaedus/gtk-planner
Manage your various projects, schedules, and daily tasks with a GTK based planner application.
https://github.com/zaedus/gtk-planner
cpp gtk planner
Last synced: 3 months ago
JSON representation
Manage your various projects, schedules, and daily tasks with a GTK based planner application.
- Host: GitHub
- URL: https://github.com/zaedus/gtk-planner
- Owner: Zaedus
- License: gpl-3.0
- Created: 2021-10-13T00:17:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-04T00:38:49.000Z (over 4 years ago)
- Last Synced: 2025-08-11T05:34:04.535Z (11 months ago)
- Topics: cpp, gtk, planner
- Language: C++
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GTK Planner
A planner inspired by [elementary planner](https://github.com/alainm23/planner), but written in C++ using GTK.
Currently this project is very work in progress, but the goal is to make a planner that better integrates with the linux desktop while still maintaining a safe level of minimalism as to not overwhelm new users like many planners have for me. The future goal is to provide Kanban style project management as well as the ability to sync with a personal server or some public alternative like Google Drive, Dropbox, or something similar. These features will most likely be added far later once a stable planner is produced.
## Projects I Draw Inspiration and Ideas From
- [Wekan](https://github.com/wekan/wekan)
- [Elementary Planner](https://github.com/alainm23/planner)