{"id":13618635,"url":"https://github.com/Payphone/Pomo","last_synced_at":"2025-04-14T13:31:24.687Z","repository":{"id":97708894,"uuid":"86497267","full_name":"Payphone/Pomo","owner":"Payphone","description":"A StumpWM module for keeping track of Pomodoro sessions","archived":false,"fork":false,"pushed_at":"2017-03-28T19:53:04.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-08T04:38:24.270Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Common Lisp","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/Payphone.png","metadata":{"files":{"readme":"README.org","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}},"created_at":"2017-03-28T19:07:41.000Z","updated_at":"2023-03-19T19:45:40.000Z","dependencies_parsed_at":"2023-06-02T21:00:21.108Z","dependency_job_id":null,"html_url":"https://github.com/Payphone/Pomo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Payphone%2FPomo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Payphone%2FPomo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Payphone%2FPomo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Payphone%2FPomo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Payphone","download_url":"https://codeload.github.com/Payphone/Pomo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248888614,"owners_count":21178089,"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","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":[],"created_at":"2024-08-01T21:00:27.903Z","updated_at":"2025-04-14T13:31:24.409Z","avatar_url":"https://github.com/Payphone.png","language":"Common Lisp","readme":"* Pomo\nA StumpWM module for keeping track of Pomodoro sessions\n\n** Installation\nClone the repository and move it to your StumpWM modules folder. The modules\nfolder has changed several times throughout the StumpWM releases, so the best\nway to find it is to eval `*module-dir*` in StumpWM (C-t :).\n#+BEGIN_SRC sh\ngit clone https://github.com/Payphone/Pomo.git\nmv Pomo ~/.stumpwm.d/modules/\n#+END_SRC\n\nNow update your .stumpwmrc file to include the following:\n#+BEGIN_SRC common-lisp\n(load-module \"dictionary\")\n(setf dictionary:*api-key* \"[YOUR KEY]\")\n(define-key *root-map* (kbd \"d\") \"get-definition\")\n#+END_SRC\nThere aren't any key bindings by default, so you can either add some or just\nexecute commands with colon (C-t ;).\n\n** Usage\nThe commands should be pretty self-explanatory.\nCommands:\n- pomo-start\n- pomo-break\n- pomo-stop\n- pomo-reset\n\nThe only things you'll probably want to change are the lengths of time for\nbreaks and work. You can do this easily by adjusting the variables\n\\ast{}short-break\\ast{}, \\ast{}long-break\\ast{}, and \\ast{}work-period\\ast{},\nthey default to 5, 15, and 25 respectively.\n.stumpwmrc\n#+BEGIN_SRC common-lisp\n(setf pomo:*short-break* 3)\n(setf pomo:*long-break* 10)\n(setf pomo:*work-time* 30)\n#+END_SRC\n","funding_links":[],"categories":["Modules"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPayphone%2FPomo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPayphone%2FPomo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPayphone%2FPomo/lists"}