{"id":18609556,"url":"https://github.com/vdbulcke/pathfinder","last_synced_at":"2026-05-02T03:09:18.830Z","repository":{"id":261441033,"uuid":"884313796","full_name":"vdbulcke/pathfinder","owner":"vdbulcke","description":"Zellij plugin for navigating tab and pane","archived":false,"fork":false,"pushed_at":"2025-02-09T14:22:45.000Z","size":92,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-16T22:35:13.567Z","etag":null,"topics":["wasm","zellij","zellij-plugin"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/vdbulcke.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":"2024-11-06T14:28:14.000Z","updated_at":"2025-02-09T14:22:27.000Z","dependencies_parsed_at":"2024-11-06T15:50:51.685Z","dependency_job_id":"45e80d6b-641c-4c6d-9314-44e5ef9c212e","html_url":"https://github.com/vdbulcke/pathfinder","commit_stats":null,"previous_names":["vdbulcke/pathfinder"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/vdbulcke/pathfinder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vdbulcke%2Fpathfinder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vdbulcke%2Fpathfinder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vdbulcke%2Fpathfinder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vdbulcke%2Fpathfinder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vdbulcke","download_url":"https://codeload.github.com/vdbulcke/pathfinder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vdbulcke%2Fpathfinder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32521148,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["wasm","zellij","zellij-plugin"],"created_at":"2024-11-07T03:06:26.563Z","updated_at":"2026-05-02T03:09:18.802Z","avatar_url":"https://github.com/vdbulcke.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pathfinder\n\nA [Zellij](https://zellij.dev) plugin for navigating opened tabs and panes.\n\nSelect a tab: \n\n![Tabs](./assets/tab.png)\n\nSelect pane from currently selected tab:\n \n![Pane](./assets/pane.png)\n\n\n## Key Bindings\n\n\n| Key            | Action                           | Mode     |\n| ---------------| ---------------------------------|----------|\n| Up/Down key    | move up/down list                | tab/pane |\n| PageUp         | move top of list                 | tab only |\n| Esc/Ctrl + c   | quit                             | tab/pane |\n| Tab            | switch mode                      | tab/pane |\n| Left/Right key | move left/right cursor in prompt | tab/pane |\n\n\n\n\n## Should I use this plugin? \n\nThis is plugin is a mixed of functionalities from [session-manager](https://github.com/zellij-org/zellij/tree/main/default-plugins/session-manager) and [room](https://github.com/rvcas/room), you should look at those first.\n\n\n## Requirements\n\nZellij version `v0.41.1` or later.\n\n\n### Zellij Plugin Permission \n\n| Permission               | Why                                         |\n| -------------------------|---------------------------------------------|\n| `ReadApplicationState`   | Subscribe to Pane and tab events            |\n| `ChangeApplicationState` | Setting plugin pane name, creating new tabs |\n\n\n\n## Install\n\n### Download WASM Binary\n\n\n* Download `pathfinder.wasm` binary from [release page](https://github.com/vdbulcke/pathfinder/releases).\n* Verify binary signature with cosign (see instruction bellow)\n* copy binary to zellij plugin dir: \n     - `mv target/wasm32-wasip1/release/pathfinder.wasm ~/.config/zellij/plugins/`\n\n#### Validate Signature With Cosign\n\nMake sure you have `cosign` installed locally (see [Cosign Install](https://docs.sigstore.dev/cosign/installation/)).\n\nThen you can use the `./verify_signature.sh` in this repo: \n\n```bash\n./verify_signature.sh PATH_TO_DOWNLOADED_ARCHIVE TAG_VERSION\n```\nfor example\n```bash\n$ ./verify_signature.sh ~/Downloads/pathfinder.wasm v0.1.0\n\nChecking Signature for version: v0.1.0\nVerified OK\n\n```\n\n\n### Build from source\n\n\u003e WARNING: requires to have rust installed and wasm `rustup target add wasm32-wasip1`\n\n* `git clone git@github.com:vdbulcke/pathfinder.git`\n* `cd pathfinder`\n* `cargo build --release`\n* `mv target/wasm32-wasip1/release/pathfinder.wasm ~/.config/zellij/plugins/`\n\n\n\n## Loading plugin \n\n### Via Zellij Config\n\n```kdl\nshared_except \"locked\" {\n    bind \"Ctrl y\" {\n        LaunchOrFocusPlugin \"file:~/.config/zellij/plugins/pathfinder.wasm\" {\n            floating true\n       \n        }\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvdbulcke%2Fpathfinder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvdbulcke%2Fpathfinder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvdbulcke%2Fpathfinder/lists"}