This post is the README from Super-List, synced from GitHub. Click the project card on the Projects page to open the repo.
Super List 📋🐟 #
Made by CodeBotD
A cross-platform terminal to-do list app with an ASCII UI and a cute fish mascot 🐟 named Lil’ Fishy. Built in pure Bash! Works on macOS, Linux, and WSL or Git Bash (For Windows) 🪟🐧🍎
🧠 Commands #
| Command | Description |
|---|---|
sl new "List" |
Creates a new list |
sl open "List" |
Opens a list for editing |
sl add "Task" "Jul 4" |
Adds a task with a due date |
sl done 1 |
Marks task 1 as done ✅ |
sl view |
Views the current list 🐟 |
sl remove 1 |
Removes task 1 |
| `sl tl remove “List” | Removes the Task List you specified |
🛠️ Installation #
git clone https://github.com/CodeBotD/super-list.git
cd super-list
chmod +x sl
Then just run "sl" boom! your done