Take a screenshot in Plan9
Take a screenshot in Plan9. This applies to Plan9 and
9front. 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.
# Instant screenshot.
cat /dev/screen | topng > screen.png
# Delayed screenshot (5 seconds).
sleep 5; cat /dev/screen | topng > screen.png
Other notes
- plan9 Mount Plan9 over network
- Push to multiple origins at once in Git
- Extract lines from a file with sed
- plan9 My brand new Plan9/9front desktop
- Change permissions of matching files recursively
- 10/GUI 10 Finger Multitouch User Interface
- Uninstall Ollama from a Linux box
- vim Personal sane Vim defaults
- Alacritty open links with modifier
- c Extend Lua with custom C functions using Clang
- plan9 Fix bootloader not being written in Plan9
- Cache busting in Hugo
- dcss Sane default for Dungeon Crawl Stone Soup Online edition
- #cat-v on weechat configuration
- Development environments with Nix