{"id":36493625,"url":"https://github.com/tylerfowle/dtags","last_synced_at":"2026-01-12T01:58:32.310Z","repository":{"id":64307704,"uuid":"93088048","full_name":"tylerfowle/dtags","owner":"tylerfowle","description":"Command Line Tool for Tagging Directories","archived":false,"fork":false,"pushed_at":"2018-07-23T19:07:09.000Z","size":4392,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-22T20:02:01.529Z","etag":null,"topics":["bash","cd","cli","directory","dtags","go","golang","manager","productivity","script","shell","tags","utility","zsh"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/tylerfowle.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}},"created_at":"2017-06-01T18:35:05.000Z","updated_at":"2019-10-03T20:06:00.000Z","dependencies_parsed_at":"2023-01-15T11:00:29.402Z","dependency_job_id":null,"html_url":"https://github.com/tylerfowle/dtags","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/tylerfowle/dtags","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tylerfowle%2Fdtags","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tylerfowle%2Fdtags/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tylerfowle%2Fdtags/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tylerfowle%2Fdtags/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tylerfowle","download_url":"https://codeload.github.com/tylerfowle/dtags/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tylerfowle%2Fdtags/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28331457,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T00:36:25.062Z","status":"ssl_error","status_checked_at":"2026-01-12T00:36:15.229Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","cd","cli","directory","dtags","go","golang","manager","productivity","script","shell","tags","utility","zsh"],"created_at":"2026-01-12T01:58:32.240Z","updated_at":"2026-01-12T01:58:32.300Z","avatar_url":"https://github.com/tylerfowle.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :bookmark: dtags\n#### directory tagging and navigation utility.\n\nDtags makes tagging, and change directories fast and easy. Add arbitrary tags\nto any directory, making it easy to jump back to those directories easy.\n\n## Installation\n\nInstallation consists of 3 parts.\n1. an alias in your bashrc/zshrc.\n2. bash helper script that is used to launch commands and `cd` to tagged directories.\n3. the guts, a go utility that does all the heavy lifting.\n\n\n#### Download dtags and set permissions:\n```\nsudo curl -L https://github.com/tylerfowle/dtags/releases/download/v0.1.1/dtags -o /usr/local/bin/dtags\nsudo chmod +x /usr/local/bin/dtags\n```\n\n#### Install bash helper script:\n\n```\ndtags install\n```\n\n#### Alias: add to your bashrc/zshrc:\n\n```\nalias dt=\". ~/.config/dtags/dt\"\n```\n\n## Usage\nCommand | Description\n---     | ---\n`\u003cstring\u003e`         | returns a path from a tag, `cd`s you to the directory when called from bash helper script/alias\n`add`              | add tag to current _working_ directory\n`del`              | delete tag and associated path from database, dtags doesnt care were this command is ran from\n`ls`               | prints all tags and their associated directories\n`list`             | lists all tags on current working directory\n`completion`       | returns a list of all tags in database.  (used for bash/zsh completion)\n`install`          | install dt bash helper script\n\n## Todos:\n- [ ] add images/gifs to readme\n- [x] make tags case insensitive\n- [x] zsh completion\n- [ ] bash completion\n- [x] confirm overwrite?\n- [x] add install script\n- [ ] add uninstall script\n- [x] add ability to manually enter path when adding tag\n- [ ] ~~bash helper script - make dtags path easy to change~~\n- [ ] add ability to add and delete multiple tags at once?\n- [ ] ~~config file? alias name? install location? bucket name?~~\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftylerfowle%2Fdtags","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftylerfowle%2Fdtags","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftylerfowle%2Fdtags/lists"}