housekeeper

command module
v0.0.1-rc1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 18, 2020 License: MIT Imports: 2 Imported by: 0

README

housekeeper

Command line tool to help with housekeeping tasks that are boooorrinnnngggg.

Configuration

Ensure you have a config file in ~/.housekeeper.yaml this needs to have your Jira credentials, for example:

jira:
  username: [email protected]
  password: apasswordortokenfromjira
  url: https://yourdomain.atlassian.net
  auth: basic

Currently only basic authentication is supported. Be sure to chmod 600 this file.

Usage

The following example prints out a daily report of work logged against tickets:

housekeeper time report

  ISSUE ID |       SUMMARY        | TIME SPENT
-----------+----------------------+-------------
  TP-1     | Example task         | 2h0m0s
  TP-2     | Another example task | 1h30m0s
  TP-3     | A third dask         | 2h10m0s
-----------+----------------------+-------------
                    TOTAL         |  5H40M0S
           -----------------------+-------------

To see a full list of commands run: housekeeper help.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL