Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zachallaun/hbtrack
GitHub integration with Humbug made easy
https://github.com/zachallaun/hbtrack
Last synced: 11 days ago
JSON representation
GitHub integration with Humbug made easy
- Host: GitHub
- URL: https://github.com/zachallaun/hbtrack
- Owner: zachallaun
- Created: 2013-02-16T00:05:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-05T23:34:00.000Z (over 10 years ago)
- Last Synced: 2024-10-11T19:20:04.016Z (27 days ago)
- Language: Python
- Homepage:
- Size: 154 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## hbtrack
#### Installation
```
git clone https://github.com/zachallaun/hbtrack && cd hbtrack
chmod +x hbtrack
echo "alias hbtrack=$(pwd)/hbtrack" >> ~/.zshrc && source ~/.zshrc
```
Replace `.zshrc` as necessary.#### Usage
```
hbtrack repo_name [repo_name ...]
````hbtrack` should be given the name(s) of one or more GitHub repositories that you own. The tool has no knowledge of local repositories, and does not need to be issued in the directory containing a repository that you wish to track.
For instance, assuming that I've already entered my own credentials, I could track a few repositories that I own with the following:
```
hbtrack relative periphery.illogic am-interested connect-foe
```