Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
/ sftm Public archive
forked from QUAKTECH/sftm

A fast🚀 easy to use Todo Manager in Rust 🦀

License

Notifications You must be signed in to change notification settings

sbx7/sftm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sftm (Super Fast Todo Manager)

By Aeternus • At QUAKTECH

QUAKTECH

📋 Overview

A fast, easy Todo Manager made with Rust🦀 which will be apart of our upcomming software suite.

Authors ✍️

✨ Features

  • Fast 🚀
  • LightWeight 💨

📦 Instalation

Linux/macOS

git clone https://github.com/QUAKTECH/sftm
cd sftm
chmod +x install.sh
./install.sh

Windows

idk

📖 Usage

Commands :

  • add - Add a Todo [ $ sftm add "Buy Bananas" groceries ]
  • list - List all Todos [ $ sftm list ]
  • remove - Remove a Todo [ $ sftm remove 1 ] (1 is the index of the Todo, you also use -f to delete a file : $ sftm remove -f groceries)
  • version - Show the version of the program [ $ sftm version ]
  • check - Check a Todo [ $ sftm check 1 ] (1 is the index of the Todo)
  • show - Show a Todo file [ $ sftm show groceries ]

About

A fast🚀 easy to use Todo Manager in Rust 🦀

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 91.8%
  • Shell 8.2%