pieces-app / cli-agent

Pieces CLI for interacting with Pieces OS
https://docs.pieces.app/extensions-plugins/cli
MIT License
56 stars 22 forks source link

Update README with new 'open' command features #156 #163

Closed sambhavnoobcoder closed 3 months ago

sambhavnoobcoder commented 3 months ago

Description:

This PR updates the README to reflect new functionality in the 'open' command, specifically the ability to open assets in an external editor.

Changes:

  1. Updated the 'open' command syntax to include the optional '-e' flag:

    pieces open [ITEM_INDEX] [-e]
  2. Added explanation for the '-e' flag:

    • Optional flag
    • Opens the asset in the configured external editor
  3. Included information on editor configuration:

    • Added a new section "Editor Configuration"
    • Provided the command to set the preferred editor:
      pieces config editor <editor_command>