All Projects → phaazon → toodoux

phaazon / toodoux

Licence: other
A task manager based on taskwarrior

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to toodoux

unfog.vim
⏱ Vim plugin for Unfog CLI task & time manager.
Stars: ✭ 61 (+27.08%)
Mutual labels:  taskwarrior, task-manager
sam.cr
Rake-like task manager
Stars: ✭ 83 (+72.92%)
Mutual labels:  task-manager
taskdb
Personal task management solution
Stars: ✭ 24 (-50%)
Mutual labels:  taskwarrior
Taskwarrior
Taskwarrior - Command line Task Management
Stars: ✭ 2,239 (+4564.58%)
Mutual labels:  taskwarrior
taskchampion
personal task-tracking
Stars: ✭ 44 (-8.33%)
Mutual labels:  taskwarrior
majordodo
Distributed Operations and Data Organizer built on Apache BookKeeper
Stars: ✭ 25 (-47.92%)
Mutual labels:  task-manager
Ten Hands
⚡ Simplest way to organize and run command-line tasks
Stars: ✭ 228 (+375%)
Mutual labels:  task-manager
student-work
基于 Laravel5 开发的学生处任务发布监控系统
Stars: ✭ 22 (-54.17%)
Mutual labels:  task-manager
obsidian-success-plan
Manage your tasks, projects, key results, and goals within Obsidian. This plugin follows #theGamificationProject's Success Plan Framework.
Stars: ✭ 29 (-39.58%)
Mutual labels:  task-manager
taskd-client-py
🔨 🐍 A python client for taskd
Stars: ✭ 14 (-70.83%)
Mutual labels:  taskwarrior
taskwarrior-syncall
Synchronization between Taskwarrior tasks and services such as Google Calendar, Notion and Google Keep. Formerly taskw_gcal_sync
Stars: ✭ 151 (+214.58%)
Mutual labels:  taskwarrior
twmail
Mail new tasks to your TaskWarrior inbox
Stars: ✭ 16 (-66.67%)
Mutual labels:  taskwarrior
calcure
Modern TUI calendar and task manager with minimal and customizable UI.
Stars: ✭ 1,071 (+2131.25%)
Mutual labels:  task-manager
Taskwarrior
a php lib for taskwarrior
Stars: ✭ 16 (-66.67%)
Mutual labels:  taskwarrior
taskw-dart
Taskwarrior-inspired mobile todo app
Stars: ✭ 58 (+20.83%)
Mutual labels:  taskwarrior
swiss-army
Ansible-driven configuration management for maintaining a preferred environment (base system and app dotfiles / configurations)
Stars: ✭ 44 (-8.33%)
Mutual labels:  taskwarrior
todo-live
A todo list manager in command line.
Stars: ✭ 49 (+2.08%)
Mutual labels:  task-manager
plugin-task
Integrates a simple task management tool into your wiki.
Stars: ✭ 14 (-70.83%)
Mutual labels:  task-manager
lunatask
All-in-one encrypted to-do list, notebook, habit and mood tracker, pomodoro timer, and journaling app
Stars: ✭ 35 (-27.08%)
Mutual labels:  task-manager
fastlane
Fastlane is a redis and docker based queueing service.
Stars: ✭ 48 (+0%)
Mutual labels:  task-manager

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.

CLI User Guide

The user guide is availble here.

User configuration

The user configuration is available here.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].