No description
  • C 55.7%
  • HTML 35.3%
  • Objective-C 4.8%
  • Lua 1.8%
  • Makefile 1.3%
  • Other 1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2009-09-12 12:33:02 +02:00
Almond Reorganization and documentation changes. 2009-09-12 12:33:02 +02:00
.gitignore Reorganization and documentation changes. 2009-09-12 12:33:02 +02:00
LICENSE Reorganization and documentation changes. 2009-09-12 12:33:02 +02:00
README Reorganization and documentation changes. 2009-09-12 12:33:02 +02:00

*********************************************************************************
*                                                                               *
* Almond is currently pre-alpha software!                                       *
*                                                                               *
* In it's current state (2009-09-12) it is not functional, and not useful. What *
* you see here is a technology preview and work in progress.                    *
*                                                                               *
*********************************************************************************

Almond
======

Almond is an all purpose digital housekeeper.

That basically means it will apply a set of rules to a set of files, and then
perform a number of actions. These might be actions to archive or delete old
files, sort images into folders based on download date, or something entirely
different. The rules and and actions are written in the common script language
Lua, and is easily user extensible.

Almond is licensed under GPLv3, with all that that entails. See the LICENSE
file for details.

The latest source code is always available at:

  http://github.com/calmh/Almond/tree/master

Jakob Borg
2009-09-12