{"id":15862126,"url":"https://github.com/afeiship/ushell-module-autojump","last_synced_at":"2026-04-24T16:36:21.979Z","repository":{"id":57123030,"uuid":"69046614","full_name":"afeiship/ushell-module-autojump","owner":"afeiship","description":"Unix like shell module for autojump.","archived":false,"fork":false,"pushed_at":"2021-04-21T23:12:57.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-07T17:50:31.475Z","etag":null,"topics":["autojump","mac","ushell"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/afeiship.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-09-23T17:30:37.000Z","updated_at":"2021-04-21T23:12:59.000Z","dependencies_parsed_at":"2022-08-25T17:11:18.232Z","dependency_job_id":null,"html_url":"https://github.com/afeiship/ushell-module-autojump","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fushell-module-autojump","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fushell-module-autojump/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fushell-module-autojump/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fushell-module-autojump/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/afeiship","download_url":"https://codeload.github.com/afeiship/ushell-module-autojump/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246709935,"owners_count":20821298,"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","mac","ushell"],"created_at":"2024-10-05T22:25:18.087Z","updated_at":"2026-04-24T16:36:16.962Z","avatar_url":"https://github.com/afeiship.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ushell-module-autojump\n\u003e Unix like shell module for autojump.\n\n## installation\n```shell\nnpm i -S @jswork/ushell-module-autojump\n```\n\n## how to find autojump\n+ whereis autojump.sh\n+ MAC OSX:\n```bash\nbrew install autojump\n## 如果没有这个，下面的 link 会报错\ncd /usr/local \u0026\u0026 sudo chown -R $(whoami) bin etc include lib sbin share var Frameworks\nbrew link autojump\n\n## 这个已经在 ushell-module-autojump 里处理过了\n[[ -s $(brew --prefix)/etc/profile.d/autojump.sh ]] \u0026\u0026 . $(brew --prefix)/etc/profile.d/autojump.sh\n```\n\n+ centos:\n```bash\nyum install autojump;\nsource /etc/profile.d/autojump.sh;\necho '. /usr/share/autojump/autojump.sh'\u003e\u003e~/.bashrc;\n```\n\n+ ubuntu:\n```bash\napt-get install autojump;\n\n## add to .bashrc:\nsource /usr/share/autojump/autojump.sh;\n```\n\n## resources\n- https://stackoverflow.com/questions/44195496/homebrew-could-not-symlink-usr-local-share-man-man7-is-not-writable\n- https://blog.csdn.net/natural_story/article/details/50764354\n- https://www.barretlee.com/blog/2015/03/30/autojump-in-mac/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafeiship%2Fushell-module-autojump","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafeiship%2Fushell-module-autojump","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafeiship%2Fushell-module-autojump/lists"}