https://github.com/bertdeblock/harvest-cli
Super simple Harvest CLI tool.
https://github.com/bertdeblock/harvest-cli
cli harvest
Last synced: 7 months ago
JSON representation
Super simple Harvest CLI tool.
- Host: GitHub
- URL: https://github.com/bertdeblock/harvest-cli
- Owner: bertdeblock
- Created: 2022-06-10T18:17:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-30T18:34:50.000Z (almost 4 years ago)
- Last Synced: 2024-12-28T08:26:50.682Z (over 1 year ago)
- Topics: cli, harvest
- Language: JavaScript
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Harvest CLI
[](https://github.com/bertdeblock/harvest-cli/actions?query=workflow%3ACI)
[](https://github.com/prettier/prettier)
[](https://conventionalcommits.org)
Super simple Harvest CLI tool.
## Commands
- [start](#start)
- [stop](#stop)
- [cancel](#cancel)
- [resume](#resume)
- [last](#last)
- [open](#open)
### start
Start a new time entry:
```shell
hv start
```
### stop
Stop the last running time entry:
```shell
hv stop
```
### cancel
Cancel the last running time entry:
```shell
hv cancel
```
### resume
Resume the last stopped time entry:
```shell
hv resume
```
### last
Get info about the last time entries:
```shell
hv last
```
### open
Open the Harvest time entries page:
```shell
hv open
```