Skip to content

arjav0703/lazycargo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4562135 · · Mar 17, 2026

History

29 Commits
Mar 17, 2026
Mar 11, 2026
Mar 17, 2026
Mar 17, 2026
Mar 17, 2026
Mar 17, 2026

Repository files navigation

lazycargo

GitHub License GitHub last commit

A TUI interface for cargo, the Rust package manager.

2026-03-17.23-34-19.mov

Installation

Crates.io

Install via Cargo (Rust's package manager)

If you have Cargo installed, you can easily install cargofetch by running the following command:

cargo install lazycargo

Manual:

You can download the pre-built binary for your platform from the releases page.

Build from source

git clone https://github.com/arjav0703/lazycargo.git

cd lazycargo
cargo build --releasee

The binary will be located in the target/release/ directory.

Acknowledgements

This projcet was inspired by lazydocker and lazynpm.