{"id":17693608,"url":"https://github.com/andy5995/menucd","last_synced_at":"2025-03-30T23:18:34.909Z","repository":{"id":129382683,"uuid":"595781791","full_name":"andy5995/menucd","owner":"andy5995","description":"Directory browser and changer for the command line","archived":false,"fork":false,"pushed_at":"2023-07-26T02:28:06.000Z","size":23,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"trunk","last_synced_at":"2025-03-26T11:22:29.996Z","etag":null,"topics":["browser","command-line","command-line-tool","dialog","directories","front-end","scripts","shell","shell-script","shellcheck-action","utility"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andy5995.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","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}},"created_at":"2023-01-31T19:52:54.000Z","updated_at":"2025-03-18T11:36:49.000Z","dependencies_parsed_at":"2024-01-07T21:02:22.473Z","dependency_job_id":"47f9b319-b345-4fdc-912d-4c43dc6463e6","html_url":"https://github.com/andy5995/menucd","commit_stats":null,"previous_names":[],"tags_count":4,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andy5995%2Fmenucd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andy5995%2Fmenucd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andy5995%2Fmenucd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andy5995%2Fmenucd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andy5995","download_url":"https://codeload.github.com/andy5995/menucd/tar.gz/refs/heads/trunk","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246390915,"owners_count":20769486,"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":["browser","command-line","command-line-tool","dialog","directories","front-end","scripts","shell","shell-script","shellcheck-action","utility"],"created_at":"2024-10-24T13:45:38.652Z","updated_at":"2025-03-30T23:18:34.881Z","avatar_url":"https://github.com/andy5995.png","language":"Shell","funding_links":[],"categories":["\u003ca name=\"cd\"\u003e\u003c/a\u003eDirectory changers (alternatives to cd)"],"sub_categories":[],"readme":"[![run shellcheck](https://github.com/andy5995/menucd/actions/workflows/shellcheck.yml/badge.svg)](https://github.com/andy5995/menucd/actions/workflows/shellcheck.yml)\n\n# menucd\nDirectory browser and changer for the command line\n\n## Requirements\n\n* [dialog](https://invisible-island.net/dialog/dialog.html)\n\nLinux, unix, BSD, MacOS\n\nThis script probably won't work from the Windows command line unless you're\nusing WSL or some other modified command line environment.\n\n## Usage\n\nAdd this function to your environment by editing your ~/.profile, ~/.bashrc,\n~/.zshrc, etc (change the path in the code below to match the path to where\nthe `menucd.sh` script is located):\n\n```sh\nfunction menucd () {\n  $HOME/scripts/menucd.sh $@\n  ret=$?\n  if [ -r /tmp/menucd.cd.exit ]; then\n          cd \"`cat /tmp/menucd.cd.exit`\"\n          rm /tmp/menucd.cd.exit\n  elif [ $ret != 0 ]; then\n          echo Fail\n  fi\n}\n```\n\nReload `~/.profile` (or whichever rc file you edited):\n\n    source ~/.profile\n\nThen run `menucd`. If you run the script (`menucd.sh`) by itself, it won't work.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandy5995%2Fmenucd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandy5995%2Fmenucd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandy5995%2Fmenucd/lists"}