Skip to content

Commit

Permalink
Added multiple todo list system
Browse files Browse the repository at this point in the history
  • Loading branch information
SkwalExe committed Mar 19, 2022
1 parent 73fa8c3 commit b869f35
Show file tree
Hide file tree
Showing 2 changed files with 246 additions and 175 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ yay -S dtodo
## Other distros
clone this repo
```bash
git clone https://github.com/SkwalExe/daily-todo.git
git clone https://github.com/SkwalExe/dtodo.git
```
run make
```bash
# 📂 daily-todo
# 📂 dtodo
make
```
# Usage
```
Daily Todo Help
━━━━━━━━━━━━━━━━━
Author: @SkwalExe
Github: https://github.com/SkwalExe/daily-todo
Github: https://github.com/SkwalExe/dtodo
━━━━━━━━━━━━━━━━━
Manage your daily todo list
━━━━━━━━━━━━━━━━━
Expand All @@ -33,10 +33,12 @@ Options:
u, undo 7 9 - Mark a task as undone [D: the first done task]
ua, undoall - Mark all tasks as undone
r, remove 17 4 - Remove a task from the daily todo list [D: the last task]
e, edit nano - Manually edit the todo list [Editor: vi]
e, edit nano - Manually edit the todo list [Default: vi]
pa, printall - Print all daily todo lists
l, list monday - Define what todo list to perform the action on
rl, removelist - Remove a daily todo list
h, help - Print this help message
━━━━━━━━━━━━━━━━━
```
# Uninstall
## Arch
Expand All @@ -46,7 +48,7 @@ yay -R dtodo

## Other distros
```bash
# 📂 daily-todo
# 📂 dtodo
make uninstall
```
# Skwaltributors
Expand Down
Loading

0 comments on commit b869f35

Please sign in to comment.