Skip to content

This is a simple command-line todo application written in Rust using the ZED editor.

License

Notifications You must be signed in to change notification settings

Rajveer2009/todo-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo-rs

This is a simple command-line todo application written in Rust using the ZED editor.

Example Image

Usage

The application supports the following commands:

  • add: Adds tasks to the todo list.
  • mark: Marks a task as completed by specifying its line number.
  • reset: Clears the todo list.
  • listC: Lists all tasks with line numbers.
  • listS: Lists all tasks without date.
  • remove: Removes a task from the list by specifying its line number.

How to Use

To use the application, follow these steps:

  1. Clone the repository.
  2. Navigate to the project directory.
  3. Define TODO_PATH as the file path for todo.td.

Command

$ cargo run <command> arguments

Example

$ cargo run add "Buy groceries" "Clean the house"

About

This is a simple command-line todo application written in Rust using the ZED editor.

Resources

License

Stars

Watchers

Forks

Languages