An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# install-nothing

A terminal application that simulates installing things. It doesn't actually install anything.

![Demo](demo/old-demo.gif)

## 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.