Did is a powerful tool designed to gather comprehensive status reports on your activities over various time frames—be it weeks, months, or years. Easily monitor contributions across multiple platforms, from Git to Bugzilla, with seamless integration of public APIs for straightforward data collection.
The did project provides a streamlined tool for gathering status report data regarding activities and contributions, whether from the last week, month, year, or any selected date range. It efficiently aggregates information such as committed changes from various sources, making it easier for users to track their contributions and activities over time.
Utilizing did is straightforward. Below are a few command examples for quickly generating reports:
# Gather all stats for the current week
did
# Display stats for today and yesterday
did today
did yesterday
# Retrieve stats for the last month
did last month
For a comprehensive understanding of available options, one can use the command:
did --help
The behavior of did can be tailored through a configuration file, typically located at ~/.did/config. Here, users can define their general settings, report formats, and connect to various tools:
[general]
email = "Petr Šplíchal" <psplicha@redhat.com>
width = 79
[tools]
type = git
did = /home/psss/git/did
[bz]
type = bugzilla
prefix = BZ
url = https://bugzilla.redhat.com/xmlrpc.cgi
The did project aims to facilitate efficient productivity tracking and activity management, empowering users to maintain visibility over their contributions across different platforms.
No comments yet.
Sign in to be the first to comment.