hcl icon indicating copy to clipboard operation
hcl copied to clipboard

Command-line tool for manipulating Harvest timesheets

Results 17 hcl issues
Sort by recently updated
recently updated
newest added

Bumps [yajl-ruby](https://github.com/brianmario/yajl-ruby) from 1.4.1 to 1.4.3. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=yajl-ruby&package-manager=bundler&previous-version=1.4.1&new-version=1.4.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

This should also solve #94 https://help.getharvest.com/api-v2/authentication-api/authentication/authentication/

feature

When I use `hcl log` I see the following output ``` $ hcl log Unable to authenticate: Login failed. Please specify your Harvest credentials. Email Address: ``` when I try...

After using the command `hcl tasks` the task list is cached on the computer, so changes in Harvest are not reflected without manually finding the cached files and removing them....

feature

Bumps [json](https://github.com/flori/json) from 2.2.0 to 2.3.1. Changelog Sourced from json's changelog. 2020-06-30 (2.3.1) Spelling and grammar fixes for comments. Pull request #191 by Josh Kline. Enhance generic JSON and #generate...

dependencies

Hello! Is there a way to use google login? I have a company managed email and it forces oAuth login. Thanks.

feature
patch

Please update to support `$XDG_CONFIG_HOME` (defaults to `~/.config/` if unset). Keeps annoying dot-directories out of my `~`. If you store other data in `~/.hcl`, please also put in the relevant...

feature

Some possibilities: ``` hcl log yesterday @documentation +2 Ran spellcheck hcl log 3 days ago @wireframes +3.5 hcl log last friday @admin +1 filed timesheets ```

feature
patch

How does one fix a broken configuration? If I run `hcl config` after installing for the first time, it prompts me for credentials and subdomain. I did not enter a...

feature

Hi, this aims to solve #71 ## summary It introduces a command to delete cache, as this is the easy approach to solve the issue. Also takes a shot at...