0.9.0 • Published 6 years ago

primetime-cli v0.9.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

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
0.9.0

6 years ago

0.8.0

6 years ago

0.7.1

6 years ago

0.7.0

6 years ago

0.6.1

6 years ago

0.6.0

7 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago