Best of CLI โ€” January 2025

  1. 1
    Article
    Avatar of communityCommunity Picksยท1y

    Terminal Apps

    Discover soft-serve, a powerful self-hostable Git server for the command line, explore cloudlens, a k9s-like CLI tool for managing AWS and GCP, and learn about Terminal Shop, a unique way to order ethically sourced coffee directly from your terminal.

  2. 2
    Article
    Avatar of itnextITNEXTยท1y

    Essential CLI/TUI Tools for Developers

    Discover a categorized list of essential CLI/TUI tools that can boost developer productivity and make terminal usage more enjoyable. The post covers tools for managing Kubernetes clusters, container metrics, file and text operations, Git commands, development tasks, and networking. Each tool is briefly described with its main features and use cases.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCampยท1y

    Essential CLI/TUI Tools for Developers

    Developers extensively using terminals can enhance their productivity through various CLI/TUI tools. This selection includes tools for Kubernetes management, container monitoring, text processing, Git handling, and more. Each tool is presented with an overview, key features, and installation instructions for different operating systems.

  4. 4
    Article
    Avatar of lnLaravel Newsยท1y

    GGH is a Lightweight CLI to Recall Your SSH Sessions

    GGH is a lightweight CLI tool that helps recall SSH sessions and search your SSH configuration file. Compatible with Unix and Windows systems, it wraps SSH commands for easy session management without replacing SSH. The project is available on GitHub with installers for both operating systems.

  5. 5
    Article
    Avatar of webtoolsweeklyWeb Tools Weeklyยท1y

    JS Utilities, Git/CLI Tools, React Native

    Explore a collection of JavaScript libraries including Prompts, Retry, and OpenAuth for various utilities like creating modal dialogs and retrying async calls. Learn about tools like GitHub Stars Semantic Search, GitDiagram, and Terminosaurus for Git/CLI efficiency. Discover new React Native and mobile tools like React Native Apple Image Playground and react-native-rapier, along with NativeWindUI and expo-speech-recognition for enhancing mobile app development.

  6. 6
    Article
    Avatar of lnLaravel Newsยท1y

    Interactive Console Commands in Laravel

    Handling missing or incorrect user input in Laravel command-line tools can be addressed using the PromptsForMissingInput trait. This trait turns standard Artisan commands into interactive dialogues, ensuring accurate and user-friendly interface for tasks like maintenance, deployment, or database backups. The post provides practical examples that demonstrate how to implement interactive prompts.

  7. 7
    Article
    Avatar of devsquadDev Squadยท1y

    Introducing pingflow โ€“ A CLI tool for testing your internet speed! ๐ŸŒ

    Pingflow is a CLI tool for real-time internet speed testing with a live progress bar, providing download speed in Mbps. It is easy to set up and works on Windows, macOS, and Linux. Install it using npm and then run the command 'pingflow' to test your speed.

  8. 8
    Article
    Avatar of tilThis is Learningยท1y

    RAG - Designing the CLI interface

    The post outlines the design and initial implementation of an open-source CLI tool named 'rag' that stores and retrieves documentation of various frameworks and libraries. It covers the brainstorming of commands such as `add`, `update`, `remove`, and `get`, their arguments, and considerations like handling missing requirements and permissions. The tool will be implemented using TypeScript and Bun, with `commander` used for the CLI interface. The author plans to proceed with database integration, command logic, testing, and CI/CD pipeline setup.