{"id":15324530,"url":"https://github.com/mrinjamul/tasks","last_synced_at":"2025-03-27T14:43:45.340Z","repository":{"id":104210313,"uuid":"310903940","full_name":"mrinjamul/tasks","owner":"mrinjamul","description":"A command-line todolist application.","archived":false,"fork":false,"pushed_at":"2022-01-22T18:15:02.000Z","size":76,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-01T18:43:50.847Z","etag":null,"topics":["command-line","golang","todo"],"latest_commit_sha":null,"homepage":"https://mrinjamul.github.io/tasks","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrinjamul.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2020-11-07T18:08:30.000Z","updated_at":"2022-01-21T21:25:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"7fb8e986-ebbd-42b3-be48-0757f83c5e3d","html_url":"https://github.com/mrinjamul/tasks","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrinjamul%2Ftasks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrinjamul%2Ftasks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrinjamul%2Ftasks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrinjamul%2Ftasks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrinjamul","download_url":"https://codeload.github.com/mrinjamul/tasks/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245864338,"owners_count":20685011,"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":["command-line","golang","todo"],"created_at":"2024-10-01T09:27:06.887Z","updated_at":"2025-03-27T14:43:45.316Z","avatar_url":"https://github.com/mrinjamul.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![tasks](https://snapcraft.io/tasks/badge.svg)](https://snapcraft.io/tasks)[![tasks](https://snapcraft.io/tasks/trending.svg?name=0)](https://snapcraft.io/tasks)\n\n[![build status](https://github.com/mrinjamul/tasks/workflows/test/badge.svg)]()\n[![build status](https://github.com/mrinjamul/tasks/workflows/release/badge.svg)]()\n[![go version](https://img.shields.io/github/go-mod/go-version/mrinjamul/tasks.svg)](https://github.com/mrinjamul/tasks)\n[![GoReportCard](https://goreportcard.com/badge/github.com/mrinjamul/tasks)](https://goreportcard.com/report/github.com/mrinjamul/tasks)\n[![Code style: standard](https://img.shields.io/badge/code%20style-standard-blue.svg)]()\n[![License: Apache 2](https://img.shields.io/badge/License-Apache%202-blue.svg)](https://github.com/mrinjamul/gpassmanager/blob/master/LICENSE)\n[![Github all releases](https://img.shields.io/github/downloads/mrinjamul/tasks/total.svg)](https://GitHub.com/mrinjamul/tasks/releases/)\n\n# **tasks** : A simple todoist application\n\n[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/tasks)\n\n_tasks_ will help you get more done in less time.\nIt's designed to be as simple as possible to help you\naccomplish your goals.\n\n#### Installing from Binaries\n\nDownload for your platform\n\n[Download](https://github.com/mrinjamul/tasks/releases)\n\nFor Linux,\n\n```sh\nwget https://github.com/mrinjamul/tasks/releases/download/v1.0.1/tasks-linux-amd64-v1.0.1.tar.gz\ntar xvf tasks-linux-amd64-current.tar.gz\nchmod +x tasks\nsudo mv tasks /usr/local/bin\n```\n\nor you can put the executable file into your env variables `$PATH`\n\nFor Android(Termux),\n\nYou need to have `wget tar`. To install simply type `pkg install wget tar`\n\n```sh\ncd ~\nwget https://github.com/mrinjamul/tasks/releases/download/v1.0.1/tasks-linux-arm-v1.0.1.tar.gz\ntar xvf tasks-linux-arm-current.tar.gz\nchmod +x tasks\nmv tasks ../usr/bin\n```\n\n### Building from source\n\n```\ngit clone https://github.com/mrinjamul/tasks\ncd tasks\ngo build -ldflags \"-X 'github.com/mrinjamul/tasks/todo.Version=$(git describe --tags $(git rev-list --tags --max-count=1) || echo \"dev\")' -X 'github.com/mrinjamul/tasks/todo.GitCommit=$(git rev-parse HEAD)' -s -w\"\ngo install -ldflags \"-X 'github.com/mrinjamul/tasks/todo.Version=$(git describe --tags $(git rev-list --tags --max-count=1) || echo \"dev\")' -X 'github.com/mrinjamul/tasks/todo.GitCommit=$(git rev-parse HEAD)' -s -w\"\n```\n\n## Usage\n\n```sh\ntasks add --priority=1 download tasks\n```\n\nThe following output is automatically generated by tasks. Nothing beyond the\ncommand and flag definitions are needed.\n\n    tasks will help you get more done in less time.\n    It's designed to be as simple as possible to help you\n    accomplish your goals.\n\n    Usage:\n    tasks [command]\n\n    Available Commands:\n    add         Add a new task\n    clear       Clear all tasks\n    done        Mark Task as Done\n    help        Help about any command\n    list        list all tasks\n    modify      edit a task\n    remove      Remove a task\n    undone      Mark Task as UnDone\n    version     Prints version\n\n    Flags:\n        --config string   config file (default is $HOME/.tasks.yaml)\n    -h, --help            help for tasks\n\n    Use \"tasks [command] --help\" for more information about a command.\n\n## Contributing\n\n- [Code of Conduct](CODE_OF_CONDUCT.md)\n- [Contributing](CONTRIBUTING.md)\n\n## Links\n\n- [Website](https://mrinjamul.github.io/tasks/)\n\n## License\n\n- Apache-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrinjamul%2Ftasks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrinjamul%2Ftasks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrinjamul%2Ftasks/lists"}