Forgor is a CLI tool to track how well you remember a topic. Forgor will update the retention percentage daily as your memory declines based on the forgetting curve, developed by Hermann Ebbinghaus.
Forgor does not work on Windows.
- Make sure you are one Zig 0.15.2
- Build & run
zig build run
-
Help
forgor help -
List topics
forgor list. Sample output:Retention Last Review Topic 1.83% 8 days ago leetcode group anagrams 22.31% 3 days ago zig stdin & stdout 60.65% 1 days ago leetcode top k frequent elements 60.65% 1 days ago heap -
Add a topic
forgor add <topic-name>. You may need to wrap your topic in quotes for multi-word topics. -
Remove a topic
forgor remove <topic-name>. -
Update retention by revisiting a topic
forgor revisit <topic-name>.