From 5da35c9ae3396002e3c8d4de8edbdf85ecf2569d Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 4 Oct 2022 17:53:28 -0700 Subject: ref(tools/ipconverter): rewrite the tool in python No need to do this with Go, a python script is fine. We also don't need to set shell aliases for this: when we install the tool, we can create symbolic links to `ip2int` and `int2ip`. --- home/shell/aliases.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'home/shell') diff --git a/home/shell/aliases.nix b/home/shell/aliases.nix index f7bec8b..b3190dc 100644 --- a/home/shell/aliases.nix +++ b/home/shell/aliases.nix @@ -1,7 +1,5 @@ { ll = "ls -l --color=auto"; lt = "ls -ltrh --color=auto"; - ip2int = "ipconverter ip2int"; - int2ip = "ipconverter int2ip"; pkgsearch = "nix search nixpkgs"; } -- cgit 1.4.1