Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/umayr/lazylog
quick change log for lazy asses.
https://github.com/umayr/lazylog
Last synced: about 16 hours ago
JSON representation
quick change log for lazy asses.
- Host: GitHub
- URL: https://github.com/umayr/lazylog
- Owner: umayr
- License: mit
- Created: 2015-03-02T08:22:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-12T13:46:08.000Z (over 9 years ago)
- Last Synced: 2024-10-08T17:29:17.234Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 207 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lazylog
Quick change log for lazy asses.## Usage
To install lazylog from npm, run:
```
$ npm install -g lazylog
``````
$ lazylog --helpUsage: lazylog [options]
Options:
-h, --help output usage information
-V, --version output the version number
-n, --number number of commits
-r, --regex regex to filter log
-S, --since fetch commits from given date
-A, --author fetch commits by given author
-m, --messages show complete messages of filtered commits```
## Example
![Lazylog Example](http://i.imgur.com/87hh5H8.png "Lazylog Example")
## TODOs
- ~~Support for multiple Regular Expressions.~~ One could simply write a complex regex, no?
- ~~Support to filter given author's commits.~~ Done. ;3
- ~~Output to changelog.txt file.~~ YAY!!
- More options for writing a change log. (Markdown, maybe? Suggestions!!)
- Appending change log functionality, right now; it just overwrites the current one.