{"id":19027904,"url":"https://github.com/rexim/todo","last_synced_at":"2025-04-23T14:48:07.062Z","repository":{"id":140937072,"uuid":"96072987","full_name":"rexim/todo","owner":"rexim","description":"CLI tool for manipulating source code TODOs","archived":false,"fork":false,"pushed_at":"2018-03-04T20:26:18.000Z","size":56,"stargazers_count":17,"open_issues_count":6,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-18T00:56:48.139Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"OCaml","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/rexim.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-07-03T05:22:20.000Z","updated_at":"2024-09-27T18:49:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"3d3b6ffb-d5d4-4280-8610-d62c63f71762","html_url":"https://github.com/rexim/todo","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/rexim%2Ftodo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rexim%2Ftodo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rexim%2Ftodo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rexim%2Ftodo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rexim","download_url":"https://codeload.github.com/rexim/todo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250456837,"owners_count":21433722,"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-11-08T21:09:24.304Z","updated_at":"2025-04-23T14:48:07.055Z","avatar_url":"https://github.com/rexim.png","language":"OCaml","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Todo\n\nCLI tool for manipulating source code TODOs\n\n## Usage ##\n\n```\nUsage: todo [\u003cid\u003e --] [register --] \u003cfiles...\u003e\n```\n\n### Examples\n\n```console\n$ todo src/main.ml                 # show all TODOs in the src/main.ml file\n$ todo $(git ls-files)             # show all TODOs in the current git repo\n$ todo 23 -- $(git ls-files)       # find TODO(23) in the current git repo\n$ todo register -- $(git ls-files) # for every ID-less TODO in git repo assign a random V4 UUID\n```\n\n## Build and Dev ##\n\n```console\n$ opam install oasis ounit uuidm batteries\n$ ./configure --enable-tests\n$ make\n$ make test\n$ make install\n```\n\n### NixOS Development Environment ###\n\nWe have `default.nix` for NixOS user, but **please, read default.nix\nfile before nix-shell-ing it!** It is not pure and it manipulates\n`.opam/` in the home directory of the current user.\n\nIf you have better ideas on organizing the dev environment, feel free\nto file an issue or a PR.\n\n### NixOS overlay ###\n\nTo install the overlay just symlink the `overlay` folder to the\ncorresponding place:\n\n```console\n$ ln -s ./overlay ~/.config/nixpkgs/overlays/todo-overlay\n$ nix-env -iA nixos.todo\n```\n\n## License ##\n\nCopyright © 2017 Alexey Kutepov \u003creximkut@gmail.com\u003e\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frexim%2Ftodo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frexim%2Ftodo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frexim%2Ftodo/lists"}