Conversation
|
Hi @csabahenk looks great. I'm just on the road so will only be this weekend that I can fully go through and merge it. The only thing I'd like to add or dig into is if if we can't autoconvert the old format for users that are upgrading. i.e. to avoid having the option |
|
So, then we can do it like this:
I'll update the PR along these lines, probably also during the weekend. |
instead of managing a single session with '-l', use '-S <sess>' The existing cache path will be set up as a direcory and sessions will reside in it as individual files. We also provide the migration path from pre-session chatblade.
This enables users to view and edit session data directly, or process it out of the context of chatblade (grep it!).
- exit 1 on internal error - print error message to stderr - exit 1 if a non-extant session is specified but no query is given that would initialize it
|
Was playing with it, and it's a very nice feature. I will be using it myself in future. Will merge it today. I've made some small tweaks
To be honest I would kind of like to make this use |
This PR introduces sessions, named conversations that can be switched between, continued, reviewed, edited.
A basic session management facility is added, too (listing/renaming/deleting/dumping sessions).