Last Git Commit
Shows the last git commit information
LLA Last Git Commit Plugin
Show the last Git commit for each path.
Features
- Short hash, author, time
- Path-specific history
- Color-coded output
- Multiple formats
- Caching for fast lookups
Configuration
Config file: ~/.config/lla/last_git_commit/config.toml
[colors]
hash = "bright_yellow"
author = "bright_cyan"
time = "bright_green"
info = "bright_blue"
name = "bright_yellow"
Display Formats
Default:
document.txt
Commit: a1b2c3d 2 days ago
Long:
document.txt
Commit: a1b2c3d
Author: John Doe
Time: 2 days ago