From f459411cf70dc08407829c9393cc19b2b10d48a0 Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Sun, 9 Feb 2014 15:38:01 +0100 Subject: [PATCH] updated README and CHANGELOG --- CHANGELOG | 2 ++ README.md | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 README.md diff --git a/CHANGELOG b/CHANGELOG index 6c5dc27..cb49726 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +v2.0 Complete Rewrite, based on a zsh fork by DarkFox + #v1.0.1 Removed redundant clipboard options from menu, since last image can always be put into clipboard with "i" Made descriptions in config file more obvious. Removed inline comments. #v1.0 v Added ffmpeg options to config file. Added Quickoptions in config file. Added possibility to store image in clipboard. diff --git a/README.md b/README.md new file mode 100644 index 0000000..02245b4 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# teiler - a little screenshot tool written in bash + +teiler uses dmenu (or simpleswitcher-dd) to draw a menu which lets you +choose between screenshots or screencasts. + +screenshots can be delayed and you can also draw areas to capture. +teiler can also upload your files via scp or filebin. (http://git.server-speed.net/users/flo/filebin/) + +Last, but not least teiler can store your Screenshots in clipboard for use in other applications. + +## Dependencies: + +* xininfo (https://github.com/DaveDavenport/xininfo) +* dmenu2 (https://bitbucket.org/melek/dmenu2) OR +* simpleswitcher-dd (https://github.com/DaveDavenport/simpleswitcher) +* dzen2 with xft, xinerama patches (https://sites.google.com/site/gotmor/dzen) +* ffmpeg +* xclip +* scrot +* pygtk +