jourst

Crates.iojourst
lib.rsjourst
version0.8.0
sourcesrc
created_at2023-06-30 20:27:03.960345
updated_at2023-07-31 17:03:31.773229
descriptionSimple command line todo tool
homepagehttps://github.com/yplog/jourst
repositoryhttps://github.com/yplog/jourst
max_upload_size
id904940
size54,781
Yalın Pala (yplog)

documentation

README

jourst logo

docker crate

jourst

This project has been developed to better understand the Rust programming language and to learn the basic concepts in this language practically.

This is a simple command line-based to do management application. With this application, you can record tasks, view the task list, mark tasks as completed, and perform deletion operations.

Features

  • Add: Task
  • List: All, Completed, Today, Yesterday, Tomorrow
  • Mark task as completed
  • Remove: By id, Completed
  • Sync: All undone tasks are moved to the day
  • Export: HTML, Markdown

Basic Usage

asciicast

Contributing

If you would like to contribute to this project, please follow the steps below:

  • Fork this project.
  • Create a new branch: git checkout -b my-new-feature.
  • Make changes and commit them: git commit -am 'Add some feature'.
  • Push to the branch: git push origin my-new-feature.
  • Create a new pull request (PR).

License

This project is licensed under the MIT License. For more information, please see the LICENSE file.

Commit count: 92

cargo fmt