Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/jdonaldson/rumpus
- Owner: jdonaldson
- Created: 2024-07-22T20:20:57.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T17:21:07.000Z (5 months ago)
- Last Synced: 2024-07-26T19:06:08.286Z (5 months ago)
- Language: Python
- Size: 73.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.