# Alias manager Easily apply commands based on a file. # Usage Create a file named "alias" in home directory, and type any commands in it, such as: docker images docker container ls -a docker system prune docker volume prune kind create cluster kubectl get all kind delete cluster clear # Run ALIAS-MANAGER - A CLI Alias manager Authors: Lorenzo Costa Version: 0.1.2 License: AGPL-3.0-or-later Crafted with ❤️ using Rust language Pick a command based on the index: 0 - "clear" 1 - "docker images" 2 - "docker container ls -a" 3 - "docker system prune" 4 - "docker volume prune" 5 - "kind create cluster" 6 - "kubectl get all" 7 - "kind delete cluster" # Install ## Cargo cargo install alias-manager ## Ready-to-use executable ./alias-manager