You can use the neo4j-shell for scripting (e.g. with -q and -c command or -f file) , output the info you want to use and use e.g. xargs or a unix-shell for loop.
On Sun, Dec 11, 2016 at 5:10 PM, <[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]. > For more options, visit 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.
