GitRadar-Self-Improvement
Automated GitHub repository discovery with self-tuning thresholds
File Explorer
- tests.yml
- crontab.example
- stack.json
- thresholds-schema.json
- gitradar-discover.py
- gitradar-score.py
- gitradar-weekly.sh
- upstream-monitor.py
- test_gitradar.py
- .gitignore
- LICENSE
- README.md
- requirements.txt
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
gh auth
View Details ▼
gh auth
Authenticate with a GitHub host.
gh auth login
Log in with interactive prompt:
echo {{your_token}} | gh auth login --with-token
Log in with a token from `stdin` (created in <https://github.com/settings/tokens>):
gh auth status
Check if you are logged in:
git clone
View Details ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
python3
View Details ▼
python3
This command is an alias of `python`.
tldr python
View documentation for the original command:
