资 源 简 介
This is a simple program written with freepascal in Lazarus. The core of it is the Sqlite3 database todo.db. The program helps to manipulate on the records which contain information on the actions a user wants to be done.
The compilation is tested on Windows XP and Linux (Gentoo).
To compile the program, it is assumed that the following programs are installed:
Lazarus (>= 0.9.26)
fpc (>=2.2.2)
sqlite 3 (>=3.6.6.2)
Additionally, Sqlite3Dataset component should be installed in Lazarus.
Files:
README README
COPYING License
todo.db SQLite3 database
dump.txt SQLite3 database dump to generate db in case of need
todo.sh Bash script to work with db from cli
Lazarus files:
actions.lpi
actions.lpr
unit1.lfm
unit.pas
etc.
HOW TO USE
Just open actions.lpr in Lazarus and compile the code.
When the compilatio