From e78da5bb5ed5aa27855a84f09c195ab2b69c811a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Lui=20=E5=88=98=E5=B1=95=E9=B9=8F?= Date: Thu, 2 May 2024 09:49:39 -0700 Subject: [PATCH 1/3] Added networking tool geolocate --- data/apps.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/data/apps.csv b/data/apps.csv index 8e0afb9..e98e671 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1504,3 +1504,4 @@ cheatsheet,tlrc,https://tldr.sh/tlrc/,https://github.com/tldr-pages/tlrc,Officia networking,netscanner,,https://github.com/Chleba/netscanner,All-in-one network scanning tool. video,Pyutube,,https://github.com/Hetari/pyutube,A simple tool to download YouTube video shorts and playlist in just one click. networking,ATAC,,https://github.com/Julien-cpsn/ATAC,"Arguably a Terminal API Client. It is based on well-known clients such as Postman, Insomnia, or even Bruno, but inside your terminal without any specific graphical environment needed; free, account-less, and offline for now and forever." +networking,geolocate,https://geolocatejs.org,https://github.com/adamlui/js-utils,Fetch IP geolocation data. From 9d1778e46dfc71be381532b1d2bcdad5a45287ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Lui=20=E5=88=98=E5=B1=95=E9=B9=8F?= Date: Thu, 2 May 2024 14:10:55 -0700 Subject: [PATCH 2/3] Updated generate-ip homepage URL --- data/apps.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/apps.csv b/data/apps.csv index 8e0afb9..d7fa69f 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1484,7 +1484,7 @@ rm,del,https://fex.belwue.de/fstools/del.html,,Save deleted files to a .del/ sub rm,trasher,,https://github.com/clementnerma/trasher,Delete files to a trash directory instead of deleting them immediately. Uses its own trash instead of the XDG one. data-management-tabular,csvlens,,https://github.com/YS-L/csvlens,CSV file viewer; like `less` but made for CSV. financial,budget-cli,https://www.joshcanhelp.com/budget-cli/,https://github.com/joshcanhelp/budget-cli,"Import, de-dupe, categorize, and report on financial transactions." -networking,generate-ip,https://js-utils.com/generate-ip,https://github.com/adamlui/js-utils,"Randomly generate, format, and validate IPv4/IPv6 addresses." +networking,generate-ip,https://generate-ip.org,https://github.com/adamlui/js-utils,"Randomly generate, format, and validate IPv4/IPv6 addresses." password-manager,generate-pw,https://generatepw.com,https://github.com/adamlui/js-utils,Randomly generate cryptographically-secure passwords. prompt,promptless,,https://github.com/dylanaraps/promptless,"A suckless and super fast shell prompt written in 1 line of POSIX sh, only configurable via re-installation / script edition." financial,abandon,,https://github.com/hrj/abandon,"A text based, double-entry accounting system inspired by Ledger with infinite precision arithmetic. Made in Java. Includes a GUI." From 4a3e9e3887661be5df74972b9eb13c63851b349a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Lui=20=E5=88=98=E5=B1=95=E9=B9=8F?= Date: Thu, 2 May 2024 23:13:14 -0700 Subject: [PATCH 3/3] Added new MAC addresses to generate-ip description --- data/apps.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/apps.csv b/data/apps.csv index d7fa69f..b934694 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1484,7 +1484,7 @@ rm,del,https://fex.belwue.de/fstools/del.html,,Save deleted files to a .del/ sub rm,trasher,,https://github.com/clementnerma/trasher,Delete files to a trash directory instead of deleting them immediately. Uses its own trash instead of the XDG one. data-management-tabular,csvlens,,https://github.com/YS-L/csvlens,CSV file viewer; like `less` but made for CSV. financial,budget-cli,https://www.joshcanhelp.com/budget-cli/,https://github.com/joshcanhelp/budget-cli,"Import, de-dupe, categorize, and report on financial transactions." -networking,generate-ip,https://generate-ip.org,https://github.com/adamlui/js-utils,"Randomly generate, format, and validate IPv4/IPv6 addresses." +networking,generate-ip,https://generate-ip.org,https://github.com/adamlui/js-utils,"Randomly generate, format, and validate IPv4 + IPv6 + MAC addresses." password-manager,generate-pw,https://generatepw.com,https://github.com/adamlui/js-utils,Randomly generate cryptographically-secure passwords. prompt,promptless,,https://github.com/dylanaraps/promptless,"A suckless and super fast shell prompt written in 1 line of POSIX sh, only configurable via re-installation / script edition." financial,abandon,,https://github.com/hrj/abandon,"A text based, double-entry accounting system inspired by Ledger with infinite precision arithmetic. Made in Java. Includes a GUI."