6cf2403b31
Yokadi is a command-line oriented, SQLite powered, TODO list tool. It helps you organize all the things you have to do and you must not forget. In Yokadi you manage projects, which contains tasks. At the minimum, a task has a title, but it can also have a description, a due date, an urgency or keywords. ok pea@
10 lines
339 B
Plaintext
10 lines
339 B
Plaintext
$OpenBSD: patch-src_bin_yokadid,v 1.1.1.1 2009/07/21 19:13:46 landry Exp $
|
|
--- src/bin/yokadid.orig Wed Jul 15 21:58:14 2009
|
|
+++ src/bin/yokadid Wed Jul 15 21:58:56 2009
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env python
|
|
+#!${MODPY_BIN}
|
|
# -*- coding: utf-8 -*-
|
|
|
|
"""This is just a wrapper to yokadi package that rely in standard python site-package
|