An open API service indexing awesome lists of open source software.

https://github.com/sharat87/scrite

A tool to regularly take screenshots and save them, to help me see what the hell I've been doing all day.
https://github.com/sharat87/scrite

Last synced: 6 months ago
JSON representation

A tool to regularly take screenshots and save them, to help me see what the hell I've been doing all day.

Awesome Lists containing this project

README

          

# Scrite

A tool to regularly take screen shots and save them, to help me see what the
hell I've been doing all day.

## Usage

Please note that this is currently linux and windows only. I'll need help with
OSX support since I don't own a Mac. Any contributions are greatly appreciated
:)

Clone this repo, create a directory called shots in it, create a new sqlite
database like this

$ cat init.sql | sqlite3 scrite.db

Then, install leiningen, and do `lein deps` and `lein run`. Watch the screen
shots getting collected in the shots directory and associated data into the
*scrite.db* file. See core.clj for more customization options.

## Todo

- Make it easier to get up and running.
- Interface for viewing collected data.

## License

Copyright (C) 2011 Shrikant Sharat Kandula (self@sharats.me)

Distributed under the [MIT license](http://mit.sharats.me).