{"id":17527013,"url":"https://github.com/ClementNerma/Jumpy","last_synced_at":"2025-03-06T06:31:22.461Z","repository":{"id":60460869,"uuid":"489953011","full_name":"ClementNerma/Jumpy","owner":"ClementNerma","description":"A faster, lightweight alternative to Zoxide","archived":false,"fork":false,"pushed_at":"2024-09-17T17:05:22.000Z","size":42,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-09-17T21:25:05.312Z","etag":null,"topics":["autojump","fasd","v","z","zoxide"],"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/ClementNerma.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2022-05-08T13:34:55.000Z","updated_at":"2024-09-17T18:27:58.000Z","dependencies_parsed_at":"2024-01-02T21:48:16.172Z","dependency_job_id":"7ffeb068-2f3c-493f-a10f-14052547f1b2","html_url":"https://github.com/ClementNerma/Jumpy","commit_stats":{"total_commits":35,"total_committers":1,"mean_commits":35.0,"dds":0.0,"last_synced_commit":"1fc414e5075399f8569054d2f819ce3a3498e2df"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ClementNerma%2FJumpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ClementNerma%2FJumpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ClementNerma%2FJumpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ClementNerma%2FJumpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ClementNerma","download_url":"https://codeload.github.com/ClementNerma/Jumpy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241753145,"owners_count":20014252,"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":["autojump","fasd","v","z","zoxide"],"created_at":"2024-10-20T15:02:56.959Z","updated_at":"2025-03-06T06:31:22.444Z","avatar_url":"https://github.com/ClementNerma.png","language":"Rust","readme":"# Jumpy\n\nJumpy is a tool that allows to quickly jump to one of the directory you've visited in the past.\n\nIt is heavily inspired by [Zoxide](https://github.com/ajeetdsouza/zoxide/) but is more lightweight and a lot faster.\n\nIn its current version it is mostly intended for my personal use, if I find to work well enough I'll improve the documentation and add new features.\n\nUpdates can be found in [the changelog](CHANGELOG.md) or in the [releases](https://github.com/ClementNerma/Jumpy/releases).\n\n## Performance\n\nOn a Ryzen 7900 (running on a single core), it takes about 4 seconds to decode a 500 MB index file with 10 million registered directories, and 2 seconds to traverse it entirely to find the very last entry.\n\nOn a small and more realistic example, with 1 thousand directories, it takes about 250 µs to decode the 50 KB index file and 250 µs to traverse it to find the last entry.\n\n## Setup\n\n```shell\n# ZSH\neval \"$(jumpy completions zsh)\"\n\n# Fish\njumpy completions fish | source\n```\n\nThis will allow Jumpy to register each change of directory to add them to its database.\n\nTo perform a query and jump to it, just use `z \u003cquery\u003e`.\n\n## Usage\n\n```shell\n# [With shell integration] Jumpy to the first directory matching the query\nz \u003cterms\u003e\n\n# Get the most relevant directory from a query\njumpy query \u003cterms\u003e\n\n# Add a new directory to the database, or increment its score\njumpy add \u003cterms\u003e\n\n# List all registered directories, sorted by score\njumpy list\n\n# Clear the database\njumpy clear\n```\n","funding_links":[],"categories":["Rust"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FClementNerma%2FJumpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FClementNerma%2FJumpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FClementNerma%2FJumpy/lists"}