From f900b2d8f8f19a8022e3f404acb0734896ca323a Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Wed, 13 Nov 2024 07:39:20 -0700 Subject: [PATCH] 61-rc2.2 --- .gitignore | 1 - alias.sh | 19 ----------------- todo.txt | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++ version.txt | 2 +- 4 files changed, 61 insertions(+), 21 deletions(-) delete mode 100644 alias.sh create mode 100644 todo.txt diff --git a/.gitignore b/.gitignore index 6c5b856..f0c6490 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ notes.txt -todo.txt scratch.txt *.bak next-* diff --git a/alias.sh b/alias.sh deleted file mode 100644 index 8d76afa..0000000 --- a/alias.sh +++ /dev/null @@ -1,19 +0,0 @@ -echo 'alias run_esp_reinstall="git -C $HOME/esp/esp-install-custom pull; cat $HOME/esp/esp-install-custom/version.txt; bash $HOME/esp/esp-install-custom/reinstall-esp-idf.sh "' >> ~/.zshrc - -echo 'alias esp_monitor="tail -n 75 -f $ESPIDF_INSTALLDIR/install.log;"' >> ~/.zshrc - -echo 'alias esp_logs="less $ESPIDF_INSTALLDIR/install.log; less $ESPIDF_INSTALLDIR/version-data.txt"' >> ~/.zshrc - -# run_esp_reinstall performs a git pull first to get the latest esp-inststall-custom code, then cats version.txt for clarity before running the command with an optional argument -# run_esp_reinstall -# run_esp_reinstall clear -# run_esp_reinstall nuke -# run_esp_reinstall test -# run_esp_reinstall interactive -# run_esp_reinstall retool - -# esp_monitor is an alias for tail -n 75 -f $ESPIDF_INSTALLDIR/install.log and takes no arguments -# esp_monitor - -# esp_logs is an alias for less $ESPIDF_INSTALLDIR/install.log; less $ESPIDF_INSTALLDIR/version-data.txt and takes no arguments -# esp_logs diff --git a/todo.txt b/todo.txt new file mode 100644 index 0000000..6481789 --- /dev/null +++ b/todo.txt @@ -0,0 +1,60 @@ +x maybe add retool to combined script? +x add esp install paths and such to envvars in ~/.zshrc +x functionize retool some +x custom_bin +x export +x prolly refactor some lmfao +x test --single-branch vs non +x redo comments +x handleLogoutAllUsers log users test +x handleWarnAllUsers log users test +x interactive mode +x check end time loggan +x clean up writeToLog to avoid repeated date() +x export updoots +x install applications, use which? +x test missing packages +x update repos instead of re-downoadan? +x test --single-branch +x time download and install +x use return codes to define if install likely completed successfully +x upon success, touch some file to show success +x when script starts, delete the touched files +x touch up add-to-export-sh.txt +x alias add and document too + x maybe just cat a txt lmao +x test reinstall from zero + +testan: + x bash reinstall-esp-idf.sh help + x bash reinstall-esp-idf.sh --help + x bash reinstall-esp-idf.sh -h + x bash reinstall-esp-idf.sh h + x bash reinstall-esp-idf.sh test + x bash reinstall-esp-idf.sh t + x bash reinstall-esp-idf.sh retool + x bash reinstall-esp-idf.sh rt + x bash reinstall-esp-idf.sh + x bash reinstall-esp-idf.sh clearlogs + x bash reinstall-esp-idf.sh clear + x bash reinstall-esp-idf.sh cl + x bash reinstall-esp-idf.sh interactive + x bash reinstall-esp-idf.sh i + x bash reinstall-esp-idf.sh nuke + x bash reinstall-esp-idf.sh n + bash reinstall-esp-idf.sh cron + bash reinstall-esp-idf.sh c + +mayhaps support bash? + +figure out how to message users properly + +bug: duplicate export added to export.sh + involves testExport prolly lol + +standardize the capatilization and format and content of notes + +verbosity levels? + less verbose on git commands and installers? + +fix dat nuke issue on line ~307 # fixed? \ No newline at end of file diff --git a/version.txt b/version.txt index 593cbaa..3fd0bf1 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -61-rc2.1 \ No newline at end of file +61-rc2.2 \ No newline at end of file