mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 21:35:37 +00:00
make whois core utility
This commit is contained in:
parent
4044721606
commit
e89db82e7f
@ -16,7 +16,8 @@
|
|||||||
vault
|
vault
|
||||||
consul
|
consul
|
||||||
noti # Create notifications programmatically
|
noti # Create notifications programmatically
|
||||||
ipcalc
|
ipcalc # Make IP network calculations
|
||||||
|
whois # Lookup IPs
|
||||||
(pkgs.writeScriptBin "ocr"
|
(pkgs.writeScriptBin "ocr"
|
||||||
(builtins.readFile ../shell/bash/scripts/ocr.sh))
|
(builtins.readFile ../shell/bash/scripts/ocr.sh))
|
||||||
];
|
];
|
||||||
|
@ -31,6 +31,7 @@ in {
|
|||||||
vimv-rs # Batch rename files
|
vimv-rs # Batch rename files
|
||||||
dig # DNS lookup
|
dig # DNS lookup
|
||||||
lf # File viewer
|
lf # File viewer
|
||||||
|
whois # Lookup IPs
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.zoxide.enable = true; # Shortcut jump command
|
programs.zoxide.enable = true; # Shortcut jump command
|
||||||
|
Loading…
Reference in New Issue
Block a user