#time-management #task #command-line #events #details #timestamp #notes

app time_bandit

A command line time management application

2 releases

0.1.11 Sep 7, 2023
0.1.0 Sep 4, 2023

#11 in #time-management

Download history 5/week @ 2024-02-18 11/week @ 2024-02-25 5/week @ 2024-03-10 29/week @ 2024-03-31 177/week @ 2024-04-07

206 downloads per month

MIT license

18KB
420 lines

Time Bandit

This is a command line time management app that allows you to create tasks and work on task events.

This can be installed from crates.io cargo install time_bandit

You can then view how much time you've spent total on each task, as well as view all of the events associated with each task, including the duration of each event as well as when the event occurred.

The first time you run the app, an sqlite database will be created at ~/.time_bandit.db3

Example usage:

$ tb task start <name of task> -details 'optional description of the task'

This will start a new task or pickup where an old task has left off.

If it is a new task, the details with be a description of the task itself, for subsequent events -details will add notes to the individual events.

$ tb task list

This will list all your tasks along with how much time you have spent on each.

$ tb events <optional task name>

This will list all your events along with their associated task, time stamp, duration of the event, and any details about the event.

Dependencies

~26–38MB
~567K SLoC