{"id":13533388,"url":"https://github.com/qcam/3llo","last_synced_at":"2025-04-08T11:07:44.006Z","repository":{"id":17794734,"uuid":"82730175","full_name":"qcam/3llo","owner":"qcam","description":"3llo - Trello interactive CLI aplication","archived":false,"fork":false,"pushed_at":"2022-09-07T06:52:58.000Z","size":10273,"stargazers_count":279,"open_issues_count":10,"forks_count":24,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-11-13T11:19:08.538Z","etag":null,"topics":["cli","cli-app","productivity","ruby","terminal","trello"],"latest_commit_sha":null,"homepage":"https://github.com/qcam/3llo","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/qcam.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2017-02-21T21:43:04.000Z","updated_at":"2024-11-05T23:26:13.000Z","dependencies_parsed_at":"2022-08-07T09:00:16.919Z","dependency_job_id":null,"html_url":"https://github.com/qcam/3llo","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qcam%2F3llo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qcam%2F3llo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qcam%2F3llo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qcam%2F3llo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qcam","download_url":"https://codeload.github.com/qcam/3llo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247829491,"owners_count":21002995,"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","cli-app","productivity","ruby","terminal","trello"],"created_at":"2024-08-01T07:01:19.381Z","updated_at":"2025-04-08T11:07:43.989Z","avatar_url":"https://github.com/qcam.png","language":"Ruby","readme":"3llo - The interactive CLI application for Trello\n================\n\n3llo allows you to work with Trello without exiting your favorite terminal.\n\n![video](intro.gif)\n\n3llo was inspired by the awesome\n[rainbowstream](https://github.com/DTVD/rainbowstream) and\n[facy](https://github.com/huydx/facy).\n\n## Installation\n\n```ruby\ngem install 3llo\n```\n\nRun `3llo --configure` and follow the instructions to complete the set up.\n\n## Usage\n\n### \"board\" command family\n\nJust like the web version of Trello, you need to select a board:\n\n```\n3llo  \u003e board list\n\n[123abc000000000000000001 #1] - Weekend TODOs\n[123abc000000000000000002 #2] - 3llo project\n[123abc000000000000000003 #3] - Grocery list\n\n3llo \u003e board select #2\n\nBoard Work stuff selected\n```\n\nPlease note that you can also access any entities with their Trello ID.\n\n```\n3llo \u003e board select 123abc000000000000000002\n\nBoard Work stuff selected\n```\n\n### \"list\" command family\n\nExecuting `list list` will list all the lists in the board.\n\n```\n3llo \u003e list list\n\n[123abc000000000000000001 #1] To Do\n[123abc000000000000000002 #2] Doing\n[123abc000000000000000003 #3] Pending\n[123abc000000000000000004 #4] Done\n```\n\n`list cards \u003clist_key\u003e` will list all the cards.\n\n```\n3llo \u003e list cards #1\n\n[123abc000000000000000001 #1] Merge card editing command\n[123abc000000000000000002 #2] Refactor code\n...\n```\n\n### \"card\" command family\n\n\"card\" command family comes with many commands to work with cards.\n\nTo list all the cards in the board, run `card list`.\n\n```\n3llo \u003e card list\n\n#To Do\n======\n[123abc000000000000000001 #1] Merge card editing command [#small]\n[123abc000000000000000002 #2] Refactor code [#medium] [@qcam]\n\n\n#Doing\n======\n[123abc000000000000000003 #3] Release v1.0 [#release] [@qcam]\n\n#Pending\n...\n```\n\nYou can also list cards that have been assigned to you with `card list mine`.\n\n```\n3llo \u003e card list mine\n\n[123abc000000000000000002 #2] (To Do) Refactor code\n[123abc000000000000000003 #3] (Doing) Release v1.0\n```\n\nTo view a card in detail, `card show \u003ccard_key\u003e` is your friend.\n\n```\n3llo \u003e card show #2\n\nRefactor code\n[123abc000000000000000002 #2]\nLink: https://trello.com/c/AbCdEfG\n\nThings to do [123abc000000000000000001 #1]\n[ ] Item 1 [123abc000000000000000001 #1]\n[ ] Item 2 [123abc000000000000000002 #2]\n[ ] Item 3 [123abc000000000000000003 #3]\n[ ] Item 4 ...\n```\n\nWant to comment on a card? Run `card comment \u003ccard_key\u003e`.\n\n```\n3llo \u003e card comment #2\n\nComment: (Press CTRL-D or CTRL-Z to finish)\nWhat else should we refactor more?\u003center\u003e\n\nComment has been posted\n\n3llo \u003e card comments #2\n\n@just_another_person_on_the_internet on \u003cJan 01, 2020 00:55:55\u003e wrote:\nThis card is awesome!\n\n@qcam on \u003cJan 01, 2020 00:55:55\u003e wrote:\nWhat else should we refactor more?\n```\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/qcam/3llo.\n\n### \"3llo\" sounds odd to me. Where did the name come from?\n\nIt might be interesting to know that `3 == \"tre\"` in Swedish 🇸🇪.\n\n## License\n\nMIT\n","funding_links":[],"categories":["Ruby","Awesome Ruby CLIs"],"sub_categories":["Third-party APIs"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqcam%2F3llo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqcam%2F3llo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqcam%2F3llo/lists"}