Releases: mathpn/listme
Releases · mathpn/listme
v0.6.1
v0.6
Features
Two new arguments:
newer-than(-n): filters lines based on the age of commits, showing only lines committed within the specified number of days.author(-a): filter lines by commit author
Changes
age-limit (-l) argument is renamed to old-commit-mark-limit (-o) to avoid confusion with the new newer-than parameter
v0.5
Features
- changes the core regex to detect tags without comments
- adds
[no comment]text when there's no comment (except in plain mode) - .gitignore files outside of the path hierarchy are no longer parsed (performance improvement)
Fixes
- fixes default glob pattern to scan files without extension
- added max-file-size option to prevent hanging on very big files
- skip folders ignored by .gitignore rather than checking each file
Changes
- changes log output to Stderr
- changes default logging level to WARNING
- changes the logging level of some messages
v0.4
v0.3
listme v0.3
A complete rewrite of listme in Go.
It should (almost) be a drop-in replacement for the older Python versions. Major changes:
- single binary (thanks to Go)
- ripgrep is no longer required. Git is the only dependency
- some CLI options have changed
- plain style is automatically used when redirecting output, since it's ideal for machine consumption