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

feat: add edit command #92

Closed line-o closed 1 year ago

line-o commented 1 year ago

closes #8

Example: xst edit /db/apps/my-app/resource.xml --editor vim

Alternatively, you can set $EDITOR environment variable or specify it in the configuration file (xstrc). At the moment, the value can be an executable or keywords recognized by env-editor.

Works with visual editors as well as long as the provide a command line launcher (tested with VSCode, intellij IDEA).

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 1.6.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: