From ae7b9a350053e865df28b613f51fc123a4025381 Mon Sep 17 00:00:00 2001
From: kirbylife <hakerito@aol.com>
Date: Tue, 29 May 2018 16:28:50 -0500
Subject: [PATCH] first commit

---
 README.md | 25 ++++++++++++++++++++++++-
 1 file changed, 24 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e543544..5c9e365 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,25 @@
 # openbox-pipemenus
-openbox dynamic menus
+****
+## Simples pipemenus to add to your openbox menu
+#
+### openbox-pipemenu-recent
+##### Simple menu that shows the most recent files modified or created
+* ##### __Dependencies__
+    * python
+    * elementTree
+    * xdg-open
+    * file ~/.local/share/recently-used.xbel
+* ##### __Use__
+    * add " <_menu execute="python /phat/to/file/openbox-pipemenu-recent.py" id="pipe-recentfilesmenu" label="recent files"_/> " to your file menu.xml
+#
+****
+### openbox-pipemenu-steam
+##### Simple menu that shows your games of steam
+* ##### __Dependencies__
+    * python
+    * steam (duhhh)
+* ##### __Use__
+    * add " <_menu execute="python /phat/to/file/openbox-pipemenu-steam.py" id="pipe-steamgames" label="games"_/> " to your file menu.xml
+#
+#
+###### You feel free to see the code and modify them