This commit is contained in:
2025-12-30 23:19:02 -08:00
parent a97657a757
commit 3bbaa28fb4
17 changed files with 1735 additions and 558 deletions

View File

@@ -26,8 +26,8 @@ CMDLET = Cmdlet(
"Exports the most recent table (overlay/stage/last) as an SVG using Rich.",
"Default filename is derived from the table title (sanitized).",
"Examples:",
'search-store "ext:mp3" | .out-table -path "C:\\Users\\Admin\\Desktop"',
'search-store "ext:mp3" | .out-table -path "C:\\Users\\Admin\\Desktop\\my-table.svg"',
'search-file "ext:mp3" | .out-table -path "C:\\Users\\Admin\\Desktop"',
'search-file "ext:mp3" | .out-table -path "C:\\Users\\Admin\\Desktop\\my-table.svg"',
],
)