Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomasballinger/zuliptrack
https://github.com/thomasballinger/zuliptrack
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thomasballinger/zuliptrack
- Owner: thomasballinger
- Created: 2014-04-03T18:17:59.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-09T19:05:42.000Z (over 10 years ago)
- Last Synced: 2024-12-16T13:43:34.912Z (26 days ago)
- Language: Python
- Size: 160 KB
- Stars: 1
- Watchers: 3
- 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
```