nicolewhite / cycli

A Command Line Interface for Neo4j's Cypher.
MIT License
271 stars 25 forks source link

Save query history to a file #30

Closed nogweii closed 8 years ago

nogweii commented 8 years ago

Closes #26.

I had thought about trying to include the user's history into the markov model before realizing how it was structured. A bigger project for another time. :smile:

nicolewhite commented 8 years ago

Thanks! Yeah I was thinking about that too. It would be neat to load the query history on startup and use that information to enhance the Markov model. But yes, another project for another day. :)