From 36b10a356cf5da224b57028bccdcf69812eaf8c1 Mon Sep 17 00:00:00 2001 From: itycodes Date: Mon, 13 Oct 2025 02:37:08 +0200 Subject: [PATCH] Added a basic README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b0f3271 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Standard IO Gatherer +### Usage +```sh +#!/bin/sh +stdgather INTEL_DEBUG=shaders,ann,hex,bat MESA_SHADER_CACHE_DISABLE=true ./main +``` +### Image +![Screenshot of the above command in neovim with the syntax highlighting](./pics/stdgather_demo.png "stdgather demo")