Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hadronized/toodoux
A task manager based on taskwarrior
https://github.com/hadronized/toodoux
cli task-manager taskwarrior
Last synced: 2 months ago
JSON representation
A task manager based on taskwarrior
- Host: GitHub
- URL: https://github.com/hadronized/toodoux
- Owner: hadronized
- License: other
- Archived: true
- Created: 2020-05-04T23:16:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-31T04:11:58.000Z (over 3 years ago)
- Last Synced: 2024-10-31T11:51:32.415Z (2 months ago)
- Topics: cli, task-manager, taskwarrior
- Language: Rust
- Homepage:
- Size: 794 KB
- Stars: 53
- Watchers: 6
- Forks: 2
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# toodoux, a task manager in CLI / TUI
**toodoux** – English/French pun between _todo_ (EN) and _doux_ (FR, _soft_) — is a task management system that aims to
be _super simple_ to operate but yet provide access to powerful features. It is heavily mainly based on [taskwarrior],
for its powerful CLI and presentation. However, the opinionated task workflow in **toodoux** is rather different from
what you would find in [taskwarrior].Just like [taskwarrior], **toodoux** is a CLI application and not a plugin for an editor. It will remain a CLI
application and contributions are welcomed as long as they keep that in mind (see the [contributing guide]). No support
for any editor will be added directly into **toodoux**. It doesn’t prevent us to provide libraries and helpers to help
external applications integrate **toodoux** directly, but it will not be on our side.**toodoux** is made out of two main components:
- The `toodoux` Rust crate. This library crate allows other Rust developer to manipulate and use **toodoux**
capabilities from within a developer perspective. It also ships the binary version.
- The `td` binary, which uses the `toodoux` crate. It is what people will most likely use.Some other components might be shipped, such as _completions_ for typical shells (**bash**, **zsh** and **fish**), man
pages, etc.## Features
The exhaustive feature set is available [here](./doc/features.md).
## CLI User Guide
The user guide is availble [here](./doc/cli.md).
## User configuration
The user configuration is available [here](./doc/config.md).
## Screenshots
Main listing view.
Capturing tasks from the CLI with a simple metadata syntax.
Display the current state of a task.
Display the current state of a task and its history in time.[taskwarrior]: https://taskwarrior.org
[contributing guide]: CONTRIBUTING.md