GitHub'ненько
1.07K subscribers
194 photos
2 videos
4 files
593 links
Интересные репозитории GitHub 🚀

- Отправляй интересные репозитории
- Пуль, пушь да комить!
Download Telegram
blazing fast terminal-ui for git written in rust
#rust #git #cli
https://github.com/extrawurst/gitui
Get ec2 price right from your terminal
#aws #cli
https://github.com/yeo/ec2.shop
Terminus is a highly configurable terminal emulator for Windows, macOS and Linux
#terminal #cli #windows
https://github.com/Eugeny/terminus
Scoop is a command-line installer for Windows
#win #cli #terminal
https://github.com/lukesampson/scoop
Turn shell commands into web services
webify is a very basic CGI server which forwards all requests to a single script. A design goal is to be as zero-config as possible.
#cmd #cli #service #go
https://github.com/beefsack/webify
GitHub CLI 1.0 is now available
#github #cli
https://cli.github.com/
Linux shell for iOS
A project to get a Linux shell running on iOS, using usermode x86 emulation and syscall translation.
#ios #terminal #cli
https://github.com/ish-app/ish
This media is not supported in your browser
VIEW IN TELEGRAM
Official Command Line Interface for the IPinfo API (IP geolocation and other types of IP data)
https://github.com/ipinfo/cli
#go #cli #ip
xh is a friendly and fast tool for sending HTTP requests. It reimplements as much as possible of HTTPie's excellent design.
#rust #cli #curl
https://github.com/ducaale/xh
🔐 Share end-to-end encrypted secrets with others via a one-time URL
#cli #security
https://github.com/sniptt-official/ots
Uptime monitoring CLI tool with alerting and advanced settings
#cli #monitoring #termui
https://github.com/Owloops/updo
Prowler is an Open Source security tool to perform AWS, Azure, Google Cloud and Kubernetes security best practices assessments, audits, incident response, continuous monitoring, hardening and forensics readiness, and also remediations!
#security #cli #compliance #hardening #devsecops #cloud
https://github.com/prowler-cloud/prowler
CLI tool and library for generating a Software Bill of Materials from container images and filesystems

Syft is a powerful and easy-to-use open-source tool for generating Software Bill of Materials (SBOMs) for container images and filesystems. It provides detailed visibility into the packages and dependencies in your software, helping you manage vulnerabilities, license compliance, and software supply chain security.
#sbom #security #cli #devsecops
https://github.com/anchore/syft
👍1
jira-cli.gif
33.2 MB
jira-cli

JiraCLI is an interactive command line tool for Atlassian Jira that will help you avoid Jira UI to some extent. This tool may not be able to do everything, but it has all the essential features required to improve your day-to-day workflow with Jira.

🔥 Feature-rich interactive Jira command line.
#jira #cli #golang
https://github.com/ankitpokhrel/jira-cli

# List recent issues
$ jira issue list

# List issues created in last 7 days
$ jira issue list --created -7d

# List issues in status "To Do"
$ jira issue list -s"To Do"

# List recent issues in plain mode
$ jira issue list --plain

# List issue in the same order as you see in the UI
$ jira issue list --order-by rank --reverse

# You can execute raw JQL within a given project context using `--jql/-q` option.
# For instance, the following command will list issues in the current project whose
# summary has a word cli.
$ jira issue list -q "summary ~ cli"