https://github.com/nguyenvukhang/ln
Natural logging for git 🪵
https://github.com/nguyenvukhang/ln
c git
Last synced: 3 months ago
JSON representation
Natural logging for git 🪵
- Host: GitHub
- URL: https://github.com/nguyenvukhang/ln
- Owner: nguyenvukhang
- Created: 2024-07-30T06:29:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-26T01:46:54.000Z (about 1 year ago)
- Last Synced: 2025-06-26T08:57:27.871Z (about 1 year ago)
- Topics: c, git
- Language: Rust
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `ln`
An opinionated `git log` wrapper in 200 lines of C.
> Effectively passes extra args to `git log` and does some aesthetic processing
> on its output.
> Uses `less` as the pager, if available.
#### Usage
1. Compile `main.c`
2. Rename it to `git-ln` and put it somewhere in your `PATH`.
3. Enjoy using `git ln` in the place of `git log`.
```
git ln -n 15 --all
```
