{"id":21814341,"url":"https://github.com/snawoot/wayd","last_synced_at":"2026-02-25T18:04:13.782Z","repository":{"id":152607931,"uuid":"618445827","full_name":"Snawoot/wayd","owner":"Snawoot","description":"What Are You Doing? - low-effort time tracking","archived":false,"fork":false,"pushed_at":"2023-03-24T15:08:30.000Z","size":8,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-29T16:45:41.618Z","etag":null,"topics":["sampling","sampling-profiler","time-tracker"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/Snawoot.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-03-24T13:39:44.000Z","updated_at":"2025-07-03T11:36:35.000Z","dependencies_parsed_at":"2023-05-26T07:30:12.327Z","dependency_job_id":null,"html_url":"https://github.com/Snawoot/wayd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Snawoot/wayd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Snawoot%2Fwayd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Snawoot%2Fwayd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Snawoot%2Fwayd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Snawoot%2Fwayd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Snawoot","download_url":"https://codeload.github.com/Snawoot/wayd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Snawoot%2Fwayd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29833712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T17:57:15.019Z","status":"ssl_error","status_checked_at":"2026-02-25T17:56:11.472Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["sampling","sampling-profiler","time-tracker"],"created_at":"2024-11-27T14:37:51.332Z","updated_at":"2026-02-25T18:04:13.766Z","avatar_url":"https://github.com/Snawoot.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"WAYD\n====\n\nWhat Are You Doing? - low-effort personal time-tracker.\n\nIt is a tool to estimate shares of time you spend for various activities without invasive data collection or extensive journaling.\n\nThe idea is very simple. Program asks user from time to time (e.g. few times a day) what user is doing now. User is expected to provide short answer like \"work/coding\", \"work/call\" or \"websurfing\". It's fine to not provide response when you're away. Program waits response for a limited amount of time (30 seconds by default).\n\nOnce enough datapoints collected, it is possible to approximately calculate share of time spent to each activity: the share is proportional to number of occurences of some activity in the dataset.  This approach is similar to sampling profiler, but applied to human user instead of a running program.\n\nPotential strenghts of this approach:\n\n* No invasive tracking. Application doesn't log all of your activity.\n* Fewer but higher quality data points. It does not try to infer kind of your activity just from names of programs you use. It's not practical to distinguish between work and entertaiment activity just from active application or domain in the active browser window because some of them (especially instant messengers) may overlap. And vice versa, some similar activities might be done via different tools or communication channels. Instead it requests manual input from time to time to get some quality data point.\n* Low effort. Entry requested just few times a day. No need to clock start and stop of specific activities.\n* Gently guided operation. Application reminds about itself when needed. No need to keep in mind anything, no need to remind yourself to do some actions as for usual time tracking approaches.\n\nData is sampled with exponentially distributed random intervals. That makes probes quite fair: not skewed by periodical schedule and not anticipated by user so it doesn't influences user's behavior.\n\nFor now the only target platform is Linux, but probably it will also work on macOS.\n\n## Installing\n\nJust put script somewhere and make sure either `zenity` or `kdialog` is available in the system.\n\nSee [deploy](deploy) directory for useful deployment templates.\n\n## Usage\n\nJust run the script. Collected probes will be available in CSV file located at `~/.wayd/log.csv` by default.\n\n## Settings\n\nFollowing environment variables are recognized:\n\n| Variable     | Default value         | Description                            |\n| ------------ | --------------------- | -------------------------------------- |\n| NO\\_RESPONSE | `no response`         | Initial response value in the textbox  |\n| AVG\\_SLEEP   | `10800`               | Average sleep duration in seconds      |\n| LOGFILE      | `$HOME/.wayd/log.csv` | Destination file for collected samples |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnawoot%2Fwayd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsnawoot%2Fwayd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnawoot%2Fwayd/lists"}