Search git from the command line
Project description
Git Search
Simple command line to search github.
Introduction
git-search
is a simple command line tool that allows you to search for users and repositories in GitHub.
Installation
To install git search you can use pip
with the following command;
pip3 install gitsearch-cli
Usage
By default the search will be scoped to look in repositories, however you can change the scope to look specifically for users.
Searching for Users
git-search --scope users owen rumney
or
git-search --scope users owenrumney
This will yield the following results;
username | url |
---|---|
owenrumney | https://github.com/owenrumney |
Searching for repositories
When searching for repositories you can create a general search by keyword or focus the search by including the language and/or user.
git-search -l scala -u apache spark
This will give the following result;
name | owner | url |
---|---|---|
fluo-muchos | apache | https://github.com/apache/fluo-muchos |
predictionio | apache | https://github.com/apache/predictionio |
spark | apache | https://github.com/apache/spark |
spark-website | apache | https://github.com/apache/spark-website |
If you want to only return results where the keyword is in the name, you can use the --nameonly
flag
git-search -l scala -u apache spark --nameonly
This will give the following result;
name | owner | url |
---|---|---|
spark | apache | https://github.com/apache/spark |
spark-website | apache | https://github.com/apache/spark-website |
Date based criteria
You can search for repositories based on created or updated dates using natural date periods, all of the below examples are acceptable (not limited to this). If you use a date period that isn't acceptable, the search will use the beginning of time (1979-30-10)
git-search -l=scala --updated="last week" # return 30 scala projects updated in the last week
git-search -l=python --created="yesterday" # return 30 scala projects created yesterday
git-search gitsearch -l=python --created "3 days ago" # return 30 scala projects created yesterday
TODO
- Add date based options for search criteria
- Add tests
- Refactor the code to be more pythonic
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file gitsearch-cli-1.0.0.tar.gz
.
File metadata
- Download URL: gitsearch-cli-1.0.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 54e47152f9aeb4a3cfb425ed3d0999a06365e20777c95e9fcc70d49b11c12102 |
|
MD5 | 83a4a2114a4bde1f42f524cf1194ef48 |
|
BLAKE2b-256 | 06788fda224685b12d94f526d4cdbfa8d5368f6b94188b35786824cc59df2f85 |
File details
Details for the file gitsearch_cli-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: gitsearch_cli-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e97b588b9fe347cf3a05c4a1041bea547284dffe84260f210f5d9118db37d97c |
|
MD5 | 564c35b96cc22ce3933c78168735b4c0 |
|
BLAKE2b-256 | 16c74e2d37c682e08262820a5e0f4b654b776c06b9207169eeff8ce0c9a2a775 |