{"id":19564458,"url":"https://github.com/u8slvn/hyperfocus","last_synced_at":"2025-04-27T00:33:03.007Z","repository":{"id":37506959,"uuid":"457107746","full_name":"u8slvn/hyperfocus","owner":"u8slvn","description":"📝 Minimalist daily task manager.","archived":false,"fork":false,"pushed_at":"2024-09-11T07:55:51.000Z","size":435,"stargazers_count":8,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-25T01:55:45.804Z","etag":null,"topics":["cli","command-line-app","productivity","python","task-list","todo","todo-list","todolist"],"latest_commit_sha":null,"homepage":"https://hyperfocus.readthedocs.io","language":"Python","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/u8slvn.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-08T21:20:41.000Z","updated_at":"2024-09-06T06:49:22.000Z","dependencies_parsed_at":"2024-03-22T16:48:53.968Z","dependency_job_id":"7649c98f-d55d-460b-91ff-05d039701da9","html_url":"https://github.com/u8slvn/hyperfocus","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/u8slvn%2Fhyperfocus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/u8slvn%2Fhyperfocus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/u8slvn%2Fhyperfocus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/u8slvn%2Fhyperfocus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/u8slvn","download_url":"https://codeload.github.com/u8slvn/hyperfocus/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251073596,"owners_count":21532005,"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":["cli","command-line-app","productivity","python","task-list","todo","todo-list","todolist"],"created_at":"2024-11-11T05:22:06.942Z","updated_at":"2025-04-27T00:33:02.443Z","avatar_url":"https://github.com/u8slvn.png","language":"Python","readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"#readme\"\u003e\n        \u003cimg alt=\"HyperFocus logo\" src=\"https://raw.githubusercontent.com/u8slvn/hyperfocus/main/docs/source/_static/logo.png\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://pypi.org/project/hyperfocus/\"\u003e\u003cimg src=\"https://img.shields.io/pypi/v/hyperfocus.svg\" alt=\"Pypi Version\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://pypi.org/project/hyperfocus/\"\u003e\u003cimg src=\"https://img.shields.io/pypi/pyversions/hyperfocus\" alt=\"Python Version\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/u8slvn/hyperfocus/actions/workflows/ci.yml\"\u003e\u003cimg src=\"https://img.shields.io/github/actions/workflow/status/u8slvn/hyperfocus/ci.yml?label=CI\" alt=\"CI\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://hyperfocus.readthedocs.io/\"\u003e\u003cimg alt=\"Read the Docs\" src=\"https://img.shields.io/readthedocs/hyperfocus\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://coveralls.io/github/u8slvn/hyperfocus?branch=main\"\u003e\u003cimg src=\"https://coveralls.io/repos/github/u8slvn/hyperfocus/badge.svg?branch=main\" alt=\"Coverage Status\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://app.codacy.com/gh/u8slvn/hyperfocus/dashboard\"\u003e\u003cimg src=\"https://img.shields.io/codacy/grade/01ddd5668dbf4fc09f20ef215d0eec0b\" alt=\"Code Quality\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://pypi.org/project/hyperfocus/\"\u003e\u003cimg src=\"https://img.shields.io/pypi/l/hyperfocus\" alt=\"Project license\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n**HyperFocus** is a minimalist CLI daily tasks manager that helps you stay focused on your work by avoiding distractions.\n\n## 📜 Philosophy\n\nYou won't anticipate more than your daily goal with **HyperFocus**. No tasks prepared for the next week or month. The workflow is designed around the idea that, on a daily basis, you will review each unfinished tasks from the past day and choose whether you want to add it to the daily tasks. You are then able to prepare all your tasks for the day and update them to follow your work. The intention is to avoid overwhelming yourself and focus only on what you have prepared to do, for you and only you.\n\n## 🚀 Quickstart\n\n### Installation\n\nThe library [pipx](https://pypa.github.io/pipx/) allows to install and run Python applications in isolated environments so it does not mess around with your local installed library versions by keeping your local machine clean even after an uninstallation.\n\n```bash\npipx install hyperfocus\n```\n\nTest your installation:\n\n```bash\nhyf --version\n```\n\n### Initialization\n\nIn order to work properly, **HyperFocus** needs to initialize a database and a configuration file. Both are generated into your home directory, unless you specified another location.\n\n```bash\nhyf init\n```\n\n### Example Usage\n\nAdd a new task:\n\n```bash\nhyf add \"Implement the new super feature\"\n```\n\nAdd a new task with details:\n\n```bash\nhyf add \"Read the great article about Python\" -d \"https://python-article.com\"\n```\n\nFollow your daily tasks:\n\n```bash\nhyf status\n```\n\nor:\n\n```bash\nhyf\n```\n\nFind more information about all the commands in the documentation: [hyperfocus.readthedocs.io](https://hyperfocus.readthedocs.io)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fu8slvn%2Fhyperfocus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fu8slvn%2Fhyperfocus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fu8slvn%2Fhyperfocus/lists"}