{"id":15561868,"url":"https://github.com/doodzik/simple_task","last_synced_at":"2025-08-28T12:12:57.464Z","repository":{"id":74937130,"uuid":"57234392","full_name":"doodzik/simple_task","owner":"doodzik","description":null,"archived":false,"fork":false,"pushed_at":"2016-05-13T09:07:23.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-03T14:31:46.140Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/doodzik.png","metadata":{"files":{"readme":"README.md","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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-04-27T17:54:26.000Z","updated_at":"2016-04-27T17:55:23.000Z","dependencies_parsed_at":"2023-02-24T20:00:16.285Z","dependency_job_id":null,"html_url":"https://github.com/doodzik/simple_task","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"dfab92ba5695dae793b4aec4e0f2dbde0721563c"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doodzik%2Fsimple_task","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doodzik%2Fsimple_task/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doodzik%2Fsimple_task/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doodzik%2Fsimple_task/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doodzik","download_url":"https://codeload.github.com/doodzik/simple_task/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246140540,"owners_count":20729797,"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-10-02T16:10:32.709Z","updated_at":"2025-03-29T04:43:05.796Z","avatar_url":"https://github.com/doodzik.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# About\n\nSimple Task is a simple Todo list for the commandline.\n\n# Installation\n\n```\n$ brew tap doodzik/tap https://github.com/doodzik/tap\n$ brew instal simple_task\n# if you use zsh run this to get the autocompletion\n$ brew instal bash-completion\n```\n\n### configuration\n```bash\n# .bashrc/.zshrc\n\n# add this if you use zsh and want autocomplete\nautoload bashcompinit\nbashcompinit\n\n# path where the todos are saved to\nexport T_DIR=~/Library/Mobile Documents/com~apple~CloudDocs \n\n. simple_task_init\n\nalias t=simple_task\nalias tl=simple_task_list\nalias tn=simple_task_note\n```\n\n# Usage\n## how to work on a specific task list\n\n```bash\n# add a todo, returns the task list\n$ t hello world\ntodo\n  1 hello world\n# show tasks\n$ t \ntodo\n  1 hello world\n# remove/check a task by index, returns todo list, you can use tab-completion to get your tasks\n$ t 1\ntodo\n```\n\n## How to work with multiple task_lists\n\n```bash\n# change to a different task list if it isn’t present it creates a new one, \n# prints content of the task list, you can use tab completion to access your task lists\n$ tl tasks\ntasks\n# rename a task\n$ tl tasks mv new_task_list\n# edit task list file in editor # opens in $EDITOR\n$ tl new_task_list o\n# delete task list\n$ tl new_task_list rm\n```\n\n## How notes work\n\n```bash\n# see and edit an note in a editor specified in $EDITOR\n$ tn 1\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoodzik%2Fsimple_task","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoodzik%2Fsimple_task","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoodzik%2Fsimple_task/lists"}