Repository History
2 repositories tagged with command-line-interface

fish-shell: The User-Friendly Command Line Shell
fish-shell is a highly acclaimed, user-friendly command line shell designed for macOS, Linux, and Windows. Boasting over 31,000 stars, it offers powerful features like syntax highlighting, autosuggestions, and smart tab completions out of the box. Written in Rust, fish provides an intuitive and efficient experience for developers and users alike.

Python Fire: Effortlessly Create CLIs from Any Python Object
Python Fire is a powerful open-source library from Google that simplifies the creation of command-line interfaces (CLIs). It allows developers to automatically generate CLIs from virtually any Python object, making it incredibly easy to expose functions, classes, or modules as command-line tools. This streamlines development and enhances script usability.