From b3dfbe8b70b870399dc335b8dcf028bb9a3955de Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 24 May 2023 05:57:50 +0200 Subject: Added notes as a separate type of content and moved the content --- content/notes/plan9-screenshot.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 content/notes/plan9-screenshot.md (limited to 'content/notes/plan9-screenshot.md') diff --git a/content/notes/plan9-screenshot.md b/content/notes/plan9-screenshot.md new file mode 100644 index 0000000..88b7bd9 --- /dev/null +++ b/content/notes/plan9-screenshot.md @@ -0,0 +1,16 @@ +--- +title: Take a screenshot in Plan9 +url: plan9-screenshot.html +date: 2023-05-10 +type: notes +draft: false +--- + +Take a screenshot in Plan9. This applies to [Plan9](https://9p.io/plan9/) and +[9front](https://9front.org/). This will take a screenshot of the screen and +output it to `/dev/screen`. You can then use `topng` to convert it to a png +image. + +```sh +cat /dev/screen | topng > screen.png +``` -- cgit v1.2.3