Best of CLI โ January 2025
- 1
- 2
ITNEXTยท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
freeCodeCampยท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
Laravel 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
Web 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
Laravel 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
Dev 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
This 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.