From 315b303b4f1f94cd619974637374e565e885ef70 Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Fri, 27 Mar 2020 11:41:47 -0700 Subject: [PATCH] Create README.md --- src/modules/windowwalker/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/modules/windowwalker/README.md diff --git a/src/modules/windowwalker/README.md b/src/modules/windowwalker/README.md new file mode 100644 index 0000000000..11acefbffa --- /dev/null +++ b/src/modules/windowwalker/README.md @@ -0,0 +1,9 @@ +# Window Walker + +Window walker is an app that lets you search and switch between windows that you have open, all from the comfort of your keyboard. As you are searching for an app, you can use the keyboard up and down arrows to see an Alt-Tab style preview of the windows. + +![](https://github.com/betsegaw/windowwalker/blob/master/Window-Walker.gif) + +## To use + +Hit `WinKey + Ctrl` and start typing :)