{"id":13875946,"url":"https://github.com/leroycep/augr","last_synced_at":"2026-06-10T13:02:16.136Z","repository":{"id":62438369,"uuid":"194081997","full_name":"leroycep/augr","owner":"leroycep","description":"A simple command line time tracker","archived":false,"fork":false,"pushed_at":"2021-10-20T22:35:22.000Z","size":378,"stargazers_count":23,"open_issues_count":3,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-23T05:27:03.687Z","etag":null,"topics":["cli-app","rust","time-tracking"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leroycep.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-27T11:21:37.000Z","updated_at":"2025-07-17T17:27:27.000Z","dependencies_parsed_at":"2022-11-01T21:51:28.438Z","dependency_job_id":null,"html_url":"https://github.com/leroycep/augr","commit_stats":null,"previous_names":["geemili/augr"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/leroycep/augr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leroycep%2Faugr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leroycep%2Faugr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leroycep%2Faugr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leroycep%2Faugr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leroycep","download_url":"https://codeload.github.com/leroycep/augr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leroycep%2Faugr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34153483,"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":["cli-app","rust","time-tracking"],"created_at":"2024-08-06T06:00:51.611Z","updated_at":"2026-06-10T13:02:14.883Z","avatar_url":"https://github.com/leroycep.png","language":"Rust","funding_links":[],"categories":["Rust","rust"],"sub_categories":[],"readme":"# augr\n\n`augr` tracks your time, generates summaries, and syncs between devices using\n[Syncthing][].\n\nThis project is heavily inspired by [timewarrior][].\n\n## Useful Links\n\n- [User Guide](GUIDE.md)\n\n## Setup\n\nBuild the application:\n\n```sh\n$ git clone https://github.com/Geemili/augr\n$ cd augr\n$ cargo build\n```\n\nCreate and edit the config file (located at `~/.config/augr/config.toml`\non linux):\n\n```toml\nsync_folder = \"/some/sync/folder\"\ndevice_id = \"laptop\"\n```\n\n`sync_folder` should be a synchronized between devices by a service like\n[Syncthing][] or dropbox.\n\n`device_id` should be unique for all devices that use the same sync folder.\n\nOnce you have saved the config file, you can run `augr`:\n\n```sh\n$ augr\nDate  Start Duration Total     Tags\n――――― ――――― ―――――――― ――――――――  ――――――――\n```\n\n## Using with Termux on Android\n\nBuild and upload the android executable:\n\n```sh\n$ nix-shell android.nix --run \"cargo build --target=armv7-linux-androideabi\"\n\n# Upload the android executable using adb\n$ adb push target/armv7-linux-androideabi/augr /storage/self/primary/\n```\n\nThen in termux on your phone:\n\n```sh\n$ cp /storage/self/primary/augr ./\n$ chmod ./augr\n$ ./augr\n```\n\n[timewarrior]: https://taskwarrior.org/docs/timewarrior/index.html\n[Syncthing]: https://syncthing.net/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleroycep%2Faugr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleroycep%2Faugr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleroycep%2Faugr/lists"}