Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Latest commit

 

History

History
43 lines (29 loc) · 1005 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 1005 Bytes

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 ]