https://github.com/gabrielcsapo/git-find
🔎 find what you are looking for in git
https://github.com/gabrielcsapo/git-find
git utility
Last synced: about 1 month ago
JSON representation
🔎 find what you are looking for in git
- Host: GitHub
- URL: https://github.com/gabrielcsapo/git-find
- Owner: gabrielcsapo
- License: mit
- Created: 2018-09-03T06:00:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-08T01:37:46.000Z (almost 8 years ago)
- Last Synced: 2025-03-15T01:53:28.427Z (over 1 year ago)
- Topics: git, utility
- Language: JavaScript
- Homepage: https://gabrielcsapo.github.io/git-find
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# git-find
🔎 find what you are looking for in git
## Usage
```
Usage
$ git-find [options]
Options
--string, -s [] Finds the given string
--author, -a [] Finds the given author
--authors Finds a list of all the authors
```
### --author
```
$ git-find --author=gabecsapo@gmail.com
28 commits
17990052e64e0448545dee08c572ddd88a1b31db 25 hours ago
- gabecsapo@gmail.com (0 files)
0e73f0b237bf359f6ba4b2958087341c5f374f1b 3 months ago
- gabecsapo@gmail.com (15 files)
52a48f3c99655a7bf4349a7048917fe36dfa1bc5 5 months ago
- gabecsapo@gmail.com (15 files)
f3b25242ae02b6d9288620a718abc59de862c6c5 5 months ago
- gabecsapo@gmail.com (15 files)
24aba1fb1f82eb46d65863652f7f91b9fbe09984 5 months ago
- gabecsapo@gmail.com (17 files)
...
```
### --string
```
$ git-find --string=bin
2 commits
f3b25242ae02b6d9288620a718abc59de862c6c5 5 months ago
- gabecsapo@gmail.com (15 files)
17cd5ac2a81a848a258d8227137abd4fcb2d202b 5 months ago
- gabecsapo@gmail.com (24 files)
```
### --authors
```
$ git-find --authors
Gabriel Csapo -> 18
Gabriel J. Csapo -> 8
GitHub -> 3
```