From faee540985a4a695d6e7b967237c6c0fcff6ed5d Mon Sep 17 00:00:00 2001 From: pika Date: Tue, 20 May 2025 17:29:13 +0200 Subject: [PATCH] wip --- README.ai.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.ai.md b/README.ai.md index 30ae997..84968f8 100644 --- a/README.ai.md +++ b/README.ai.md @@ -48,14 +48,16 @@ esac 1. Package Management: -`\_install pkg1 pkg2` - Installs packages using the correct package manager
-`\_remove pkg1 pkg2` - Removes packages (CAUTION: no confirmation!)
+`_install pkg1 pkg2` - Installs packages using the correct package manager
+`_remove pkg1 pkg2` - Removes packages (CAUTION: no confirmation!)
+ `checkAndInstall pkg1 pkg2` - Checks if command exists, installs if missing Example: ```bash _install neovim git +_remove nano checkAndInstall curl wget ```