wflow

Crates.iowflow
lib.rswflow
version0.1.0
sourcesrc
created_at2023-01-25 03:40:50.740188
updated_at2023-01-25 03:40:50.740188
descriptionWflow is a cli tool for manage the workflow much better.
homepage
repositoryhttps://github.com/Dreck2003/wflow
max_upload_size
id767106
size47,109
Dikson Aranda (Dreck2003)

documentation

README

Wflow

Wflow is a cli tool for manage the workflow much better. The cli contains two mean subcommands, and they are:

  • tidy: Manage your project folders
  • todo: Manage your todos

Install

  cargo install wflow

Usage:

  • wflow
    • tidy

      • add: Add the current path to projects
      • list: List all projects saved
      • open: Open a project with an editor
      • new: Create new folder project and save
      • remove: Remove a project
    • todo

      • list: List all todos
      • create: Create new todo and save
      • check: Change the todo status
Commit count: 21

cargo fmt