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.
- Host: GitHub
- URL: https://github.com/sharat87/scrite
- Owner: sharat87
- Created: 2012-04-22T13:12:50.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-04-25T17:46:16.000Z (over 13 years ago)
- Last Synced: 2025-02-08T20:26:55.331Z (8 months ago)
- Language: Clojure
- Size: 3.78 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).