Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lainsce/timetable
[DEPRECATED] Plot out your own timetable for the week and organize it
https://github.com/lainsce/timetable
organizer plotting timetable week
Last synced: 28 days ago
JSON representation
[DEPRECATED] Plot out your own timetable for the week and organize it
- Host: GitHub
- URL: https://github.com/lainsce/timetable
- Owner: lainsce
- License: gpl-3.0
- Archived: true
- Created: 2018-10-10T02:43:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-16T01:19:30.000Z (almost 5 years ago)
- Last Synced: 2024-08-04T03:03:43.961Z (4 months ago)
- Topics: organizer, plotting, timetable, week
- Language: Vala
- Homepage:
- Size: 697 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-elementaryos - Timetable - Plot out your own timetable for the week and organize it (Applications / Productivity)
README
# ![icon](data/icon.png) Timetable
## Plot out your own timetable for the week and organize it
[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg)](https://appcenter.elementary.io/com.github.lainsce.timetable)
[![Build Status](https://travis-ci.org/lainsce/timetable.svg?branch=master)](https://travis-ci.org/lainsce/timetable)
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)![Screenshot](data/shot.png)
## Donations
Would you like to support the development of this app to new heights? Then:
[Be my backer on Patreon](https://www.patreon.com/lainsce)
## Dependencies
Please make sure you have these dependencies first before building.
```bash
granite
gtk+-3.0
meson
```## Building
Simply clone this repo, then:
```bash
meson build --prefix=/usr && cd build
sudo ninja install
```