#alias #cli #productivity

yanked alias-manager

A CLI Alias manager

0.1.5 Oct 30, 2022
0.1.4 Oct 30, 2022
0.1.3 Oct 30, 2022
0.1.1 Oct 30, 2022

#82 in #alias

AGPL-3.0-or-later

1MB
97 lines

Contains (ELF exe/lib, 4MB) alias-manager

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 <http://www.costa86.tech>
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

Dependencies

~0–9MB
~45K SLoC