{"id":45378172,"url":"https://github.com/webcyou-org/coppeno","last_synced_at":"2026-02-21T16:34:52.335Z","repository":{"id":46113942,"uuid":"368281973","full_name":"webcyou-org/coppeno","owner":"webcyou-org","description":"Quick project kickstarter Simple File Manager CLI tool.","archived":false,"fork":false,"pushed_at":"2021-11-20T03:07:49.000Z","size":6782,"stargazers_count":2,"open_issues_count":5,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-06-20T22:37:22.060Z","etag":null,"topics":["cli","file-manager","filesystem","kickstarter","manager","project","quickstart"],"latest_commit_sha":null,"homepage":"","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/webcyou-org.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":"2021-05-17T18:17:43.000Z","updated_at":"2021-11-20T03:07:51.000Z","dependencies_parsed_at":"2022-09-26T18:31:06.826Z","dependency_job_id":null,"html_url":"https://github.com/webcyou-org/coppeno","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/webcyou-org/coppeno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcyou-org%2Fcoppeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcyou-org%2Fcoppeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcyou-org%2Fcoppeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcyou-org%2Fcoppeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webcyou-org","download_url":"https://codeload.github.com/webcyou-org/coppeno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcyou-org%2Fcoppeno/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29686795,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T15:51:39.154Z","status":"ssl_error","status_checked_at":"2026-02-21T15:49:03.425Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["cli","file-manager","filesystem","kickstarter","manager","project","quickstart"],"created_at":"2026-02-21T16:34:51.688Z","updated_at":"2026-02-21T16:34:52.329Z","avatar_url":"https://github.com/webcyou-org.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003e\u003ccode\u003ecoppeno\u003c/code\u003e\u003c/h1\u003e\n  \u003cp\u003e\n    \u003cstrong\u003eQuick project kickstarter Simple File Manager CLI tool.\u003c/strong\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n![linkedin_banner_image_1](https://user-images.githubusercontent.com/1584153/138566408-3fd46669-c7be-42ce-afcc-eaf52bf6f0ff.png)\n\n## Usage Image\n\n![coppeno](https://user-images.githubusercontent.com/1584153/138567391-f206a6bc-7834-4157-bd8c-3dedf415eff4.png)\n\n## Installation\n\n**Homebrew**\n\n```\n$ brew tap webcyou-org/coppeno\n$ brew install coppeno\n```\n\n**golang**\n\n```\ngo install github.com/webcyou-org/coppeno@latest\n```\n\nor\n\n```\nGO111MODULE=on go get github.com/webcyou-org/coppeno\n```\n\n## Usage Example\n\n**Default Usage**\n\n```\n$ coppeno \u003ccommand\u003e\n```\n\n#### Commands\n\n| Commands | argument | description    |\n|:----------------|:-----------|:-----------|\n| init            | None |  Initialize coppeno.json. |\n| save            | [filename] [URL] |  Save the file name and file path interactively. |\n| load            | [filepath] |  Read the coppeno.json file that was created. |\n| fetch           | None or [filename] |  Download the file saved in coppeno.json |\n| diff            |  |  Check the difference between the destination file and the local file. |\n| list            | None |  Check the list of files saved in coppeno.json. |\n| setting         | None |  Updating the configuration file |\n| cache           |  |  Cache the downloaded files |\n\nTo see a full list of commands available for the CLI tools, type:\n\n```\n$ coppeno help\n```\n\n```\nNAME:\n   coppeno - Quick project kickstarter Simple File Manager CLI tool.\n\nUSAGE:\n   main [global options] command [command options] [arguments...]\n\nVERSION:\n   0.7.2\n\nCOMMANDS:\n   init      Initialize coppeno.json.\n   save, s   Save the file name and file path interactively.\n   load, l   Read the coppeno.json file that was created.\n   fetch, f  Download the file saved in coppeno.json\n   list      Check the list of files saved in coppeno.json.\n   help, h   Shows a list of commands or help for one command\n\nGLOBAL OPTIONS:\n   --help, -h     show help\n   --version, -v  print the version\n```\n\n## Quick Start\n\n### dotfiles example\n\nThis is an example of downloading a dotfile.\n\n**step1**\n\n```\ncoppeno load https://github.com/webcyou-org/coppeno-json/blob/master/dotfiles.json\n```\n\n**step2**\n\n```\ncoppeno fetch\n```\n\nSelecting \"All\" will download all the files you have set.\n\n![dotfiles1](https://user-images.githubusercontent.com/1584153/142711100-de24005a-9989-42d3-a088-4e9ac1e114d7.png)\n\n![dotfiles2](https://user-images.githubusercontent.com/1584153/142711110-5715a51b-cfe1-42bf-b974-946199f33521.png)\n\n![dotfiles3](https://user-images.githubusercontent.com/1584153/142711112-98de9c16-2d70-4a9b-8d91-66b615e1c4cc.png)\n\n### cats example\n\nHere's an example of a cute cat.\n\n**step1**\n\n```\ncoppeno load https://github.com/webcyou-org/coppeno-json/blob/master/cats.json\n```\n\n**step2**\n\n```\ncoppeno fetch\n```\n\nSelecting \"All\" will download all the cute cat images you have set.\n\n![dotfiles1](https://user-images.githubusercontent.com/1584153/142711100-de24005a-9989-42d3-a088-4e9ac1e114d7.png)\n\n![cat1](https://user-images.githubusercontent.com/1584153/142711380-9a6ad1ad-7103-4aad-823c-14fabe14dc12.png)\n\n![cat2](https://user-images.githubusercontent.com/1584153/142711381-c58bcf49-53fa-46d7-8e75-3e4d2259248c.png)\n\nOh. This is kawaii.\n\n![cat_all](https://user-images.githubusercontent.com/1584153/142711670-ed12cda0-5a62-41c4-ad82-79183e53cae8.png)\n\n\nYou can also load coppeno.json as a local file.\n\n```\ncoppeno load ./sample/example.json\n```\n\n### Set any file\n\nIt is possible to register individual download files.\n\n**step1**\n\n```\ncoppeno save\n```\n\nSet the group name, file name, and download URL to be managed.The group name is optional.\n\n![save1](https://user-images.githubusercontent.com/1584153/142712397-7743b36f-b2c3-4920-925f-ae49d80caaba.png)\n\n![save2](https://user-images.githubusercontent.com/1584153/142712401-2def731c-efd5-4e9a-abef-0be6d38bd419.png)\n\n**step2**\n\n```\ncoppeno fetch\n```\n\nDownload the files registered with `coppeno fetch`.\n\n![save3](https://user-images.githubusercontent.com/1584153/142712396-c1a96cbb-f2bd-4fba-a06a-864474eaea58.png)\n\n## config files\n\n Create a file that conforms to the [XDG Base Directory specification](https://specifications.freedesktop.org/basedir-spec/latest/).\n\n### coppeno.json\n\n```\n{\n  // Not grouped.\n  \"none\": [\n    {\n      \"name\": \"File Name\",\n      \"url\": \"File URL for download\"    \n    },\n    {\n      \"name\": \"File Name\",\n      \"url\": \"File URL for download\"    \n    }\n  ],\n  // Arbitrarily grouped.\n  \"dotfiles\": [\n    {\n      \"name\": \".gitconfig\",\n      \"url\": \"https://github.com/lewagon/dotfiles/blob/master/gitconfig\"\n    },\n    {\n      \"name\": \".bash_profile\",\n      \"url\": \"https://github.com/mathiasbynens/dotfiles/blob/main/.bash_profile\"\n    }\n  ]\n}\n```\n\n### config.json\n\n```\ncoming soon.\n```\n\n### coppeno struct\n\n```\ntype Coppeno struct {\n\tName string `json:\"name\"`\n\tUrl  string `json:\"url\"`\n}\n```\n\n### GOPATH\n\nMake sure your `PATH` includes the `$GOPATH/bin` directory so your commands can\nbe easily used:\n```\nexport PATH=$PATH:$GOPATH/bin\n```\n\n## Creators\n\n**Daisuke Takayama**\n* [@webcyou](https://twitter.com/webcyou)\n* [@panicdragon](https://twitter.com/panicdragon)\n* \u003chttps://github.com/webcyou\u003e\n* \u003chttps://github.com/panicdragon\u003e\n* \u003chttp://www.webcyou.com/\u003e\n\n## Copyright and license\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebcyou-org%2Fcoppeno","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebcyou-org%2Fcoppeno","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebcyou-org%2Fcoppeno/lists"}