eXist-db / xst

Command line tool to interact with exist-db instances
https://npmjs.com/@existdb/xst
MIT License
17 stars 4 forks source link

create command to edit a resource in `$EDITOR` #8

Closed line-o closed 1 year ago

line-o commented 2 years ago

originally requested by @chakl

xst edit <resource> [options]

Create a new command edit that will

  1. download the resource
  2. open the application defined in the EDITOR environment variable or given in the --editor option
  3. upload the resource when the file is saved inside the editor
  4. exit the process when the editor is closed

Examples

xst edit /db/temp/resource.xml
xst edit /db/temp/resource.xml --editor vim
github-actions[bot] commented 1 year ago

:tada: This issue has been resolved in version 1.6.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: