Try is a command-line interface (CLI) tool to simplify and automate a variety of tasks that are otherwise tedious and time-consuming.
Built with
Pre-built binaries for Linux, MacOS, and Windows can be found on the releases page. Download the binary for your platform, and place it in a directory that is included in your system's PATH environment variable for easy access from the terminal.
If you'd prefer to build Try from source, ensure you have Rust installed on your machine. Clone the repository and run the following commands:
git clone https://github.com/Javimtib92/try
cd try
cargo build --release
This will generate a binary in the target/release directory, which you can then move to your PATH.
Using Try is straightforward. After installation, simply invoke Try from your terminal, followed by the command you wish to execute. For example:
try your-command
For a full list of available commands and their options, you can use the help flag:
try --help
Try is licensed under the MIT License. See the LICENSE file for more details.
MIT © Javier Muñoz Tous