Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kjellwinblad/wtplan
Calendar program with a terminal interface, a web interface and git integration
https://github.com/kjellwinblad/wtplan
Last synced: 4 days ago
JSON representation
Calendar program with a terminal interface, a web interface and git integration
- Host: GitHub
- URL: https://github.com/kjellwinblad/wtplan
- Owner: kjellwinblad
- License: mit
- Created: 2017-04-01T04:49:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-03T14:21:50.000Z (about 2 years ago)
- Last Synced: 2025-01-13T20:14:49.403Z (6 days ago)
- Language: JavaScript
- Homepage: http://wtplan.winsh.me/
- Size: 425 KB
- Stars: 13
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - kjellwinblad/wtplan - Calendar program with a terminal interface, a web interface and git integration (others)
README
wtplan - web terminal planner
=============================wtplan helps you manage a calendar. The calendar can be managed from a
command line interface and/or a web interface. The calendar data is
stored in a simple text file (located in `~/.wtplan` by
default). wtplan integrates with git to make backup and
synchronization between multiple computers convenient.See the man page ([wtplan.1](http://wtplan.winsh.me/man_page.html)) for more details
* [Website](http://wtplan.winsh.me/)
* [Screenshots](http://wtplan.winsh.me/screenshots.html)Features
--------* command line interface
* web interface
* optional password authentication
* git integration
* simple json based data formatRequirements
------------* golang is required to compile wtplan.
* (optional) git is required if you want to use wtplan's git integration.
* (optional) make makes building and installing more convenient but is not
required. See the Makefile for how to build without make.Install
-------1. Edit the paths in config.mk to fit your system if needed. (wtplan is
installed into `/usr/local/{bin,share/man/man1}` by default.)
2. Run `make install` as root. (This will build and install wtplan)License
-------The MIT/X Consortium License. See the LICENSE file for details.