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
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
https://github.com/ipinfo/cli
#go #cli #ip
A collection of modern/faster/saner alternatives to common unix commands.
#cli #moder #tools
https://github.com/ibraheemdev/modern-unix
#cli #moder #tools
https://github.com/ibraheemdev/modern-unix
GitHub
GitHub - ibraheemdev/modern-unix: A collection of modern/faster/saner alternatives to common unix commands.
A collection of modern/faster/saner alternatives to common unix commands. - ibraheemdev/modern-unix
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
#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
#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
#cli #monitoring #termui
https://github.com/Owloops/updo
This media is not supported in your browser
VIEW IN TELEGRAM
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
#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
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
A simple and fast anti-censorship tool written in Go
#privacy #cli #proxy
https://github.com/xvzc/SpoofDPI
#privacy #cli #proxy
https://github.com/xvzc/SpoofDPI
GitHub
GitHub - xvzc/SpoofDPI: Simple and fast anti-censorship tool written in Go
Simple and fast anti-censorship tool written in Go - xvzc/SpoofDPI
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
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"