This repository has been archived by the owner on May 23, 2019. It is now read-only.
Bolt
You can now use cycli
with Bolt—Neo4j's new binary protocol—thanks to Nigel! You'll need to install:
Bolt support is still in its alpha stage. For example, it does not yet support authentication.
Better Autocomplete
Autocomplete has received several improvements. Most notably, the autocomplete menu will no longer disengage when you get to an underscore _
in a relationship name.
It also stays on when using spaces inside backticks:
Both of the above improvements apply to labels, relationship types, and property keys.
Better CSVs
Non-numerics are now wrapped in double quotes when written to .csv files. Woops.
Better Syntax Highlighting
A few bugs in the syntax highlighting with different combinations of nodes, relationships, and arrows have been fixed.