Morning standup CLI — summarize your git activity with a local LLM
Project description
mornin
Morning standup CLI — summarize your recent git commits using a local LLM via Ollama.
Install
pip install mornin
Requirements
- Ollama running locally (default:
http://localhost:11434) - A pulled model, e.g.
ollama pull llama3.2
Usage
mornin # summarize yesterday's commits
mornin --days 3 # last 3 days
mornin --since "last monday" # commits since a date string
mornin --model qwen2.5:3b # override model for this run
mornin setup # interactive config setup
Config
Stored at ~/.mornin/config.json. Run mornin setup to configure interactively.
| Key | Default | Description |
|---|---|---|
endpoint |
http://localhost:11434 |
Ollama API endpoint |
model |
llama3.2 |
Model to use for summarization |
days |
1 |
Default days to look back |
format |
bullet |
Output format: bullet or paragraph |
author_filter |
true |
Filter commits to git config user.name |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mornin-0.1.0.tar.gz
(4.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mornin-0.1.0.tar.gz.
File metadata
- Download URL: mornin-0.1.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa74063fbd423e432ce3f72b4fe9d8b00731aa869ee13347e5a94c3b2ca7be6b
|
|
| MD5 |
af5b7d5719751f9c31b0b527a6e5020b
|
|
| BLAKE2b-256 |
43c93e971a259c5345791900852e64887f4a5451b20dd8a9139c8855ccaa0d61
|
File details
Details for the file mornin-0.1.0-py3-none-any.whl.
File metadata
- Download URL: mornin-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b05bb4a7d69d8a8e7b05b40d3b736489dbd3975442a9802405021ca3c4f3d82
|
|
| MD5 |
7c3d09079b189b516bdf6dcd0a550bef
|
|
| BLAKE2b-256 |
ab4a8c0365ec35ef8881e422df578d81a28fde0060169606243b11b3505eb2f4
|