prex-aliya / rustynotes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RUSTY NOTES

//////////////////////////////////////////////////////////////
WARNING: Under Construction
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

Rusty notes will be a application that helps you keep a to-do list while making an easy way for you to keep track of where you found your knowledge and how to get back to it, a homemade wiki.

Currently, it is just a to-do list.

IMAGEHERE

  1. Quick Start
  2. Install
    1. Linux
  3. Sources

Quick Start

Install

Currently Linux is the only supported platform, but there are plans for extending our reach.

To run use the command:

    cargo run TODO

Withing the projects directory

Other

For installation on other platforms a rust dev environment is needed and not currently test.

TODO:

  • Add CLI
  • Add intake from existing markdown
  • Add markdown date parser
  • Fix if no first item in first window
  • Multiple lists
  • Make a to-do list
  • Take Out Trash
  • Update README

What it will eventually be

- [X] Test 1            |> This is a description of this
- [ ] Test 2            |

Sources

Thanks to Tsoding, he really go this project off its feet and his repo todo-rs, it help a ton to start this project up.

Tsoding

About


Languages

Language:Rust 100.0%