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.

Reply via email to