{"id":17103012,"url":"https://github.com/helpermethod/up","last_synced_at":"2025-04-13T00:42:16.339Z","repository":{"id":3171151,"uuid":"4202334","full_name":"helpermethod/up","owner":"helpermethod","description":"Climbing the directory tree at the speed of light.","archived":false,"fork":false,"pushed_at":"2025-03-19T07:21:49.000Z","size":595,"stargazers_count":16,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-13T00:42:10.739Z","etag":null,"topics":["bash","bash-completion","directory-traversal","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/helpermethod.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}},"created_at":"2012-05-02T11:35:44.000Z","updated_at":"2025-03-19T07:21:47.000Z","dependencies_parsed_at":"2023-09-27T12:33:00.233Z","dependency_job_id":"a346ea3f-97c4-4c17-a38f-e1026ac2e412","html_url":"https://github.com/helpermethod/up","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helpermethod%2Fup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helpermethod%2Fup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helpermethod%2Fup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helpermethod%2Fup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/helpermethod","download_url":"https://codeload.github.com/helpermethod/up/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248650417,"owners_count":21139672,"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":["bash","bash-completion","directory-traversal","zsh"],"created_at":"2024-10-14T15:31:03.771Z","updated_at":"2025-04-13T00:42:16.320Z","avatar_url":"https://github.com/helpermethod.png","language":"Shell","readme":"# :climbing: up\n\n[![ci](https://github.com/helpermethod/up/actions/workflows/ci.yml/badge.svg)](https://github.com/helpermethod/up/actions/workflows/ci.yml)\n[![license](https://badgen.net/badge/license/MIT/blue)](https://github.com/helpermethod/up/blob/main/LICENSE)\n\n\u003e Tired of repeatedly typing `cd ..` to walk up the directory tree? Fed up with defining aliases to jump to the first, second or nth parent directory? `up` to the rescue!\n\n`up` is a shell function for jumping to a parent directory by name.\n\n\u003cimg alt=\"up.gif\" src=\"up.gif\" width=\"600\" /\u003e\n\n## :sparkles: Features\n\n* :zap: Lightning fast\n* :keyboard: Shell completion for parent directory names\n* :shell: Works with Bash and Zsh\n\n## :hammer_and_wrench: Installation\n\n### :shell: Git \u0026 Bash\n\nClone `up`'s Git repository.\n\n```sh\n$ git clone https://github.com/helpermethod/up ~/.up\n```\n\nAdd the following to your `.bashrc` (Linux) or `.bash_profile` (macOS) to install `up`.\n\n```sh\n. \"$HOME/.up/up\"\n```\n\nAdd the following to your `.bashrc` (Linux) or `.bash_profile` (macOS) to enable `up`'s shell completion.\n\n```sh\n. \"$HOME/.up/completion/bash/up\"\n```\n\n### :shell: Git \u0026 Zsh\n\nClone `up`'s Git repository.\n\n```sh\n$ git clone https://github.com/helpermethod/up ~/.up\n```\n\nAdd the following to your `.zshrc` to install `up`.\n\n```sh\n. \"$HOME/.up/up\"\n```\n\nAdd the following to your `.zshrc` to enable `up`'s shell completion.\n\n```sh\nautoload -U +X compinit \u0026\u0026 compinit\nautoload -U +X bashcompinit \u0026\u0026 bashcompinit\n. \"$HOME/.up/completion/bash/up\"\n```\n\n## :mag: Usage\n\n### Get a list of parent directory names\n\n```sh\n$ up \u003ctab\u003e\n.up         /           Users       completion  weilero\n```\n\n ### Jump to a parent directory by name\n\n```sh\n$ up weilero\n```\n\n### Jump to a parent directory by prefix\n\n```sh\n$ up we\u003ctab\u003e\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelpermethod%2Fup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhelpermethod%2Fup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelpermethod%2Fup/lists"}