Jerry Chen

Results 70 comments of Jerry Chen

Aha, interesting. Thanks for the documentation and specific use-case. I'll have to give some thought about how to support that.

@teranex Will you give #7 a shot? Granted, it's a very specific solution for a specific problem, but I hope this will be useful.

Hrm interesting. Any chance you could provide those lines in `.zhistory` (scrubbing for sensitive material, etc)?

Very interesting. The import process can only handle one line at a time (per sqlite's `.import` function) so multi-lines are definitely tricky. IIRC, Bash strips backslashes & newlines.

Very interesting idea! I'll tinker when I have a moment.

Hmm, I'll have to do some testing - thanks!

Oof, do you have any example of import history that causes this? The delimiter as of 0.0.2 is `\x01`, which may be wonderful or terrible, I'm not sure yet.

Quite interesting, thanks @theirishpenguin. I'll have to investigate soon!

Does it affect `hist search` then? Or are you using sqlite directly when searching?