{"id":17041900,"url":"https://github.com/cloudhead/koi","last_synced_at":"2025-08-09T23:09:07.515Z","repository":{"id":686284,"uuid":"330269","full_name":"cloudhead/koi","owner":"cloudhead","description":"minimal task management for hackers","archived":false,"fork":false,"pushed_at":"2015-12-01T19:13:14.000Z","size":122,"stargazers_count":31,"open_issues_count":2,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-12T00:05:02.439Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/cloudhead.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}},"created_at":"2009-10-07T21:20:37.000Z","updated_at":"2021-12-13T00:14:43.000Z","dependencies_parsed_at":"2022-07-05T09:33:51.841Z","dependency_job_id":null,"html_url":"https://github.com/cloudhead/koi","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/cloudhead/koi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudhead%2Fkoi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudhead%2Fkoi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudhead%2Fkoi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudhead%2Fkoi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudhead","download_url":"https://codeload.github.com/cloudhead/koi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudhead%2Fkoi/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267447283,"owners_count":24088566,"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","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-14T09:14:05.739Z","updated_at":"2025-08-09T23:09:07.484Z","avatar_url":"https://github.com/cloudhead.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"koi\n===\n\nminimal task management for hackers.\n\n    $ sudo gem install koi\n\nSynopsis\n--------\n\nStart by creating a new project folder\n\n    $ mkdir project/\n    $ cd project/\n\n**koi** uses folders as projects, in the same way as **git**. We start by initializing our project, and adding two tasks.\n\n    $ koi init\n    $ koi add \"refactor spaghetti code\"\n    $ koi add \"find a better name\"\n\nLet's see what we've got now with `list`:\n\n    $ koi list\n\n     [0]   refactor spaghetti code\n     [1]   find a better name\n\nTasks can be refered to by index `1`, `2` or by name. You don't have to type in the full name though:\n\n    $ koi tag spaghetti #food\n    $ koi did 1\n\nI just went ahead and tagged my first task with `#food`, and completed my 2nd one. Let's check our status by just typing `koi`: \n\n    $ koi\n\n     [0]   refactor spaghetti code #food\n\n     [x]   find a better name\n\nThe `status` command, also the default command when you just type `koi`, shows your top 5 tasks, as well as\nyour recently completed tasks. As you can see, task `1` was completed, shown by an `x` instead of `1`.\n\nYou can also specify tags when adding new tasks:\n\n    $ koi add \"make pasta\" #food #yum #kitchen\n\nAnd remove tasks:\n\n    $ koi remove pasta\n    $ koi kill 2\n\nAs well as sticky tasks, with `+` or `float`:\n\n    $ koi + pasta\n    $ koi\n\n     [0] + make pasta #food #yum #kitchen\n     [1]   refactor spaghetti code\n     [2]   find a better name\n\nIf you want to show all koi with a specific tag, you can use the `show` command:\n\n    $ koi show #yum\n     \n     [0]   cucumbers #yum\n     [1]   pancakes #yum\n\nAnd if you want a log of all your activities, just try:\n\n    $ koi log\n\nBumping tasks up or down\n------------------------\n\nTo move koi up in the list, use `rise`:\n\n    $ koi rise 3\n\nTo move koi down the list, use `sink`:\n\n    $ koi sink burgers\n\nSimple.\n\n**koi** creates a _.koi_ folder in the directory you initialize your project in. Inside that folder is a _database.yml_ with all your tasks for that project.\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudhead%2Fkoi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudhead%2Fkoi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudhead%2Fkoi/lists"}