{"id":19530949,"url":"https://github.com/pansila/fastjump","last_synced_at":"2026-04-29T21:04:59.675Z","repository":{"id":72114273,"uuid":"364576403","full_name":"pansila/fastjump","owner":"pansila","description":"Jump to any directory fast and smart in the shell","archived":false,"fork":false,"pushed_at":"2021-05-16T12:47:28.000Z","size":196,"stargazers_count":1,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-02T13:13:20.881Z","etag":null,"topics":["bash","clink","fish","powershell","rust","tcsh","zsh"],"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/pansila.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":"2021-05-05T12:55:47.000Z","updated_at":"2021-05-16T12:47:30.000Z","dependencies_parsed_at":"2023-02-27T17:00:23.205Z","dependency_job_id":null,"html_url":"https://github.com/pansila/fastjump","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pansila/fastjump","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pansila%2Ffastjump","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pansila%2Ffastjump/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pansila%2Ffastjump/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pansila%2Ffastjump/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pansila","download_url":"https://codeload.github.com/pansila/fastjump/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pansila%2Ffastjump/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32443595,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T20:22:27.477Z","status":"ssl_error","status_checked_at":"2026-04-29T20:22:26.507Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bash","clink","fish","powershell","rust","tcsh","zsh"],"created_at":"2024-11-11T01:37:27.081Z","updated_at":"2026-04-29T21:04:59.112Z","avatar_url":"https://github.com/pansila.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fastjump\nJump to any directory fast and smart in the shell.\n\nIt's a port of the wildly popular CLI helper [autojump](https://github.com/wting/autojump) from Python to Rust.\n\n# Why porting\n1. `autojump` is no long maintained and there are a few bugs preventing people from enjoying it.\n2. The author is really tired of `autojump` breakage inside Python `virtualenvs`.\n3. Rust is simply awesome for CLI applications, with its performance and (code) slickness!\n4. There is another Rust port of [autojump](https://github.com/xen0n/autojump-rs), which targets a drop-in replacement of `autojump`. This project instead aims at faster CLI invoking and responding (by injecting into shell).\n\n# Install\nWe have [prebuilt binaries](https://github.com/pansila/fastjump/releases) available, thanks to the [trust](https://github.com/japaric/trust) project!\n\n(need more instructions here)\n\n# Features\n- [x] By re-writing in Rust, `fastjump` is more light-weight than python version of `autojump`. As the program itself is very short-running, the overhead of setting up and tearing down a whole Python VM could be overwhelming, especially on less capable hardware.\n\n   ```\n   (some benchmarks need to go here)\n   ```\n- [x] Using `serde` with `bincode` to provide a faster serialization/deserialization for the database.\n- [x] Getting rid of `regex` to speed up the searching and shrink the executable size.\n- [ ] Jump to any directory on Windows by integrating with bleeding fast file searcher [Everything](https://www.voidtools.com/) (WIP).\n- [ ] luck mode, `j` to the most recently accessed directory.\n\n# Compatibility\n1. All of the command line flags and arguments of `autojump` are implemented, and behave exactly like the original. All other shell features like tab completion should work too. (Except jc and jco; see below.)\n\n2. Since we use `bincode` to support database, it's not a drop-in replacement of `autojump`. However we provide a tool to import `autojump`'s database to re-use your work history.\n\n# Contributing\n\nFor any questions or issues please visit:\n\n    https://github.com/pansila/fastjump/issues\n\nWelcome PRs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpansila%2Ffastjump","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpansila%2Ffastjump","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpansila%2Ffastjump/lists"}