{"id":20380749,"url":"https://github.com/stagfoo/dango","last_synced_at":"2025-07-20T10:33:10.926Z","repository":{"id":250795214,"uuid":"834996950","full_name":"stagfoo/dango","owner":"stagfoo","description":"Store file paths for later 🍡","archived":false,"fork":false,"pushed_at":"2025-06-02T22:49:10.000Z","size":1934,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-03T12:43:37.537Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/stagfoo.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-07-28T23:56:17.000Z","updated_at":"2025-06-02T22:48:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"c78b8242-a52c-454e-be00-d63ac5ed029e","html_url":"https://github.com/stagfoo/dango","commit_stats":null,"previous_names":["stagfoo/dango"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/stagfoo/dango","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stagfoo%2Fdango","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stagfoo%2Fdango/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stagfoo%2Fdango/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stagfoo%2Fdango/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stagfoo","download_url":"https://codeload.github.com/stagfoo/dango/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stagfoo%2Fdango/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266111435,"owners_count":23877980,"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":[],"created_at":"2024-11-15T02:08:58.128Z","updated_at":"2025-07-20T10:33:10.917Z","avatar_url":"https://github.com/stagfoo.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dango 🍡 (WIP)\n\nstore file path to files in a shared text based clipboard\ncopy the path and create sym or mv or delete\n\n## Goal\n\nI wanted to make a little util that allowed me to get just pick the files I wanted from a folder in the terminal and pipe those paths into other clis like mv or copy or clipboard\nthings like keys or templates or envs between miroservices\n\n## Install instructions for now (might make an installer)\n\n- git clone this repo\n- git mod tidy\n- go build ./main.go\n- add alias dango=\"path/to/dango/main\" to your terminal rc\n\n\n```\n$ dango stick\n\nWhat file do you want to pickup?\nPress space to add.\nPress c to copy.\nPress q to close.\n\n\u003e [✨] /Users/al/0_projects/stagfoo/dango/.gitignore\n  [✨] /Users/al/0_projects/stagfoo/chuchu/README.md\n  [✨] /Users/al/0_projects/stagfoo/dango/README.md\n  [🍡] /Users/al/0_projects/stagfoo/dango/go.mod\n  [✨] /Users/al/1_daily/notes.md\n\n```\nstick also accepts piping\n\nspace is add (🍡) and remove (✨)\n\n## Supported Commands\n\n- stuck: lists the current paths saved in your config and allows you to copy and remove\n- stick: accepts a list of the files from a pipe and lets you save the path to your config\n- drop: lists of the files with the full path in the current dir which can be piped to pickup\n- serve: echos current list (good for greping)\n\n\n## Issues\n- currently uses `pbclip` instead of piping\n- No tests\n\n## Example usage\n\nmigrating a pull request template\n\n```\n$ dango stick\n$ \u003e [✨] /Users/al/0_projects/basal/project_a/.github/PULL_REQUEST_TEMPLATE.md\n$ cd new_project\n\n$ cp \"$(dango serve | grep 'PULL')\" ./.github/PULL_REQUEST_TEMPLATE.md\n```\nI can copy the new template whenever its missing to the new repo\n\n```\n$ dango stick\n$ \u003e [✨] /Users/al/0_projects/basal/project_a/alias.sh\n$ dango stuck\n$ \u003e [✨] /Users/al/0_projects/basal/project_a/alias.sh\n$ path copied\n$ nvim /Users/al/0_projects/basal/.dotfiles/alias.sh\n```\nI can copy the new template whenever its missing to the new repo\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstagfoo%2Fdango","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstagfoo%2Fdango","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstagfoo%2Fdango/lists"}