{"id":19652557,"url":"https://github.com/praxtube/dogg","last_synced_at":"2026-06-10T03:31:29.847Z","repository":{"id":176735197,"uuid":"655788356","full_name":"PraxTube/dogg","owner":"PraxTube","description":"CLI tool to log data manually","archived":false,"fork":false,"pushed_at":"2023-06-28T05:19:22.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-27T01:45:16.466Z","etag":null,"topics":["data","data-logger","log","logger"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PraxTube.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-06-19T15:43:58.000Z","updated_at":"2023-06-24T08:28:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"f27ec729-de07-4323-8e17-5d796ecde07d","html_url":"https://github.com/PraxTube/dogg","commit_stats":null,"previous_names":["praxtube/dogg"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PraxTube/dogg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PraxTube%2Fdogg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PraxTube%2Fdogg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PraxTube%2Fdogg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PraxTube%2Fdogg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PraxTube","download_url":"https://codeload.github.com/PraxTube/dogg/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PraxTube%2Fdogg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34136112,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"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":["data","data-logger","log","logger"],"created_at":"2024-11-11T15:11:18.292Z","updated_at":"2026-06-10T03:31:29.818Z","avatar_url":"https://github.com/PraxTube.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **D**ata L**ogg**er\n\nA CLI tool that allows you to log data manually.\nThe main use case is to log data that you cannot monitor\nany other way and to store it inside a `csv` file.\n\nTODO: Video here\n\n## Usage\n\nThe setup is little bit cumbersome, but once\nit is finished logging data is very fast and easy.\n\nTo setup the default `config.json` and the neccessary\ndirectories, run\n\n```\ncargo install dogg\ndogg\n```\n\nThis will generate `~/.config/dogg/data/config.json`\nwith the following content\n\n```\n{\n  \"dummy\": {\n    \"help\": [\n      \"Your help message here\",\n    ],\n    \"type\": [\n      \"u32\"\n    ],\n    \"value\": [\n      \"123\"\n    ]\n  }\n}\n```\n\nYou can add new categories with their\nparameters here. The supported types are\n\n```\nu32\ni32\nf32\nbool\nString\n```\n\nThe `value` will determine the default value,\nwhich will be applied if the user provides\nblank input. You can also disable the default\nvalue by using `\"None\"`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpraxtube%2Fdogg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpraxtube%2Fdogg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpraxtube%2Fdogg/lists"}