{"id":15973763,"url":"https://github.com/rajarakoto/transfer-cli","last_synced_at":"2025-03-18T00:30:51.982Z","repository":{"id":120574249,"uuid":"539440993","full_name":"RajaRakoto/transfer-cli","owner":"RajaRakoto","description":"A minimalist command line tool to facilitate \"transfer.sh\" usage: upload|download|delete files to/from server with GPG encryption/decryption 🔐","archived":false,"fork":false,"pushed_at":"2024-09-22T09:13:47.000Z","size":39,"stargazers_count":8,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-28T06:03:24.090Z","etag":null,"topics":["cli","file-sharing","gpg","network","sharing","transfer"],"latest_commit_sha":null,"homepage":"https://transfer.sh/","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/RajaRakoto.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":"2022-09-21T10:58:48.000Z","updated_at":"2025-02-21T05:22:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"14fec7eb-bf45-4dfe-82ae-6d54fe11f234","html_url":"https://github.com/RajaRakoto/transfer-cli","commit_stats":{"total_commits":34,"total_committers":1,"mean_commits":34.0,"dds":0.0,"last_synced_commit":"64e9d1a365193b45a0cc71d492a6ab1d6ca6a3f9"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RajaRakoto%2Ftransfer-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RajaRakoto%2Ftransfer-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RajaRakoto%2Ftransfer-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RajaRakoto%2Ftransfer-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RajaRakoto","download_url":"https://codeload.github.com/RajaRakoto/transfer-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243893849,"owners_count":20364918,"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":["cli","file-sharing","gpg","network","sharing","transfer"],"created_at":"2024-10-07T21:07:08.948Z","updated_at":"2025-03-18T00:30:51.194Z","avatar_url":"https://github.com/RajaRakoto.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# transfer-cli 🖧\n\n[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/for-you.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/open-source.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/uses-git.svg)](https://forthebadge.com) [![forthebadge](https://rajarakoto.github.io/github-docs/badge/build-by.svg)](https://forthebadge.com)\n\n![Git](https://img.shields.io/badge/-Git-777?style=flat\u0026logo=git\u0026logoColor=F05032\u0026labelColor=ffffff) ![Gitub](https://img.shields.io/badge/-Gitub-777?style=flat\u0026logo=github\u0026logoColor=777\u0026labelColor=ffffff)\n\nA minimalist command line tool to facilitate \"transfer.sh\" usage: **upload | download | delete** files to/from server with GPG encryption/decryption\n\n\u003e **Transfer.sh** is a command line utility and public file sharing service. It allows you to upload files from the command line and share them with anyone you want. It is a free, open source, minimalist, and fast service.\n\nhttps://user-images.githubusercontent.com/50679389/191610129-a5cd546f-de42-40e1-a9f0-ac28fa524d25.mp4\n\n---\n\n### 📌 Usage\n\nRun the following command to install transfer-cli (Linux only):\n\n```bash\ncurl https://raw.githubusercontent.com/RajaRakoto/transfer-cli/master/setup \u003e setup \u0026\u0026 chmod +x setup \u0026\u0026 ./setup\n```\n\nUninstall transfer-cli (Linux only):\n\n```bash\nsudo rm -r \"$HOME/.ha_env\" /usr/local/bin/transfer-cli\n```\n\n---\n\n### 📌 Todo\n\n- [x] upload file to transfer.sh with GPG encryption\n- [x] download file from transfer.sh with GPG decryption\n- [x] delete file from transfer.sh\n- [x] list all uploaded files from transfer log\n- [x] edit transfer log\n- [x] clear transfer log\n- [ ] auto update transfer log when file is deleted from transfer.sh\n\n---\n\n### 📌 Features\n\n```bash\ntransfer-cli [options] [arguments]...\n```\n\n**Options**\n\n`-u, --upload \u003cfile\u003e` | upload file to transfer.sh with GPG encryption\u003cbr\u003e `-d, --download \u003curl-download\u003e` | download file from transfer.sh with GPG decryption\u003cbr\u003e `--del, --delete \u003curl-delete\u003e` | delete file from transfer.sh\u003cbr\u003e `-l, --list` | list all uploaded files from transfer log\u003cbr\u003e `-e, --edit` | edit transfer log\u003cbr\u003e `-c, --clear` | clear transfer log\u003cbr\u003e `-h, --help` | transfer-cli help\u003cbr\u003e `-v, --version` | transfer-cli version\n\n**Arguments**\n\n`\u003cfile\u003e` | file to upload to transfer.sh\u003cbr\u003e `\u003curl-download\u003e` | url to download file from transfer.sh\u003cbr\u003e `\u003curl-delete\u003e` | url to delete file from transfer.sh\n\n**Examples**\n\n```bash\ntransfer-cli -u file.txt\n```\n\n```bash\ntransfer-cli -d https://transfer.sh/3Q2Zg/file.txt\n```\n\n```bash\ntransfer-cli --del https://transfer.sh/3Q2Zg/file.txt/PHYIiRBAnwap\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajarakoto%2Ftransfer-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frajarakoto%2Ftransfer-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajarakoto%2Ftransfer-cli/lists"}