Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nguyenvukhang/ln
Natural logging for git 🪵
https://github.com/nguyenvukhang/ln
c git
Last synced: 24 days ago
JSON representation
Natural logging for git 🪵
- Host: GitHub
- URL: https://github.com/nguyenvukhang/ln
- Owner: nguyenvukhang
- Created: 2024-07-30T06:29:43.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-11T05:34:11.000Z (about 2 months ago)
- Last Synced: 2024-12-06T08:32:19.396Z (29 days ago)
- Topics: c, git
- Language: C
- Homepage:
- Size: 12.7 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
```
![git-ln](https://github.com/user-attachments/assets/c1e10bf0-eb37-4376-8e5d-a5890fe66459)