Skip to content

Commit f459411

Browse files
committed
updated README and CHANGELOG
1 parent 7969dd8 commit f459411

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
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.

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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+

0 commit comments

Comments
 (0)