Glow is a lightweight command line application for rendering Markdown files directly in the terminal. It's especially useful for quickly previewing documentation, README files, or notes without needing a graphical...
TruffleHog is an open-source security scanner that digs through Git repositories and other sources to uncover secrets such as API keys, credentials, and tokens. It helps teams ensure that sensitive...
DataSpell is JetBrains specialized integrated development environment (IDE) tailored for data science workflows. It comes with excellent support for Jupyter notebooks, Python environments, and popular data tools, making it a...
RubyMine is an integrated development environment (IDE) from JetBrains, tailored for Ruby development. It provides intelligent code assistance, powerful debugging tools, and integration with popular frameworks and version control systems...
When working on Linux, it's often handy to have a customizable dashboard right inside the terminal to monitor different services and system stats. WTF (WTFutil) is an open-source terminal dashboard...
When working on Linux, developers often need a lightweight text editor that runs directly in the terminal. While many traditional editors exist, Microsoft Edit provides a modern, efficient option for...
WebStorm is an integrated development environment (IDE) from JetBrains for JavaScript, TypeScript, and modern web development frameworks. It offers intelligent coding assistance, debugging tools, and smooth integration with today's frontend...
IntelliJ IDEA is an integrated development environment (IDE) from JetBrains tailored for Java development, but it also supports a wide range of other languages and frameworks. With smart code completion...
For users of Linux, command line documentation is often accessed via man pages. These pages can be lengthy and sometimes overwhelming for quick reference. TLDR (Too long; didn't read) pages...
The bpftop is an open-source command line tool developed by Netflix that provides a real-time overview of running eBPF (Extended Berkeley Packet Filter) programs. The eBPF programs are small, efficient...