primetime-cli

0.9.0 • Public • Published

primetime-cli

Primetime-CLI in TypeScript

Features

  • display current tasks and clocks
  • start a clock
  • stop a clock
  • search a task
  • bash, zsh and fish shell completion

Installation

$ npm install -g primetime-cli

Configuration

Create /home/<username>/.primetime-clirc.

[credentials]
  ; Optional - if the username in env.USER is the same as the blueant user this is not neccessary 
  user = username
  ; Base64 encoded primetime password 
  pass = aGVsbG8td29ybGQK
 

Usage

pt [commands]

Commands:
    --list            Lists the current cards, tasks and times
    --all             List all tasks (default is to show only tasks with clocks)
    --start <id/text> Starts the clock with the given id
                      The id could be obtained by the search call
    --stop            Stops the current clock
    --search <text>   List matching tasks with id and name

Readme

Keywords

none

Package Sidebar

Install

npm i primetime-cli

Weekly Downloads

0

Version

0.9.0

License

MIT

Unpacked Size

33.7 kB

Total Files

18

Last publish

Collaborators

  • knisterpeter