tosk 1.0.0

A very lightweight, easy-to-use CLI task / todo list app written in Rust
Documentation
  • Coverage
  • 0%
    0 out of 5 items documented0 out of 4 items with examples
  • Size
  • Source code size: 6.04 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.06 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 24s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • sharkmu/tosk
    0 2 10
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • sharkmu

tosk 🚀

A very lightweight, easy-to-use CLI task / todo list app written in Rust, inspired by todo

Installation

  • clone the repository: git clone https://github.com/sharkmu/tosk.git
  • build the repository with Cargo: cargo run

Collaboration

Feel free to contribute to the project. Be aware that this is a beginner project, so the code may sometimes be a bit harder to read. You can also collaborate by making an issue or giving feedback. Or even just by editing this README.md and making a PR.

How to use?

  • To create a new task: tosk add [task]
  • To remove / mark as completed a task: tosk rm [index of task]
  • To list tasks: tosk list
  • To access a similiar help message: tosk help - TODO

Origin of name

The project name (tosk) is a mixture of todo and task