-
Notifications
You must be signed in to change notification settings - Fork 91
Closed
Description
Hey, thanks for this project!
When I use the official sqlite3 CLI I use .once's pipe support quite a bit:
https://sqlite.org/cli.html#writing_results_to_a_file
This means I can do something like:
.mode markdown
.once | pbcopy
select foo from bar;
Then end up with the output in markdown in my clipboard (on macOS), ready to paste somewhere (like GitHub).
I discovered litecli's .once doesn't support this, so I ended up with a file named | pbcopy.
Supporting pipes like this in litecli would be a nice addition.
Metadata
Metadata
Assignees
Labels
No labels