{"id":22213241,"url":"https://github.com/benhid/lazyop","last_synced_at":"2025-08-08T04:13:08.629Z","repository":{"id":240885196,"uuid":"803685639","full_name":"benhid/lazyop","owner":"benhid","description":"OpenProject TUI","archived":false,"fork":false,"pushed_at":"2024-05-21T08:44:04.000Z","size":2581,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-27T06:41:13.836Z","etag":null,"topics":["openproject","terminal-ui","tui","tview"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/benhid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-21T07:42:10.000Z","updated_at":"2024-05-21T08:44:07.000Z","dependencies_parsed_at":"2024-05-21T09:06:24.761Z","dependency_job_id":"35cf39c1-709f-44d5-a7db-5702b5325e62","html_url":"https://github.com/benhid/lazyop","commit_stats":null,"previous_names":["benhid/lazyop"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/benhid/lazyop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benhid%2Flazyop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benhid%2Flazyop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benhid%2Flazyop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benhid%2Flazyop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benhid","download_url":"https://codeload.github.com/benhid/lazyop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benhid%2Flazyop/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269361844,"owners_count":24404432,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-08T02:00:09.200Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["openproject","terminal-ui","tui","tview"],"created_at":"2024-12-02T21:09:09.348Z","updated_at":"2025-08-08T04:13:08.594Z","avatar_url":"https://github.com/benhid.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lazyop\n\n![](preview.png)\n\n`lazyop` is a command line tool that allows you to interact with [OpenProject](https://www.openproject.org) from the terminal.\n\nIt does not support all the features of OpenProject (nor does it intend to), but it is a good starting point:\n\n* View open work packages assigned to you.\n* Create/Read/Update/Delete time entries (logged time).\n\n## Setup\n\nTo configure `lazyop`, create a configuration file in `~/.config/lazyop/config.json` or your current working directory\nwith the following content:\n\n```go\n{\n    \"base_url\": \"https://your.openproject.url/api/v3/\",\n    \"user_id\": 0, // your OpenProject user ID, which can be found on your profile page URL\n    \"api_key\": \"your-api-key\" // this can be generated from your OpenProject account settings\n}\n```\n\n## Build\n\nBuild the project with the following command:\n\n```bash\ngo build\n```\n\nAlternatively build it as a Docker image with:\n\n```bash\ndocker build . -t benhid/lazyop\n```\n## Run\n\nRun from your terminal with the following command:\n\n```bash\nlazyop\n```\n\nOr using the Docker image:\n\n```bash\ndocker run -it -v $(pwd)/config.json:/config.json benhid/lazyop\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenhid%2Flazyop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenhid%2Flazyop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenhid%2Flazyop/lists"}