{"id":15561965,"url":"https://github.com/thekuwayama/asaru","last_synced_at":"2025-07-02T16:32:47.725Z","repository":{"id":43733373,"uuid":"441677437","full_name":"thekuwayama/asaru","owner":"thekuwayama","description":"Asana Tasks Search CLI","archived":false,"fork":false,"pushed_at":"2022-03-02T14:31:36.000Z","size":8577,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-23T23:04:59.079Z","etag":null,"topics":["asana","cli","rust","tui"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thekuwayama.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-12-25T12:45:18.000Z","updated_at":"2023-03-11T08:50:21.000Z","dependencies_parsed_at":"2022-08-30T14:50:16.791Z","dependency_job_id":null,"html_url":"https://github.com/thekuwayama/asaru","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/thekuwayama/asaru","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thekuwayama%2Fasaru","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thekuwayama%2Fasaru/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thekuwayama%2Fasaru/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thekuwayama%2Fasaru/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thekuwayama","download_url":"https://codeload.github.com/thekuwayama/asaru/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thekuwayama%2Fasaru/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262392650,"owners_count":23303953,"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","rust","tui"],"created_at":"2024-10-02T16:10:50.815Z","updated_at":"2025-07-02T16:32:47.704Z","avatar_url":"https://github.com/thekuwayama.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Asaru\n\n[![crates.io](https://img.shields.io/crates/v/asaru.svg)](https://crates.io/crates/asaru)\n[![CI](https://github.com/thekuwayama/asaru/workflows/CI/badge.svg)](https://github.com/thekuwayama/asaru/actions?workflow=CI)\n[![license](https://img.shields.io/crates/l/asaru.svg)](https://raw.githubusercontent.com/thekuwayama/asaru/main/LICENSE-APACHE)\n\nAsaru (`漁る` - look for) is CLI to search Asana Tasks, by which you can do the interactive-search.\n\n\u003cimg src=\"/screenshots/sample.gif\" width=\"75%\"\u003e\n\n\n## Install\n\nYou can install `asaru` with the following:\n\n```sh-session\n$ cargo install asaru\n```\n\nor\n\n```sh-session\n$ brew tap thekuwayama/asaru\n\n$ brew install asaru\n```\n\n\n## Usage\n\n```sh-session\n$ asaru --help\nasaru 0.3.4\nAsana Tasks Search CLI\n\nUSAGE:\n    asaru \u003cworkspace_gid\u003e \u003cpats\u003e [file]\n\nARGS:\n    \u003cworkspace_gid\u003e    Globally unique identifier for the workspace or organization\n    \u003cpats\u003e             Personal Access Tokens (PATs)\n    \u003cfile\u003e             Output file\n\nOPTIONS:\n    -h, --help       Print help information\n    -V, --version    Print version information\n```\n\n\n## Key Manual\n\n| Key                | Explanation                                                                                                 |\n|--------------------|-------------------------------------------------------------------------------------------------------------|\n| Ctrl-c             | Exit `asaru` command.                                                                                       |\n| Ctrl-s             | Move to Search Mode.                                                                                        |\n| TAB                | Select(check/uncheck) search results.                                                                       |\n| Enter              | Search tasks if the cursor is at the prompt. Get task URLs if the cursor is at search results.              |\n| Backspace / Ctrl-h | Delete the character to the left of the cursor if the cursor is at the prompt.                              |\n| ←  / Ctrl-b        | Move the cursor left.                                                                                       |\n| →  / Ctrl-f        | Move the cursor right.                                                                                      |\n| ↓  / Ctrl-n        | Move the cursor down.                                                                                       |\n| ↑  / Ctrl-p        | Move the cursor up.                                                                                         |\n| PageDown / Alt-v   | Move the cursor to the bottom.                                                                              |\n| PageUp / Ctrl-v    | Move the cursor to the top.                                                                                 |\n| Ctrl-a             | Move the cursor to the beginning of the text line.                                                          |\n| Ctrl-e             | Move the cursor to the end of the text line.                                                                |\n| Ctrl-k             | Delete all the text from the current cursor position to the end of the line if the cursor is at the prompt. |\n| Ctrl-g             | Redisplay the terminal.                                                                                     |\n\n\n## Settings\n\nYou can read descriptions about Workspaces:\n\n- https://asana.com/ja/guide/help/workspaces/basics\n\nYou can get all your accessible workspace IDs:\n\n- https://app.asana.com/api/1.0/workspaces\n\nYou can issue your PATs:\n\n- https://app.asana.com/0/my-apps\n\n```sh-session\n$ mkdir $HOME/.asaru\n\n$ echo -n $WORKSPACE_GID \u003e $HOME/.asaru/workspace_gid\n\n$ echo -n $PATS \u003e $HOME/.asaru/pats\n\n$ echo \"alias asaru='asaru \\$(cat \\$HOME/.asaru/workspace_gid) \\$(cat \\$HOME/.asaru/pats) \\$HOME/.asaru/tmp \u0026\u0026 cat \\$HOME/.asaru/tmp | xargs open \u0026\u0026 rm -f \\$HOME/.asaru/tmp'\" \u003e\u003e $HOME/.bashrc\n\n$ source $HOME/.bashrc\n```\n\n\n## License\n\nLicensed under either of\n\n- Apache License, Version 2.0 ([LICENSE-APACHE](https://github.com/thekuwayama/asaru/blob/main/LICENSE-APACHE) or http://apache.org/licenses/LICENSE-2.0)\n- MIT license ([LICENSE-MIT](https://github.com/thekuwayama/asaru/blob/main/LICENSE-MIT) or http://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthekuwayama%2Fasaru","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthekuwayama%2Fasaru","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthekuwayama%2Fasaru/lists"}