#task #track #keep #command #arg #show

bin+lib taskly

使用Rust编写的Todo应用,用于跟踪您的所有任务。

2个版本

0.1.4 2023年7月15日
0.1.3 2023年7月15日
0.1.2 2023年7月15日
0.1.1 2023年7月15日
0.1.0 2023年7月15日

#37 in #keep

MIT 许可证

12KB
274

taskly

一个使用Rust编写的Todo CLI应用程序,用于跟踪您的所有任务。

安装

如果您已安装cargo,可以使用以下命令下载taskly:

cargo install taskly

用法

taskly [COMMAND] [OPTIONS] [ARGS]

        OPTIONS:
            -c          Show only completed todos
            -p          Show only pending todos

        COMMANDS:
            help        Show this message
            add         Add a new todo
            edit        Edit an existing todo
            list        List all todos
            remove      Remove an existing todo
            done        Mark a todo as done
            undone      Mark a todo as undone
            clear       Remove all todos
            
        ARGS:
            The id of the todo to be edited, removed or marked as done/undone

依赖项

~22–33MB
~490K SLoC