Skip to content

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

License

Notifications You must be signed in to change notification settings

socialsky-io/install-nothing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

install-nothing

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

asciicast

Usage

cargo build --release
cargo run --release

Press Ctrl+C to stop.

Pick what to install

# Install specific stages
cargo run --release -- deno

# Install everything (default)
cargo run --release -- --all

See available stages:

cargo run --release -- --help

Docker

Build and run:

docker build -t install-nothing .
docker run -it --rm --init install-nothing

License

Do whatever you want with it. Well, except for movies. If you use this in a movie, credit me or something.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.6%
  • Dockerfile 0.4%