summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-04-22 21:24:40 +0100
committerLars Wirzenius <liw@liw.fi>2013-04-22 21:24:40 +0100
commit2400c7a7c027c1a9e5eed2fe4fba8ad9c4c31d36 (patch)
treecf613162831f8be51d8c7fe09e1b5e649ace2343
parent2a7467a3d99ab2247161268a8807ad7406b73a75 (diff)
downloaddesktop-cronish-2400c7a7c027c1a9e5eed2fe4fba8ad9c4c31d36.tar.gz
Add a README
-rw-r--r--README30
1 files changed, 30 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..17d69dc
--- /dev/null
+++ b/README
@@ -0,0 +1,30 @@
+README for desktop-cronish
+==========================
+
+`desktop-cronish` is a small utility that runs jobs periodically.
+It differs from cron in that you're expected to run it from within
+a desktop login session, by opening a terminal and running it from
+the command line. This allows it to have access to things like
+SSH agents, which cronjobs do not have.
+
+As an example, I use it to run offlineimap, with offlinemap
+configured to get the IMAP password from the GNOME Keyring.
+
+Legalese
+--------
+
+Copyright 2013 Lars Wirzenius
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program. If not, see <http://www.gnu.org/licenses/>.
+