Skip to content

Commit

Permalink
updated README and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
carnager committed Feb 9, 2014
1 parent 7969dd8 commit f459411
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f459411

Please sign in to comment.