Rumpus uses the python rumps library to create a menubar that keeps track of common programming bookmarks like "TODO, FIXME, NOTE", etc.
It also will track any emoji usage that it finds.
Rumpus was written entirely using a local LLM called CodeLlama 70B.
install it with:
$> pip install .
start it with :
$>rumpus --directory ~/notes --file_types md txt
Rumpus accepts a directory pattern that it will scan. It also requires filetypes that it will search for emojis and tags.