Giter VIP home page Giter VIP logo

tuffous's Introduction

Tuffous

Tuffous is a powerful CLI and GUI todo manager.

Features

  • Details, deadline, time, weight and tags support for todos.
  • Infinite layers of father/children todos.
  • Things-3-like GUI fit with the features of Tuffous.

Requirements

Tuffous requires a nerd-font patched font in order to display icons in CLI normally.

In GUI you don't need a special font.

Usage

To use Tuffous, you need first initialize a new todo repo using init in order to store todos.

Tuffous is path-based, so you need to run it in the target folder you want.

Commands

init        Initialize a new todo repo
new         Create a new todo
list        List todo(s) with filter(s)
edit        Edit todo(s) with filter(s)
complete    Complete todo(s) with filter(s)
father      Mark a todo as father with filter(s) in the cache
child       Mark todo(s) as children with filter(s) in the cache
remove      Remove todo(s) as children with filter(s)
cleancache  Clean cache
gui         Open GUI (WIP)
help        Print this message or the help of the given subcommand(s)

General Command arguments

Filter arguments:

--ftoday <TODAY>                    Filter with today only todo(s) [default: false]
--fdate <DATE>                      Filter with date-only todo(s)
--fdater <DATE_RANGE> <DATE_RANGE>  Filter with ranged date-only todo(s)
--fddl <DDL>                        Filter with ddl-only todo(s)
--fddlr <DDL_RANGE> <DDL_RANGE>     Filter with ranged ddl-only todo(s)
--flogged <LOGGED>                  Filter with logged todo(s) [default: false]
--ftag <TAGS>                       Filter with tags
--fname <NAME>                      Search with name

Edit arguments:

-n, --name <NAME>                       Change name of the target
-d, --details <DETAILS>                 Change details of the target
-w, --date <DATE>                       Change date of the target
    --ddl <DEADLINE>                    Change deadline of the target
    --weight <WEIGHT>                   Change weight of the target
-t, --tag <TAGS>                        Bind/unbind tags for the target
-c, --complete <BOOLEAN>                Complete/uncomplete the target

Help argument:

-h, --help  Print help

tuffous's People

Contributors

jieningyu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.