From 426a70fc71a33f511af57f9a911b7018334ebd0e Mon Sep 17 00:00:00 2001 From: bastien Date: Fri, 12 May 2023 15:58:29 +0200 Subject: [PATCH] ajout des docs ide --- vim-conf/help/aide-platform.io | 12 -- vim-conf/help/{aide-arduino => help-arduino} | 0 vim-conf/help/{aide-esp32 => help-esp32} | 3 +- vim-conf/help/help-platform.io | 159 +++++++++++++++++++ 4 files changed, 161 insertions(+), 13 deletions(-) delete mode 100644 vim-conf/help/aide-platform.io rename vim-conf/help/{aide-arduino => help-arduino} (100%) rename vim-conf/help/{aide-esp32 => help-esp32} (71%) create mode 100644 vim-conf/help/help-platform.io diff --git a/vim-conf/help/aide-platform.io b/vim-conf/help/aide-platform.io deleted file mode 100644 index a988777..0000000 --- a/vim-conf/help/aide-platform.io +++ /dev/null @@ -1,12 +0,0 @@ -Raccourcis VimsCode : - invoque une note vim - invoque l'arborescence du dossier ou vous vous trouvez - invoque l'historique des modifications effectué - invoque un terminal en bas - permet de scroll dans le terminal - invoque un site d'aide pour vim et terminal - créé un nouvel onglet vim - navigue entre les onglets vim - - -Aide pour Platfor.io cli : diff --git a/vim-conf/help/aide-arduino b/vim-conf/help/help-arduino similarity index 100% rename from vim-conf/help/aide-arduino rename to vim-conf/help/help-arduino diff --git a/vim-conf/help/aide-esp32 b/vim-conf/help/help-esp32 similarity index 71% rename from vim-conf/help/aide-esp32 rename to vim-conf/help/help-esp32 index cc8ab0a..a002960 100644 --- a/vim-conf/help/aide-esp32 +++ b/vim-conf/help/help-esp32 @@ -11,4 +11,5 @@ Raccourcis VimsCode : Aide pour ESP32 : - +idf.py add-dependency esp_wrover_kit # Ajout de dépendance +idf.py -p PORT erase-flash # Efface le flash de la carte diff --git a/vim-conf/help/help-platform.io b/vim-conf/help/help-platform.io new file mode 100644 index 0000000..f782d88 --- /dev/null +++ b/vim-conf/help/help-platform.io @@ -0,0 +1,159 @@ +Raccourcis VimsCode : + invoque une note vim + invoque l'arborescence du dossier ou vous vous trouvez + invoque l'historique des modifications effectué + invoque un terminal en bas + permet de scroll dans le terminal + invoque un site d'aide pour vim et terminal + créé un nouvel onglet vim + navigue entre les onglets vim + + +Aide pour Platfor.io cli : + +# charger une lib exterieure/interieure +pio pkg search "lib" +pio pkg install -l "lib" +pio pkg -h #pour l'aide + +pio access + pio access grant + pio access list + pio access private + pio access public + pio access revoke + +pio account + pio account destroy + pio account forgot + pio account login + pio account logout + pio account password + pio account register + pio account show + pio account token + pio account update + +pio boards + Usage + Description + Examples + +pio check + Usage + Description + Options + Examples + +pio ci + Usage + Description + Options + Examples + +pio debug + Usage + Description + Options + Examples + +pio device + pio device list + pio device monitor + +pio home + Usage + Description + Options + Examples + +pio lib + Usage + Options + Commands + +pio org + pio org add + pio org create + pio org destroy + pio org list + pio org remove + pio org update + +pio pkg + pio pkg exec + pio pkg install + pio pkg list + pio pkg outdated + pio pkg pack + pio pkg publish + pio pkg search + pio pkg show + pio pkg uninstall + pio pkg unpublish + pio pkg update + +pio platform + pio platform frameworks + pio platform install + pio platform list + pio platform search + pio platform show + pio platform uninstall + pio platform update + +pio project + pio project config + pio project init + pio project metadata + +pio remote + PlatformIO Remote Agent + pio remote device + pio remote run + pio remote test + pio remote update + +pio run + Usage + Description + Options + Examples + +pio settings + pio settings get + pio settings set + pio settings reset + +pio system + PlatformIO Shell Completion + pio system info + pio system prune + +pio team + pio team add + pio team create + pio team destroy + pio team list + pio team remove + pio team update + +pio test + Usage + Description + Options + Examples + +pio update + Usage + Description + Options + Examples + +pio upgrade + Usage + Description + Options + Examples + +