From b272ffae99de5ed7cbd5f986281ba172a29a731c Mon Sep 17 00:00:00 2001 From: randomuser Date: Fri, 7 Jul 2023 14:54:19 -0500 Subject: [PATCH] move everything to utils directory in preparation for merge --- Makefile => utils/Makefile | 0 TODO => utils/TODO | 0 {c => utils/c}/anaconda.c | 0 {c => utils/c}/boid.c | 0 {c => utils/c}/colors.c | 0 {c => utils/c}/scream.c | 0 {c => utils/c}/timer.c | 0 {c => utils/c}/tmessage.c | 0 {c => utils/c}/xgetnewwindow.c | 0 config.mk => utils/config.mk | 0 {etc => utils/etc}/southwest_tracker.py | 0 {man => utils/man}/colors.1 | 0 {man => utils/man}/rndutils.1 | 0 {man => utils/man}/timer.1 | 0 {man => utils/man}/trss.1 | 0 {man => utils/man}/xgetnewwindow.1 | 0 {sh => utils/sh}/brightness | 0 {sh => utils/sh}/bspwm-toggle-gaps | 0 {sh => utils/sh}/capture | 0 {sh => utils/sh}/cfg | 0 {sh => utils/sh}/connect | 0 {sh => utils/sh}/discord | 0 {sh => utils/sh}/disp | 0 {sh => utils/sh}/fire | 0 {sh => utils/sh}/firew | 0 {sh => utils/sh}/git-credential-gitpass | 0 {sh => utils/sh}/git-survey | 0 {sh => utils/sh}/keyboard | 0 {sh => utils/sh}/machine | 0 {sh => utils/sh}/net | 0 {sh => utils/sh}/nws | 0 {sh => utils/sh}/pash-dmenu | 0 {sh => utils/sh}/pash-dmenu-backend | 0 {sh => utils/sh}/paste | 0 {sh => utils/sh}/pco | 0 {sh => utils/sh}/sfeed_yt_add | 0 {sh => utils/sh}/snapcad | 0 {sh => utils/sh}/ss | 0 {sh => utils/sh}/status | 0 {sh => utils/sh}/statusbar | 0 {sh => utils/sh}/tmenu | 0 {sh => utils/sh}/tmenu-backend | 0 {sh => utils/sh}/tmenu_run | 0 {sh => utils/sh}/toggle-contingency-mode | 0 {sh => utils/sh}/vim-swap-handler | 0 {sh => utils/sh}/vol | 0 {sh => utils/sh}/wallpaper | 0 47 files changed, 0 insertions(+), 0 deletions(-) rename Makefile => utils/Makefile (100%) rename TODO => utils/TODO (100%) rename {c => utils/c}/anaconda.c (100%) rename {c => utils/c}/boid.c (100%) rename {c => utils/c}/colors.c (100%) rename {c => utils/c}/scream.c (100%) rename {c => utils/c}/timer.c (100%) rename {c => utils/c}/tmessage.c (100%) rename {c => utils/c}/xgetnewwindow.c (100%) rename config.mk => utils/config.mk (100%) rename {etc => utils/etc}/southwest_tracker.py (100%) rename {man => utils/man}/colors.1 (100%) rename {man => utils/man}/rndutils.1 (100%) rename {man => utils/man}/timer.1 (100%) rename {man => utils/man}/trss.1 (100%) rename {man => utils/man}/xgetnewwindow.1 (100%) rename {sh => utils/sh}/brightness (100%) rename {sh => utils/sh}/bspwm-toggle-gaps (100%) rename {sh => utils/sh}/capture (100%) rename {sh => utils/sh}/cfg (100%) rename {sh => utils/sh}/connect (100%) rename {sh => utils/sh}/discord (100%) rename {sh => utils/sh}/disp (100%) rename {sh => utils/sh}/fire (100%) rename {sh => utils/sh}/firew (100%) rename {sh => utils/sh}/git-credential-gitpass (100%) rename {sh => utils/sh}/git-survey (100%) rename {sh => utils/sh}/keyboard (100%) rename {sh => utils/sh}/machine (100%) rename {sh => utils/sh}/net (100%) rename {sh => utils/sh}/nws (100%) rename {sh => utils/sh}/pash-dmenu (100%) rename {sh => utils/sh}/pash-dmenu-backend (100%) rename {sh => utils/sh}/paste (100%) rename {sh => utils/sh}/pco (100%) rename {sh => utils/sh}/sfeed_yt_add (100%) rename {sh => utils/sh}/snapcad (100%) rename {sh => utils/sh}/ss (100%) rename {sh => utils/sh}/status (100%) rename {sh => utils/sh}/statusbar (100%) rename {sh => utils/sh}/tmenu (100%) rename {sh => utils/sh}/tmenu-backend (100%) rename {sh => utils/sh}/tmenu_run (100%) rename {sh => utils/sh}/toggle-contingency-mode (100%) rename {sh => utils/sh}/vim-swap-handler (100%) rename {sh => utils/sh}/vol (100%) rename {sh => utils/sh}/wallpaper (100%) diff --git a/Makefile b/utils/Makefile similarity index 100% rename from Makefile rename to utils/Makefile diff --git a/TODO b/utils/TODO similarity index 100% rename from TODO rename to utils/TODO diff --git a/c/anaconda.c b/utils/c/anaconda.c similarity index 100% rename from c/anaconda.c rename to utils/c/anaconda.c diff --git a/c/boid.c b/utils/c/boid.c similarity index 100% rename from c/boid.c rename to utils/c/boid.c diff --git a/c/colors.c b/utils/c/colors.c similarity index 100% rename from c/colors.c rename to utils/c/colors.c diff --git a/c/scream.c b/utils/c/scream.c similarity index 100% rename from c/scream.c rename to utils/c/scream.c diff --git a/c/timer.c b/utils/c/timer.c similarity index 100% rename from c/timer.c rename to utils/c/timer.c diff --git a/c/tmessage.c b/utils/c/tmessage.c similarity index 100% rename from c/tmessage.c rename to utils/c/tmessage.c diff --git a/c/xgetnewwindow.c b/utils/c/xgetnewwindow.c similarity index 100% rename from c/xgetnewwindow.c rename to utils/c/xgetnewwindow.c diff --git a/config.mk b/utils/config.mk similarity index 100% rename from config.mk rename to utils/config.mk diff --git a/etc/southwest_tracker.py b/utils/etc/southwest_tracker.py similarity index 100% rename from etc/southwest_tracker.py rename to utils/etc/southwest_tracker.py diff --git a/man/colors.1 b/utils/man/colors.1 similarity index 100% rename from man/colors.1 rename to utils/man/colors.1 diff --git a/man/rndutils.1 b/utils/man/rndutils.1 similarity index 100% rename from man/rndutils.1 rename to utils/man/rndutils.1 diff --git a/man/timer.1 b/utils/man/timer.1 similarity index 100% rename from man/timer.1 rename to utils/man/timer.1 diff --git a/man/trss.1 b/utils/man/trss.1 similarity index 100% rename from man/trss.1 rename to utils/man/trss.1 diff --git a/man/xgetnewwindow.1 b/utils/man/xgetnewwindow.1 similarity index 100% rename from man/xgetnewwindow.1 rename to utils/man/xgetnewwindow.1 diff --git a/sh/brightness b/utils/sh/brightness similarity index 100% rename from sh/brightness rename to utils/sh/brightness diff --git a/sh/bspwm-toggle-gaps b/utils/sh/bspwm-toggle-gaps similarity index 100% rename from sh/bspwm-toggle-gaps rename to utils/sh/bspwm-toggle-gaps diff --git a/sh/capture b/utils/sh/capture similarity index 100% rename from sh/capture rename to utils/sh/capture diff --git a/sh/cfg b/utils/sh/cfg similarity index 100% rename from sh/cfg rename to utils/sh/cfg diff --git a/sh/connect b/utils/sh/connect similarity index 100% rename from sh/connect rename to utils/sh/connect diff --git a/sh/discord b/utils/sh/discord similarity index 100% rename from sh/discord rename to utils/sh/discord diff --git a/sh/disp b/utils/sh/disp similarity index 100% rename from sh/disp rename to utils/sh/disp diff --git a/sh/fire b/utils/sh/fire similarity index 100% rename from sh/fire rename to utils/sh/fire diff --git a/sh/firew b/utils/sh/firew similarity index 100% rename from sh/firew rename to utils/sh/firew diff --git a/sh/git-credential-gitpass b/utils/sh/git-credential-gitpass similarity index 100% rename from sh/git-credential-gitpass rename to utils/sh/git-credential-gitpass diff --git a/sh/git-survey b/utils/sh/git-survey similarity index 100% rename from sh/git-survey rename to utils/sh/git-survey diff --git a/sh/keyboard b/utils/sh/keyboard similarity index 100% rename from sh/keyboard rename to utils/sh/keyboard diff --git a/sh/machine b/utils/sh/machine similarity index 100% rename from sh/machine rename to utils/sh/machine diff --git a/sh/net b/utils/sh/net similarity index 100% rename from sh/net rename to utils/sh/net diff --git a/sh/nws b/utils/sh/nws similarity index 100% rename from sh/nws rename to utils/sh/nws diff --git a/sh/pash-dmenu b/utils/sh/pash-dmenu similarity index 100% rename from sh/pash-dmenu rename to utils/sh/pash-dmenu diff --git a/sh/pash-dmenu-backend b/utils/sh/pash-dmenu-backend similarity index 100% rename from sh/pash-dmenu-backend rename to utils/sh/pash-dmenu-backend diff --git a/sh/paste b/utils/sh/paste similarity index 100% rename from sh/paste rename to utils/sh/paste diff --git a/sh/pco b/utils/sh/pco similarity index 100% rename from sh/pco rename to utils/sh/pco diff --git a/sh/sfeed_yt_add b/utils/sh/sfeed_yt_add similarity index 100% rename from sh/sfeed_yt_add rename to utils/sh/sfeed_yt_add diff --git a/sh/snapcad b/utils/sh/snapcad similarity index 100% rename from sh/snapcad rename to utils/sh/snapcad diff --git a/sh/ss b/utils/sh/ss similarity index 100% rename from sh/ss rename to utils/sh/ss diff --git a/sh/status b/utils/sh/status similarity index 100% rename from sh/status rename to utils/sh/status diff --git a/sh/statusbar b/utils/sh/statusbar similarity index 100% rename from sh/statusbar rename to utils/sh/statusbar diff --git a/sh/tmenu b/utils/sh/tmenu similarity index 100% rename from sh/tmenu rename to utils/sh/tmenu diff --git a/sh/tmenu-backend b/utils/sh/tmenu-backend similarity index 100% rename from sh/tmenu-backend rename to utils/sh/tmenu-backend diff --git a/sh/tmenu_run b/utils/sh/tmenu_run similarity index 100% rename from sh/tmenu_run rename to utils/sh/tmenu_run diff --git a/sh/toggle-contingency-mode b/utils/sh/toggle-contingency-mode similarity index 100% rename from sh/toggle-contingency-mode rename to utils/sh/toggle-contingency-mode diff --git a/sh/vim-swap-handler b/utils/sh/vim-swap-handler similarity index 100% rename from sh/vim-swap-handler rename to utils/sh/vim-swap-handler diff --git a/sh/vol b/utils/sh/vol similarity index 100% rename from sh/vol rename to utils/sh/vol diff --git a/sh/wallpaper b/utils/sh/wallpaper similarity index 100% rename from sh/wallpaper rename to utils/sh/wallpaper