{"id":22902482,"url":"https://github.com/urethramancer/act","last_synced_at":"2025-04-01T06:39:30.559Z","repository":{"id":57604245,"uuid":"72309146","full_name":"Urethramancer/act","owner":"Urethramancer","description":"TODO list manager for the command line.","archived":false,"fork":false,"pushed_at":"2018-06-03T00:40:24.000Z","size":38,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-07T04:13:42.135Z","etag":null,"topics":["cli","go","golang","todo"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/Urethramancer.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":"2016-10-29T21:02:04.000Z","updated_at":"2023-02-14T02:54:33.000Z","dependencies_parsed_at":"2022-09-04T11:42:12.580Z","dependency_job_id":null,"html_url":"https://github.com/Urethramancer/act","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Urethramancer%2Fact","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Urethramancer%2Fact/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Urethramancer%2Fact/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Urethramancer%2Fact/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Urethramancer","download_url":"https://codeload.github.com/Urethramancer/act/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246598154,"owners_count":20802974,"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","go","golang","todo"],"created_at":"2024-12-14T02:15:50.264Z","updated_at":"2025-04-01T06:39:30.540Z","avatar_url":"https://github.com/Urethramancer.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# act [![Build status](https://travis-ci.org/Urethramancer/act.svg)](https://travis-ci.org/Urethramancer/act)\nThis is a command-line tool for TODO lists. Each action you add is sorted under whichever working path you're currently in.\n\n##  Dependencies\n1. Go (tested on version 1.10)\n2. [cross](https://github.com/Urethramancer/cross)\n3. [go-flags](https://github.com/jessevdk/go-flags)\n\n## Platforms\nTested on Linux and macOS. Prepared for various BSD-derivatives. Not yet ready for Windows.\n\n## Usage\nRunning the program without arguments or commands lists all actions registered for the current path:\n\n```sh\n$ act\n133: Push this to GitHub if all looks well.\n135: Give the README a once-over.\n```\n\nUsing the `all` command shows everything for all paths:\n\n```sh\n$ act all\n/Users/orb/src/go/act:\n133: Push this to GitHub if all looks well.\n135: Give the README a once-over.\n\n/Users/orb/src/go/todos:\n 22: Scrap this and make something better.\n```\n\nAdding a new action is straight-forward:\n\n```sh\n$ act add \"Stop making useless TODO entries.\"\nAdded entry #142.\n```\n\nYou can change an entry for the current path with the `change` command, or its alias `edit`:\n\n```sh\n$ act change 135\nChanged #135 to \"Let somebody else eyeball the README.\"\n```\n\nThe entry specified will open in an editor specified in the **EDITOR** environment variable.\n\nEntries for the current path can be removed by with `remove` or its aliases, `rem`, `delete` or `del`:\n\n```sh\n$ act rem 142\nRemoved #142.\n```\n\nIt's also easy to clear all entries for a path with `clear` or `clr`:\n\n```sh\n$ act clr /Users/orb/src/go/todos\nClearing /Users/orb/src/go/todos\n```\n\nAnd of course you can pipe output into a file to build a TODO list you can check into version control:\n\n```sh\n$ act \u003e TODO\n```\n\n## Licence\nMIT.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furethramancer%2Fact","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Furethramancer%2Fact","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furethramancer%2Fact/lists"}