{"id":18185080,"url":"https://github.com/jaandrle/asana-cli","last_synced_at":"2025-04-07T12:40:22.178Z","repository":{"id":43320920,"uuid":"457862310","full_name":"jaandrle/asana-cli","owner":"jaandrle","description":"For now, early version of application providing some actions from your terminal in “user friendly” way.","archived":false,"fork":false,"pushed_at":"2022-03-08T12:43:10.000Z","size":266,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-01T18:13:19.399Z","etag":null,"topics":["asana","cli","javascript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/jaandrle.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":"2022-02-10T16:38:51.000Z","updated_at":"2023-02-13T19:36:05.000Z","dependencies_parsed_at":"2022-09-05T10:52:03.504Z","dependency_job_id":null,"html_url":"https://github.com/jaandrle/asana-cli","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/jaandrle%2Fasana-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaandrle%2Fasana-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaandrle%2Fasana-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaandrle%2Fasana-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaandrle","download_url":"https://codeload.github.com/jaandrle/asana-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247654959,"owners_count":20974100,"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":["asana","cli","javascript"],"created_at":"2024-11-02T22:05:54.338Z","updated_at":"2025-04-07T12:40:22.161Z","avatar_url":"https://github.com/jaandrle.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# asana-cli\nFor now, early version of application providing some actions from your terminal in “user friendly” way.\n\n## Quick start\n1. Install [nodejs](https://nodejs.org/en/download/) \u003e= v16.13:\n    ```bash\n    curl -sL install-node.vercel.app/lts | bash\n    ```\n    …you can also use [nvm-sh/nvm: Node Version Manager](https://github.com/nvm-sh/nvm).\n2. Download `asana.mjs` and make executable (or for run use `node asana.mjs` – Windows)\n3. Run and folows instructions in: `asana.mjs auth`\n4. Checks `asana.mjs list tags`, `asana.mjs list sections`, `asana.mjs list custom_fields`, and one of the `asana.mjs list tasks-*`\n5. Run `asana.mjs marks *` (\\* name defined in step 4)\n6. if you not sure append `--help` for help\n\n## Screenshots\n![marks_cf.png](./screenshots/marks_cf.png)\n![marks_section.png](./screenshots/marks_section.png)\n![marks_tags.png](./screenshots/marks_tags.png)\n![api_example.png](./screenshots/api_example.png)\n\u003cdetails\u003e\u003csummary\u003ebig one\u003c/summary\u003e\n\n![list_favourites.png](./screenshots/list_favourites.png)\n\u003c/details\u003e\n\n## Synopsis\n```terminal\n    asana.mjs@v2022-02-11: Utility to manage some actions with Asana tasks from command line.\n    \n    USAGE\n        asana.mjs list [subcommands] [--help]\n        asana.mjs marks [mark_name] [--help]\n        asana.mjs api … [--help]\n        asana.mjs alias [add|remove|list] [alias_name] [alias_value] [--help]\n        asana.mjs [--help|--version|--config-path]\n        asana.mjs auth [--help]\n        asana.mjs completion_bash [--help|--complete]\n        asana.mjs abbreviate [custom_fields|tags|list|--help] [add|remove|list] [alias_name] [alias_value]\n    \n    LIST|MARKS = USAGE OVERALL\n        Asana tasks/projects/… are all in one pile. That means, if you try lists\n        all projects/tags/… it can easily ends up with too big lists.\n\n        So, working with this cli is splitted into three phases:\n        1. You choose (pin) your typical projects (section), tags and custom fields via:\n            `asana.mjs list [tags|custom_fields|sections] …`\n        2. You choose (marked) tasks you want to work with (e. g. 'project1_urgent', 'project2_release2', …) via:\n            `asana.mjs list [tasks-todos|tasks-favorites|tasks-all] …`\n        3. Finally, you manage your tasks via:\n            `asana.mjs marks mark_name`\n        …see help for each via: `asana.mjs list|marks --help`\n    \n    API|ALIAS = SHORTEN LONG COMMAND / CUSTOM COMMANDS (WIP)\n        You can create alias for any supported subcommands.\n        With combination with api you can requests all\n        Asana GET API (see https://developers.asana.com/docs/) and\n        cerate your own functionality.\n\n        Supports for PUT/POST/DELETE may be in future. Also for 'alias' support\n        for argument placeholder may be added.\n    \n    COMMANDS COMPLETITION IN BASH\n        see `asana.mjs completion_bash --help`\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaandrle%2Fasana-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaandrle%2Fasana-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaandrle%2Fasana-cli/lists"}