File: control

package info (click to toggle)
worklog 2.1-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid
  • size: 132 kB
  • sloc: ansic: 712; makefile: 63
file content (24 lines) | stat: -rw-r--r-- 897 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: worklog
Section: misc
Priority: optional
Maintainer: Adam Bilbrough <ats@atlas.cz>
Build-Depends: debhelper-compat (= 12), libncurses-dev
Standards-Version: 4.4.1
Homepage: https://github.com/atsb/worklog

Package: worklog
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Keep Track of Time worked on Projects
 Worklog is a program that helps you keep track of your time.
 .
 The author wrote this program because he had several projects
 that required to keep a timesheet, sometimes spending
 5 minutes here and there doing miscellaneous administrative tasks.
 .
 Rather than invoke an editor on a timesheet file for
 every little segment of time spent doing these tasks, this tool allows one to
 leave a clock running and indicate with one or two keystrokes the onset or
 change of any given task.
 .
 Worklog is a simple ncurses based program to do just that.