github unkn0wn-root/resterm v1.1.0

4 hours ago

v1.1.0

Path completion

Resterm now shows matching files and directories in the open and save dialogs, and while entering supported commands.

  • Ctrl+O browses files and directories. Use Tab to complete the selected entry or move into a directory, and Enter to open a file or use a directory as the workspace.
  • :e and :edit accept paths directly. Without a path, they open the usual file dialog.
  • :mock start and :mock restart complete request files after --source, -s, or --source=.
  • Save Response Body now includes path completion as well.

Examples

  • Open a request file: :e examples/basic.http
  • Start a mock from one file: :mock start --source mocks/users.http
  • Select several mock files: :mock start --source mocks/users.http,mocks/payments.http
  • Save a response: ~/Downloads/response.json

Don't miss a new resterm release

NewReleases is sending notifications on new releases.