Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jdonaldson/rumpus

scans a folder for TODO/FIXME/etc tags and provides a visual indicator for each (macos only)
https://github.com/jdonaldson/rumpus

Last synced: about 1 month ago
JSON representation

scans a folder for TODO/FIXME/etc tags and provides a visual indicator for each (macos only)

Awesome Lists containing this project

README

        

# rumpus

![image](images/rumpus.png)

Rumpus uses the python [rumps](https://github.com/jaredks/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](https://huggingface.co/codellama/CodeLlama-70b-hf).

install it with:

```
$> pip install .
```

start it with :

```
$>rumpus --directory ~/notes --file_types md txt

```

## Configuration

Rumpus accepts a directory pattern that it will scan. It also requires
filetypes that it will search for emojis and tags.