From f2c6d0dd2c5ec49536887549d759dfbcf1e9d078 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Mon, 18 Aug 2025 19:14:06 -0600 Subject: [PATCH] awooo112111\ --- esp-idf-tools-cmd.sh | 1 + todo.txt | 33 +++++++++++++++++++++++---------- 2 files changed, 24 insertions(+), 10 deletions(-) diff --git a/esp-idf-tools-cmd.sh b/esp-idf-tools-cmd.sh index 00a25f2..06db230 100644 --- a/esp-idf-tools-cmd.sh +++ b/esp-idf-tools-cmd.sh @@ -319,6 +319,7 @@ function handleAliasEnviron() { grep -q '# esp-idf-tools' $rcFile ret=$? + # add the friendly comment to the rcfile if its not there :3 if [ ! $ret -eq 0 ]; then writeToLog "Adding esp-idf-tools aliases to $rcFile" echo -e "\n# esp-idf-tools\n" >> $rcFile diff --git a/todo.txt b/todo.txt index 6937f69..1757871 100644 --- a/todo.txt +++ b/todo.txt @@ -1,12 +1,25 @@ -add an "\n# esp-idf-tools" comment to rcfile if none present before appending aliases and shit -get a list of branches to view when inputting branch name in interactive/install/i -install.sh for curl -s github/install.sh | "$SHELL" installation -interactive/install/i seems to not work properly. variable scope? -get update properly workan frong -option on the other two repos +esp-idf-cools-cmd.sh + add an "\n# esp-idf-tools" comment to rcfile if none present before appending aliases and shit + get a list of branches to view when inputting branch name in interactive/install/i + check if run by root and if so, fail + option on download two other repos + interactive/install/i seems to not work properly. variable scope? + get update properly workan frong + some kinda more meaningful status indication instead of endless terminal spam? +install.sh for curl -s github/install.sh | exec $SHELL installation + interactive by default or defaults mode test da shit proper in bash finafrickingly lmfao changeport/changeport.sh - recheck espinfo - recheck changeesp/changeesp.sh - recheck changebaud/changebaud.sh -some kinda more meaningful status indication instead of endless terminal spam? \ No newline at end of file + x recheck espinfo + x recheck changeesp/changeesp.sh + x recheck changebaud/changebaud.sh + x recheck exit-esp-info +README/help + add install size to README + add installer to README + add uninstaller to README +uninstaller + make uninstaller interactive by default to make sure of paths + check envvars for info + unset envvars if need be + option for default nuke \ No newline at end of file