Skip to content

txtyash/forgor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forgor

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.

Installation

Forgor does not work on Windows.

Building From Source

  1. Make sure you are one Zig 0.15.2
  2. Build & run zig build run

Usage

  • 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>.

About

Spaced repetition tool to manage retention for broader topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors