-
-
Notifications
You must be signed in to change notification settings - Fork 136
Archiving
ransome1 edited this page Apr 14, 2026
·
1 revision
Archiving moves your completed tasks to a separate file, keeping your active todo list clean and organized.
sleek uses two files:
-
todo.txt — Your active tasks (including completed ones marked with
x) - done.txt — Your archive file where completed tasks are stored
When you archive, sleek:
- Finds all completed tasks (starting with
x) - Moves them to
done.txt - Removes them from
todo.txt
- Open sleek settings
- Set up a Done File (typically
done.txtin the same folder as yourtodo.txt) - Done!
- Mark tasks as complete in sleek (add
xat the start) - Click the Archive button
- All completed tasks move to your archive file
Before Archiving:
todo.txt:
- Walk the dog
x Buy groceries
- Call mom
After Archiving:
todo.txt:
- Walk the dog
- Call mom
done.txt:
x Buy groceries