From afd5f3a42e7a401f66686f251f919f94469e8221 Mon Sep 17 00:00:00 2001 From: Lee Edwards Date: Wed, 12 Aug 2026 19:09:03 -0700 Subject: [PATCH] Disable the swag command for now MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed from commands.js, help.js and the README together — the help/commands sync test added in #135 requires that, which is the point of it. Reverts only the command from #132; the README's crawlability rewrite in that PR stays. To bring it back, restore the three lines: config/commands.js swag: function () { term.openURL("https://rootvc.creator-spring.com"); } config/help.js "%swag%": "rootvc store", README.md - swag: rootvc store Co-Authored-By: Claude Opus 5 --- README.md | 1 - config/commands.js | 4 ---- config/help.js | 1 - 3 files changed, 6 deletions(-) diff --git a/README.md b/README.md index ef517896..f3666207 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,6 @@ Who needs a website when you have a terminal. - instagram: instagram account - git: this repo - github: all repos - - swag: rootvc store - locate: physical address - www: plain-text version of this site - test: do not use diff --git a/config/commands.js b/config/commands.js index 806cbd60..0ad60b7b 100644 --- a/config/commands.js +++ b/config/commands.js @@ -171,10 +171,6 @@ const commands = { term.displayURL("https://github.com/rootvc"); }, - swag: function () { - term.openURL("https://rootvc.creator-spring.com"); - }, - twitter: function () { term.displayURL("https://twitter.com/rootvc"); term.displayURL("https://twitter.com/machinepix"); diff --git a/config/help.js b/config/help.js index 2d8d49af..1d65f5fb 100644 --- a/config/help.js +++ b/config/help.js @@ -13,7 +13,6 @@ const help = { "%locate%": "physical address", "%www%": "plain-text version of this site", "%jobs%": "check out our job openings", - "%swag%": "rootvc store", "%test%": "do not use", "%upgrade%": "upgrade to the latest version of Root Ventures", "%other%": "try your fav commands (e.g. %ls%, %groups%, %su%)",