Would you want it to run the command on the same machine that is running the shell (this would be my guess), or on the server?
Either way, capabilities where programs can invoke arbitrary other programs, or call out to a shell, often end up as attack vectors in security exploits. For this reason, I'd prefer not to have a feature like this in the product. Instead use Michaels suggestion and script on the outside of neo4j-shell. -- Chris Vest System Engineer, Neo Technology > On 11 Dec 2016, at 17.10, [email protected] wrote: > > Let's say I'm navigating through my data and I store a link/path to a > picture, document, or website. I'd like to be able to do something like: > > neo4j-sh (Doe,11)$ xdg-open profileUrl > > where "xdg-open" is a Linux command-line which opens the associated program > to launch whatever file type or URL you sent it. So, I would like to pop open > an image viewer, PDF viewer, webpage, etc - based on a property in this node. > > Currently, I have to copy the value, and then run "xdg-open <paste>" manually > from a separate terminal window. Is there a better way? > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
