https://github.com/thomasballinger/zuliptrack
https://github.com/thomasballinger/zuliptrack
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thomasballinger/zuliptrack
- Owner: thomasballinger
- Created: 2014-04-03T18:17:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-09T19:05:42.000Z (almost 11 years ago)
- Last Synced: 2025-04-02T12:54:45.369Z (3 months ago)
- Language: Python
- Size: 160 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## zuliptrack
#### Installation
```
git clone https://github.com/thomasballinger/zuliptrack && cd zuliptrack
chmod +x zuliptrack
echo "alias zuliptrack=$(pwd)/zuliptrack" >> ~/.bashrc && source ~/.bashrc
```
Replace `.bashrc` as necessary.#### Usage
```
zuliptrack repo_name [repo_name ...]
````zuliptrack` 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:
```
zuliptrack relative periphery.illogic am-interested connect-foe
```