Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ngerakines/logbook
A personal work log application.
https://github.com/ngerakines/logbook
Last synced: about 1 month ago
JSON representation
A personal work log application.
- Host: GitHub
- URL: https://github.com/ngerakines/logbook
- Owner: ngerakines
- Created: 2011-05-12T05:40:02.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-10-18T19:13:19.000Z (about 13 years ago)
- Last Synced: 2024-05-01T13:43:26.038Z (8 months ago)
- Language: Python
- Homepage:
- Size: 105 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# LogBook
LogBook is a personal journal and record keeping tool. When you complete a notable
task or have an interaction that you want to record, simply type in a brief message
describing it. You can annotate the record with tags and users for grouping and
retrieval. This is my personal replacement for the 37 Signals Backpack feature
"Journal".# Requirements
* python (tested on 2.6)
* pyparsing
* dateutils
* sqlite3
* tornado# TODO
* Add duration support in the form of hours:minutes.
* Allow attachment blobs to be added to records.
* Create search handler to display all records by date, tag or user.