Skip to content

harrydemorgan/todofast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todofast

My fast to do list made in rust.

Usage

Usage:
todo <action> <argument>

Actions:
todo
todo add <String>
todo remove <Index>
todo swap <Index1> <Index2>

Setup

Building from source

  1. Clone the repository:
    git clone https://github.com/harrydemorgan/todofast
    
  2. cd into directory and build with release flag
    cd todofast
    cargo build --release
    
  3. Move executable to PATH
    MacOS/Linux:
    sudo mv target/release/todo /usr/local/bin/
    
    Windows: Open Environment Variables then select path in user variables and copy file path of exe (...\todofast\target\release)

About

CLI todo list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages