Skip to content

ibara/kodachrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kodachrome

Kodachrome is a simple screenshot utility written in D. Screenshots are output in PNG format.

Dependencies

You will need the X11 and PNG libraries.

Usage

$ kodachrome [-d seconds] [name]

Where seconds is the number of seconds to delay before taking the screenshot (default: 3) and name is the name of the output file. If no name is given, then Clock.currTime().toISOString() is used to generate the output file name. In all cases, the .png extension is automatically added.

Caveats

Kodachrome is tested on OpenBSD/amd64. It will probably work on all Posix systems. Windows support is planned.

License

ISC license. See LICENSE for more details.