Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pimutils/todoman
✅ Simple, standards-based, command line todo (aka: task) manager.
https://github.com/pimutils/todoman
caldav icalendar pim productivity python tasks terminal todo vcard vtodo
Last synced: about 5 hours ago
JSON representation
✅ Simple, standards-based, command line todo (aka: task) manager.
- Host: GitHub
- URL: https://github.com/pimutils/todoman
- Owner: pimutils
- License: isc
- Created: 2015-03-30T09:39:44.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-10-10T19:35:38.000Z (4 months ago)
- Last Synced: 2025-01-19T21:02:20.656Z (7 days ago)
- Topics: caldav, icalendar, pim, productivity, python, tasks, terminal, todo, vcard, vtodo
- Language: Python
- Homepage: https://todoman.readthedocs.io
- Size: 1.19 MB
- Stars: 507
- Watchers: 19
- Forks: 82
- Open Issues: 102
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Code of conduct: CODE_OF_CONDUCT.rst
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
Todoman
=======`CI status `_
| `Coverage `_
| `Documentation `_
| `ISC Licence `_Todoman is a simple, standards-based, cli todo (aka: task) manager. Todos
are stored into `icalendar `_ files, which
means you can sync them via `CalDAV `_
using, for example, `vdirsyncer `_.Todoman is now part of the ``pimutils`` project, and is hosted at `GitHub
`_.Todoman should run fine on any Unix-like OS. It's been tested on GNU/Linux,
BSD, and macOS. We do not support windows, and very basic testing seems to
indicate it does not work.Feel free to join the IRC channel: #pimutils on irc.libera.chat.
Features
--------* Listing, editing and creating todos.
* Todos are read from individual ics files from the configured directory. This
matches the `vdir `_
specification.
* There's support for the most common TODO features for now (summary,
description, location, due date and priority).
* Todoman should run on any major operating system (except Windows).
* Unsupported fields may not be shown but are *never* deleted or altered.Documentation
-------------For detailed usage, configuration and contributing documentation, please
consult the latest version of the manual at readthedocs_... _readthedocs: https://todoman.readthedocs.org/
LICENCE
-------Todoman is licensed under the ISC licence. See LICENCE for details.