https://github.com/eendroroy/git-additions
https://github.com/eendroroy/git-additions
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eendroroy/git-additions
- Owner: eendroroy
- License: mit
- Created: 2018-12-29T17:25:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-31T10:56:14.000Z (about 7 years ago)
- Last Synced: 2025-01-26T19:21:46.676Z (12 months ago)
- Language: Python
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git-additions
[](https://github.com/eendroroy/git-additions/tags)
[](https://pypi.python.org/pypi/git-additions/)
[](https://pypi.python.org/pypi/git-additions)
[](https://github.com/eendroroy/git-additions/graphs/contributors)
[](https://github.com/eendroroy/git-additions)
[](https://github.com/eendroroy/git-additions/blob/master/LICENSE)
[](https://github.com/eendroroy/git-additions/issues)
[](https://github.com/eendroroy/git-additions/issues?q=is%3Aissue+is%3Aclosed)
[](https://github.com/eendroroy/git-additions/pulls)
[](https://github.com/eendroroy/git-additions/pulls?q=is%3Apr+is%3Aclosed)
## Usage
```bash
$ git duration
D HH:MM:SS
0 16:1:54
Total Work Hours (estimated): 16.031667
Project Duration: 394 1:20:5
```
```bash
$ git logs -h
Usage: git-logs [options]
Options:
-h, --help show this help message and exit
-o FILE, --out-file=FILE
write report to FILE
-a AUTHOR, --author=AUTHOR
filter by author name
-e EMAIL, --email=EMAIL
filter by author email
```
```bash
$ git stats -h
Usage: git-stats [options]
Options:
-h, --help show this help message and exit
-m, --message Show Commit Message
-s, --short Show Short Stat
```
```bash
$ git users
Name Email Commits
________ ___________________ _______
indrajit eendroroy@gmail.com 54
```
## Author
* **indrajit** - *Owner* - [eendroroy](https://github.com/eendroroy)
## Contributing
Bug additions and pull requests are welcome on GitHub at [git-additions](https://github.com/eendroroy/git-additions) repository.
This project is intended to be a safe, welcoming space for collaboration,
and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
1. Fork it ( https://github.com/eendroroy/git-additions/fork )
1. Create your feature branch (`git checkout -b my-new-feature`)
1. Commit your changes (`git commit -am 'Add some feature'`)
1. Push to the branch (`git push origin my-new-feature`)
1. Create a new Pull Request
## License
The project is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).