From 3d7a0dc1db21b6e80b3b20f39a5c1e3da7bb14e9 Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Thu, 19 Jan 2023 13:24:28 +0100 Subject: [PATCH] Added readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..eef990c --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Maim Utils + +I have been using Maim for my screenshots for quite some time now. I had been +using a hand full of scripts in order to take screenshots of either a selection, +my entire screen or the currently focussed window; and whether to save them to a +file or toss them into my clipboard. This is an attempt to mvoe all of that into +a single script and with a little bit of documentation.