From eba7f750333d1acc4e500b35a31ab59edca0a30b Mon Sep 17 00:00:00 2001 From: Mid Favila Date: Wed, 30 Jun 2021 00:27:30 -0300 Subject: [PATCH] Change the names of scripts to not conflict with common utilities; update README to reflect this. --- README | 4 ++-- ls => lc | 0 man => msc | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename ls => lc (100%) rename man => msc (100%) diff --git a/README b/README index 80b9f0a..cb7f05d 100644 --- a/README +++ b/README @@ -6,8 +6,8 @@ fpv - the above, but video gasutc - "Get and Set UTC" over HTTPS using ncat gcl - one-liner to g(it)cl(one) iview - simple wrapper for sxiv; auto-sizes based on image dimensions -ls - one-liner to pipe ls through cols -man - short script to auto-resize mandoc output +lc - one-liner to pipe ls through cols +msc - short script to auto-resize mandoc output modem-manager - used to manage laptop PCIe WAN modems. rather dense netsh - an old experiment that serves as a simple TUI for managing network interfaces... and an example of how not to use AWK plumber - one of my more sophisticated scripts; plumber creates pipes between programs based on what sort of input it receives, and handles errors (somewhat) intelligently diff --git a/ls b/lc similarity index 100% rename from ls rename to lc diff --git a/man b/msc similarity index 100% rename from man rename to msc