Skip to content

Command line tool written in Rust for organizing your To-Do's and ideas.

Notifications You must be signed in to change notification settings

caetano-dev/Mind-organizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mind organizer

Mind organizer is a simple command line tool for people who like to organize themselves using to-do lists and Markdown files, but don't want to reorganize all the entries very often.

For example:

We start with an unorganized file like this:

[] task one
- Idea 1
[x] completed task
[] to-do

- awesome idea
- [] and another one

After running the cargo run command, this is what we get:

Completed tasks:
[x] completed task

To-do's:
[] task one
[] to-do
[] and another one

Ideas:
- Idea 1
- awesome idea

Much better, right?

Releases

No releases published

Packages

No packages published

Languages