From 1dc275d8a878e397a632e1d61216b996335bfce9 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 21 Dec 2024 00:52:15 +0000 Subject: [PATCH] Move all scripts to 'src' directory --- autopape.sh => src/autopape.sh | 0 bluetooth-off.sh => src/bluetooth-off.sh | 0 bluetooth-on.sh => src/bluetooth-on.sh | 0 bluetooth_dmenu.pl => src/bluetooth_dmenu.pl | 0 bluetooth_info.pl => src/bluetooth_info.pl | 0 bspwm_window_count.sh => src/bspwm_window_count.sh | 0 clean_files.sh => src/clean_files.sh | 0 defn => src/defn | 0 ensure_connected.sh => src/ensure_connected.sh | 0 file_previewer.sh => src/file_previewer.sh | 0 hide_bar.sh => src/hide_bar.sh | 0 hugo_post.sh => src/hugo_post.sh | 0 list_manual_pkgs.sh => src/list_manual_pkgs.sh | 0 music_dmenu.sh => src/music_dmenu.sh | 0 play_music.sh => src/play_music.sh | 0 qutebrowser_search.sh => src/qutebrowser_search.sh | 0 repos_checker.sh => src/repos_checker.sh | 0 stdin_to_notis.sh => src/stdin_to_notis.sh | 0 stopwatch.sh => src/stopwatch.sh | 0 sync_music.sh => src/sync_music.sh | 0 webcam.sh => src/webcam.sh | 0 wifi_dmenu.sh => src/wifi_dmenu.sh | 0 wl_screenshot.sh => src/wl_screenshot.sh | 0 wl_vimshot.sh => src/wl_vimshot.sh | 0 x11_screenshot.sh => src/x11_screenshot.sh | 0 x11_vimshot.sh => src/x11_vimshot.sh | 0 26 files changed, 0 insertions(+), 0 deletions(-) rename autopape.sh => src/autopape.sh (100%) rename bluetooth-off.sh => src/bluetooth-off.sh (100%) rename bluetooth-on.sh => src/bluetooth-on.sh (100%) rename bluetooth_dmenu.pl => src/bluetooth_dmenu.pl (100%) rename bluetooth_info.pl => src/bluetooth_info.pl (100%) rename bspwm_window_count.sh => src/bspwm_window_count.sh (100%) rename clean_files.sh => src/clean_files.sh (100%) rename defn => src/defn (100%) rename ensure_connected.sh => src/ensure_connected.sh (100%) rename file_previewer.sh => src/file_previewer.sh (100%) rename hide_bar.sh => src/hide_bar.sh (100%) rename hugo_post.sh => src/hugo_post.sh (100%) rename list_manual_pkgs.sh => src/list_manual_pkgs.sh (100%) rename music_dmenu.sh => src/music_dmenu.sh (100%) rename play_music.sh => src/play_music.sh (100%) rename qutebrowser_search.sh => src/qutebrowser_search.sh (100%) rename repos_checker.sh => src/repos_checker.sh (100%) rename stdin_to_notis.sh => src/stdin_to_notis.sh (100%) rename stopwatch.sh => src/stopwatch.sh (100%) rename sync_music.sh => src/sync_music.sh (100%) rename webcam.sh => src/webcam.sh (100%) rename wifi_dmenu.sh => src/wifi_dmenu.sh (100%) rename wl_screenshot.sh => src/wl_screenshot.sh (100%) rename wl_vimshot.sh => src/wl_vimshot.sh (100%) rename x11_screenshot.sh => src/x11_screenshot.sh (100%) rename x11_vimshot.sh => src/x11_vimshot.sh (100%) diff --git a/autopape.sh b/src/autopape.sh similarity index 100% rename from autopape.sh rename to src/autopape.sh diff --git a/bluetooth-off.sh b/src/bluetooth-off.sh similarity index 100% rename from bluetooth-off.sh rename to src/bluetooth-off.sh diff --git a/bluetooth-on.sh b/src/bluetooth-on.sh similarity index 100% rename from bluetooth-on.sh rename to src/bluetooth-on.sh diff --git a/bluetooth_dmenu.pl b/src/bluetooth_dmenu.pl similarity index 100% rename from bluetooth_dmenu.pl rename to src/bluetooth_dmenu.pl diff --git a/bluetooth_info.pl b/src/bluetooth_info.pl similarity index 100% rename from bluetooth_info.pl rename to src/bluetooth_info.pl diff --git a/bspwm_window_count.sh b/src/bspwm_window_count.sh similarity index 100% rename from bspwm_window_count.sh rename to src/bspwm_window_count.sh diff --git a/clean_files.sh b/src/clean_files.sh similarity index 100% rename from clean_files.sh rename to src/clean_files.sh diff --git a/defn b/src/defn similarity index 100% rename from defn rename to src/defn diff --git a/ensure_connected.sh b/src/ensure_connected.sh similarity index 100% rename from ensure_connected.sh rename to src/ensure_connected.sh diff --git a/file_previewer.sh b/src/file_previewer.sh similarity index 100% rename from file_previewer.sh rename to src/file_previewer.sh diff --git a/hide_bar.sh b/src/hide_bar.sh similarity index 100% rename from hide_bar.sh rename to src/hide_bar.sh diff --git a/hugo_post.sh b/src/hugo_post.sh similarity index 100% rename from hugo_post.sh rename to src/hugo_post.sh diff --git a/list_manual_pkgs.sh b/src/list_manual_pkgs.sh similarity index 100% rename from list_manual_pkgs.sh rename to src/list_manual_pkgs.sh diff --git a/music_dmenu.sh b/src/music_dmenu.sh similarity index 100% rename from music_dmenu.sh rename to src/music_dmenu.sh diff --git a/play_music.sh b/src/play_music.sh similarity index 100% rename from play_music.sh rename to src/play_music.sh diff --git a/qutebrowser_search.sh b/src/qutebrowser_search.sh similarity index 100% rename from qutebrowser_search.sh rename to src/qutebrowser_search.sh diff --git a/repos_checker.sh b/src/repos_checker.sh similarity index 100% rename from repos_checker.sh rename to src/repos_checker.sh diff --git a/stdin_to_notis.sh b/src/stdin_to_notis.sh similarity index 100% rename from stdin_to_notis.sh rename to src/stdin_to_notis.sh diff --git a/stopwatch.sh b/src/stopwatch.sh similarity index 100% rename from stopwatch.sh rename to src/stopwatch.sh diff --git a/sync_music.sh b/src/sync_music.sh similarity index 100% rename from sync_music.sh rename to src/sync_music.sh diff --git a/webcam.sh b/src/webcam.sh similarity index 100% rename from webcam.sh rename to src/webcam.sh diff --git a/wifi_dmenu.sh b/src/wifi_dmenu.sh similarity index 100% rename from wifi_dmenu.sh rename to src/wifi_dmenu.sh diff --git a/wl_screenshot.sh b/src/wl_screenshot.sh similarity index 100% rename from wl_screenshot.sh rename to src/wl_screenshot.sh diff --git a/wl_vimshot.sh b/src/wl_vimshot.sh similarity index 100% rename from wl_vimshot.sh rename to src/wl_vimshot.sh diff --git a/x11_screenshot.sh b/src/x11_screenshot.sh similarity index 100% rename from x11_screenshot.sh rename to src/x11_screenshot.sh diff --git a/x11_vimshot.sh b/src/x11_vimshot.sh similarity index 100% rename from x11_vimshot.sh rename to src/x11_vimshot.sh