mirror of
https://github.com/initialcommit-com/git-sim.git
synced 2026-04-27 11:35:58 +03:00
[GH-ISSUE #56] Add global option --stdout to write raw image data to stdout for redirection into other programs #39
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/git-sim#39
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @borekb on GitHub (Feb 11, 2023).
Original GitHub issue: https://github.com/initialcommit-com/git-sim/issues/56
Originally assigned to: @initialcommit-io on GitHub.
Would you consider adding an option like
--stdoutwhich would write the image data directly to stdout so that it can be displayed directly by imgcat, w3m or viu?@initialcommit-io commented on GitHub (Feb 11, 2023):
@borekb Yup, this will be included in the next release 😉
@initialcommit-io commented on GitHub (Feb 13, 2023):
@borekb This feature was just released in v0.2.3. Upgrade with
$ pip install git-sim --upgradeand feel free to reopen if any issues or questions.