{"id":31073950,"url":"https://github.com/getizeddev/qdr","last_synced_at":"2026-05-15T13:31:42.164Z","repository":{"id":314731445,"uuid":"1056548398","full_name":"getizeddev/qdr","owner":"getizeddev","description":"qdr (quick directories) is a lightweight bash script that allows you to navigate easily through the file system. By assigning a tag (key) to a specific path, the tool redirects you to the desired location in the current shell execution environment.","archived":false,"fork":false,"pushed_at":"2025-09-14T11:14:10.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-14T13:10:56.548Z","etag":null,"topics":["bash","bash-script","bash-scripting","directory-navigation","file-navigation","filesystem"],"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/getizeddev.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":"2025-09-14T10:27:45.000Z","updated_at":"2025-09-14T11:17:20.000Z","dependencies_parsed_at":"2025-09-14T13:21:53.466Z","dependency_job_id":null,"html_url":"https://github.com/getizeddev/qdr","commit_stats":null,"previous_names":["getizeddev/qdr"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/getizeddev/qdr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getizeddev%2Fqdr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getizeddev%2Fqdr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getizeddev%2Fqdr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getizeddev%2Fqdr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getizeddev","download_url":"https://codeload.github.com/getizeddev/qdr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getizeddev%2Fqdr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275348511,"owners_count":25448626,"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","status":"online","status_checked_at":"2025-09-16T02:00:10.229Z","response_time":65,"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":["bash","bash-script","bash-scripting","directory-navigation","file-navigation","filesystem"],"created_at":"2025-09-16T02:01:50.645Z","updated_at":"2025-09-16T02:02:49.822Z","avatar_url":"https://github.com/getizeddev.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## QDR - Quick Directories\n![GitHub last commit](https://img.shields.io/github/last-commit/getizeddev/qdr)\n\n### Table of Contents\n- [Introduction](#introduction)\n- [Description](#description)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Dependencies](#dependencies)\n- [Limitations](#limitations)\n\n### Introduction\n\n**qdr** (quick directories) is a lightweight bash script that allows you to\nnavigate easily through the file system.\nBy assigning a tag (**key**) to a specific path, the tool redirects you\nto the desired location in the current shell execution environment.\n\n### Description\n\nThe script is designed to save the path of favourite directories that might\ntake extensive typing to relocate to, assigning a tag to it. For example,\nif I am in `~/Desktop/path/to/desired/folder`, I can assign a tag to it\n```\nqdr -i \u003ckey\u003e\n```\nand, in the future, I would be able to move to that folder just by typing\n```\nqdr \u003ckey\u003e\n```\nwithout having to `cd` the whole path.\n\nThe tool saves a list of **key** -\u003e *path* in a file (`.qdr_table`) located\nin the home directory (~).\n\nAdditionally, the tool allows you to remove the saved reference from the\ntable or list the saved entries.\n\n### Installation\n\nThere are two different files in the repository that can be used.\n`b_qdr.sh` for bash terminals and `z_qdr.sh` for zsh.\n\nThe distinction has been made due to syntactical difference in handling\nassociative arrays.\n\nThe other files in the repo are just tests and documentation.\n\nOnce the file(s) has been downloaded, you **need to source the script\nin your specific config file** (.bashrc | .zshrc).\nThe reason is that the script would need to run in the current shell\nenvironment and not in a sub-shell.\n\n### Usage\n\nThe help command is `qdr -h` or `qdr --help`.\n\n### Dependencies\n\nThe script uses Associative Arrays. Bash supports them starting from\nversion 4.\n\n### Limitations\n\n- paths are not dynamic, meaning if you move a directory in another location \nthe entry in the table won't be updated automatically. You'll need to \ndelete the old entry and enter the new one.\n\n- no keys autocompletion \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetizeddev%2Fqdr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetizeddev%2Fqdr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetizeddev%2Fqdr/lists"}