New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

togglog-cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

togglog-cli

Command line utility to log time entries and more using toggl

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Togglog Cli

Command line utility to log time entries and more using toggl

Heavy WIP

Installation

npm i togglog-cli -g

Before using togglog the TOGGL_API_TOKEN environment variable has to be set to a Toggl API token. You can get your token here.

Usage

togglog <command>

Commands:
  togglog log <project> <duration>          Logs a time entry
  [description]
  togglog projects <command>                Access projects        [aliases: pr]
  togglog time <command>                    Access time entries
  togglog workspaces <command>              Access worspaces       [aliases: ws]

Options:
  --version  Show version number                                       [boolean]
  --help     Show help                                                 [boolean]

Log Time

togglog log <project> <duration> [description]

Positionals:
  project      Name or partial name of the project                    [required]
  duration     Duration in format hh:mm:ss or hh:mm or mm. To log 2 hours 2:00
               or 120 can be provided as duration                     [required]
  description  Textual description of what you did

Example

togglog log Test 1:45 "Implement API client"

Keywords

toggl

FAQs

Package last updated on 08 Oct 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts