{"id":13343241,"url":"https://github.com/fmind/xontrib-simplejump","last_synced_at":"2025-04-11T04:43:07.024Z","repository":{"id":101908455,"uuid":"175448775","full_name":"fmind/xontrib-simplejump","owner":"fmind","description":" The simplest way to jump between directories with xonsh","archived":false,"fork":false,"pushed_at":"2019-03-13T16:28:40.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-11T04:43:04.414Z","etag":null,"topics":["directory","extension","jump","xonsh","xontrib"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fmind.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-03-13T15:29:10.000Z","updated_at":"2020-10-01T17:11:22.000Z","dependencies_parsed_at":"2023-09-29T00:21:43.194Z","dependency_job_id":null,"html_url":"https://github.com/fmind/xontrib-simplejump","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"ce5cfacb178c44da7861bd42a15f00984771d76e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmind%2Fxontrib-simplejump","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmind%2Fxontrib-simplejump/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmind%2Fxontrib-simplejump/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmind%2Fxontrib-simplejump/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fmind","download_url":"https://codeload.github.com/fmind/xontrib-simplejump/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248345281,"owners_count":21088242,"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":["directory","extension","jump","xonsh","xontrib"],"created_at":"2024-07-29T19:30:42.893Z","updated_at":"2025-04-11T04:43:07.005Z","avatar_url":"https://github.com/fmind.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simplejump\n\n## Overview\n\nThe simplest way to jump between directories.\n\n## Installation\n\n```bash\npip install xontrib-simplejump\n```\n\n## Motivation\n\nI wanted a simple and efficient alternative to z, fasd and other jump scripts.\n\nsimplejump algorithm:\n\n- **on directory change**: associate the base name to the full path of a dir in simplejump dict\n- **on user search**: return the exact match or the smaller partial match from simplejump dict\n- **on tabcomplete**: return the list of simplejump dict keys that match the command prefix\n- **on shell init**:  load the dict from simplejump file or an empty dict\n- **on shell exit**: store the dict in simplejump file using json format\n\nsimplejump design:\n- keys/names are case insensitive, values/paths are case sensitive\n\nsimplejump vars:\n\n- **simplejump file**: $SIMPLEJUMP_FILE\n- **simplejump dict**: $SIMPLEJUMP_DICT\n\nsimplejump file:\n\n- **simplejump file**: ~/.simplejump\n\n## Example\n\n```bash\nsimplejump [DIR]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffmind%2Fxontrib-simplejump","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffmind%2Fxontrib-simplejump","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffmind%2Fxontrib-simplejump/lists"}