EZGHSA is a command-line tool for summarizing and filtering vulnerability alerts on Github repositories. List alerts for a user, organization, or specific set of repositories. Display Github Security Advisory (GHSA) IDs. Filter alerts by ID, severity, and age. Check if alerts are enabled or disabled. Run interactively or from CI/CD scripts.
EZGHSA needs to authenticate with the Github API.
Onefetch is a command-line Git information tool written in Rust that displays project information and code statistics for a local Git repository directly on your terminal. The tool is completely offline - no network access is required.
By default, the repo's information is displayed alongside the dominant language's logo, but you can further configure onefetch to instead use an image - on supported terminals -, a text input or nothing at all.
It automatically detects open source licenses from texts and provides the user with valuable information like code distribution, pending changes, number of dependencies (by package manager), top contributors (by number of commits), size on disk, creation date, LOC (lines of code), etc.
Onefetch can be configured via command-line flags to display exactly what you want, the way you want it to: you can customize ASCII/Text formatting, disable info lines, ignore files & directories, output in multiple formats (Json, Yaml), etc.
As of now, onefetch supports more than 50 different programming languages; if your language of choice isn't supported: Open up an issue and support will be added.
Git repositories of interest to tilde users.
How to re-target a cloned Git repository if the master copy's URI changes for some reason.
git remote set-url origin new.git.url/here
GlobaLeaks is free, open souce software enabling anyone to easily set up and maintain a secure whistleblowing platform.
The μg Project is a collection of free and open development APIs that are fully compatible with Google's GAPPS APIs but use different back end services. For example, rather than Google Maps there is a library which uses Open Streetmaps instead, but code written to use the Google Maps API won't know the difference.
Gitlab is a F/OSS clone of everything Github's website gives you, from collaboration apps to bug tracking to an easier way to use Git on the server side. The repositories here are either their own software, or their own forks of software that Github makes use of. Requires Ruby on Rails.