{"id":13897726,"url":"https://github.com/chmouel/chmoujump","last_synced_at":"2026-05-15T08:02:10.751Z","repository":{"id":66897084,"uuid":"438345165","full_name":"chmouel/chmoujump","owner":"chmouel","description":"FZF and ZSHZ cd jumper  tool","archived":false,"fork":false,"pushed_at":"2025-09-15T14:09:13.000Z","size":47,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-15T16:12:26.917Z","etag":null,"topics":["fzf-scripts","zplug","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/chmouel.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-12-14T17:39:16.000Z","updated_at":"2025-09-15T14:09:16.000Z","dependencies_parsed_at":"2025-07-24T06:19:22.727Z","dependency_job_id":"8b7da4bf-c1c5-48ec-83c8-a6573d47152c","html_url":"https://github.com/chmouel/chmoujump","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/chmouel/chmoujump","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chmouel%2Fchmoujump","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chmouel%2Fchmoujump/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chmouel%2Fchmoujump/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chmouel%2Fchmoujump/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chmouel","download_url":"https://codeload.github.com/chmouel/chmoujump/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chmouel%2Fchmoujump/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33058965,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-15T02:00:06.351Z","response_time":103,"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":["fzf-scripts","zplug","zsh"],"created_at":"2024-08-06T18:03:50.209Z","updated_at":"2026-05-15T08:02:10.743Z","avatar_url":"https://github.com/chmouel.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# Chmoujump 🚀\n\nChmoujump is a Zsh plugin that combines the power of [zsh-z](https://github.com/agkozak/zsh-z), your favorite directory paths, and custom aliases for fast directory jumping.\n\nThis project started as a simple function, but after discovering\n[fzf-z](https://github.com/andrewferrier/fzf-z), it evolved into a more elegant\nsolution by merging ideas from both tools.\n\n## Installation\n\nWith [zplug](https://github.com/zplug/zplug):\n\n```sh\nzplug 'chmouel/chmoujump'\n```\n\nOr use your preferred Zsh plugin manager.\n\n## Usage\n\nBy default, Chmoujump binds to `C-g` and presents a list of recent directories\nfrom zsh-z, combined with your favorite directories. You can define your\nfavorite directories using the `CHMOUJUMP_DIRS` environment variable:\n\n```sh\nexport CHMOUJUMP_DIRS=\"/dir1 /dir2\"\n```\n\nIf not set, it defaults to `~/git`, or `$HOME` if `~/git` does not exist.\n\nChmoujump uses [fd](https://github.com/sharkdp/fd) to find the first two\nsubdirectory levels within your favorite directories. It leverages\n[fzf](https://github.com/junegunn/fzf) for interactive selection and displays a\npreview using [exa](https://the.exa.website/), or falls back to `ls` or `tree`\nif `exa` is unavailable.\n\n### Aliases\n\nYou can define directory aliases for quick access:\n\n```sh\ndeclare -A CHMOUJUMP_ALIASES=([fav]=\"$HOME/project/fav\")\nchmoujump fav\n# ALIAS: $HOME/project/fav\n```\n\n### Options\n\n- `-P`: Show a preview pane of the selected file or directory.\n- `-f`: Use fuzzy search (default is exact match).\n- `-p`: Print the path instead of changing directory.\n- `-n`: Force using fzf search instead of zsh-z history.\n- `-a`: Choose from aliases via fzf.\n- `-A`: List aliases sorted by git index modification times.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchmouel%2Fchmoujump","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchmouel%2Fchmoujump","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchmouel%2Fchmoujump/lists"}