File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed
Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ v2.0 Complete Rewrite, based on a zsh fork by DarkFox
2+
13#v1.0.1 Removed redundant clipboard options from menu, since last image can always be put into clipboard with "i"
24 Made descriptions in config file more obvious. Removed inline comments.
35#v1.0 v Added ffmpeg options to config file. Added Quickoptions in config file. Added possibility to store image in clipboard.
Original file line number Diff line number Diff line change 1+ # teiler - a little screenshot tool written in bash
2+
3+ teiler uses dmenu (or simpleswitcher-dd) to draw a menu which lets you
4+ choose between screenshots or screencasts.
5+
6+ screenshots can be delayed and you can also draw areas to capture.
7+ teiler can also upload your files via scp or filebin. (http://git.server-speed.net/users/flo/filebin/ )
8+
9+ Last, but not least teiler can store your Screenshots in clipboard for use in other applications.
10+
11+ ## Dependencies:
12+
13+ * xininfo (https://github.com/DaveDavenport/xininfo )
14+ * dmenu2 (https://bitbucket.org/melek/dmenu2 ) OR
15+ * simpleswitcher-dd (https://github.com/DaveDavenport/simpleswitcher )
16+ * dzen2 with xft, xinerama patches (https://sites.google.com/site/gotmor/dzen )
17+ * ffmpeg
18+ * xclip
19+ * scrot
20+ * pygtk
21+
You can’t perform that action at this time.
0 commit comments