https://github.com/buyukakyuz/install-nothing
A terminal application that simulates installing things but doesn't actually install anything
https://github.com/buyukakyuz/install-nothing
cli rust simulation terminal
Last synced: about 2 months ago
JSON representation
A terminal application that simulates installing things but doesn't actually install anything
- Host: GitHub
- URL: https://github.com/buyukakyuz/install-nothing
- Owner: buyukakyuz
- License: mit
- Created: 2025-11-17T22:03:19.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-11-18T13:57:20.000Z (about 2 months ago)
- Last Synced: 2025-11-18T16:22:34.835Z (about 2 months ago)
- Topics: cli, rust, simulation, terminal
- Language: Rust
- Homepage:
- Size: 2.86 MB
- Stars: 253
- Watchers: 0
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# install-nothing
A terminal application that simulates installing things. It doesn't actually install anything.

## Usage
```bash
cargo build --release
cargo run --release
```
Press Ctrl+C to stop.
### Pick what to install
```bash
# Install specific stages
cargo run --release -- deno
# Install everything (default)
cargo run --release -- --all
```
See available stages:
```bash
cargo run --release -- --help
```
## License
Do whatever you want with it.