https://github.com/naturalclar/loggle-cli
loggle cli
https://github.com/naturalclar/loggle-cli
Last synced: over 1 year ago
JSON representation
loggle cli
- Host: GitHub
- URL: https://github.com/naturalclar/loggle-cli
- Owner: Naturalclar
- Created: 2024-03-10T07:13:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-31T06:36:31.000Z (about 2 years ago)
- Last Synced: 2025-02-16T09:27:08.581Z (over 1 year ago)
- Language: TypeScript
- Size: 70.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Loggle CLI
CLI tool for running loggle from terminal.
## Build
Install dependencies
```
bun i
```
Since this project utilizes `playwright`, you will need to have playwright setup if you havan't done so in other projects.
```
npx playwright install-deps
```
```
npx playwright install
```
## Commands
`./bin/loggle auth`
Login to loggle
`./bin/loggle ls`
List all projects and status
`./bin/loggle info [projectId]`
Show project details
`./bin/loggle start [projectId]`
Start tracking time for a project
`./bin/loggle stop [projectId]`
Stop tracking time for a project
`./bin/loggle help`
Show help message
`./bin/loggle whoami`
Show authorized user name