{"id":13806117,"url":"https://github.com/trikko/tshare","last_synced_at":"2026-01-07T14:30:18.289Z","repository":{"id":198279678,"uuid":"700591607","full_name":"trikko/tshare","owner":"trikko","description":"The fastest way to share your files on the web, for free","archived":false,"fork":false,"pushed_at":"2023-12-13T14:30:52.000Z","size":1284,"stargazers_count":131,"open_issues_count":0,"forks_count":13,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-12-29T20:50:22.496Z","etag":null,"topics":["d","dlang","filesharing","sharing","transfer-files"],"latest_commit_sha":null,"homepage":"https://tshare.download","language":"D","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/trikko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"trikko","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2023-10-04T22:22:01.000Z","updated_at":"2024-12-17T03:22:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"93767bcc-243c-49cf-a891-2dde8effaebb","html_url":"https://github.com/trikko/tshare","commit_stats":{"total_commits":100,"total_committers":3,"mean_commits":"33.333333333333336","dds":0.5,"last_synced_commit":"4a1560cbd6f2019ee8cef591a4e5e35a7b431eed"},"previous_names":["trikko/tshare"],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trikko%2Ftshare","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trikko%2Ftshare/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trikko%2Ftshare/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trikko%2Ftshare/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trikko","download_url":"https://codeload.github.com/trikko/tshare/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239742366,"owners_count":19689307,"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":["d","dlang","filesharing","sharing","transfer-files"],"created_at":"2024-08-04T01:01:08.021Z","updated_at":"2026-01-07T14:30:18.209Z","avatar_url":"https://github.com/trikko.png","language":"D","readme":"# tshare [![BUILD](https://github.com/trikko/tshare/actions/workflows/d.yml/badge.svg)](https://github.com/trikko/tshare/actions/workflows/d.yml)\n\nThe fastest way to share your local files on the web (Windows / Linux / macOS), for free. \\\n\u003csub\u003ePowered by [transfer.sh](https://transfer.sh) online service.\u003c/sub\u003e\n\n![tshare](https://github.com/trikko/tshare/assets/647157/ea844e94-886a-43ed-aecd-44e09f301cba)\n\n# get tshare 🚀\n\n| Linux + macOS | Windows |\n|:------------------------------------:|:----------------------------------------------------------------------:|\n| ```curl https://tshare.download \\| bash``` | ```curl -L https://tshare.download/windows.zip -o tshare.zip``` |\n\n# examples\n\nminimal\n```bash\ntshare /path/to/file\n```\n\nkeep file online for two days / max 10 downloads\n```bash\ntshare -t 2 -d 10 /path/to/file\n```\n\nencrypt using [gpg](https://gnupg.org/download/index.html) if installed on your system\n```bash\ntshare -c your-secret-password /path/to/file\n```\n\nsave a copy of your mysql db \n```bash\nmysqldump wordpress_db | tshare --stdin -c secret_password -o export.sql \n```\n\n# pre-builds binaries\n[![Windows](https://img.shields.io/badge/-Windows_x64-blue.svg?style=for-the-badge\u0026logo=windows)](https://github.com/trikko/tshare/releases/latest/download/tshare-windows-x86_64.zip)\n[![Unix](https://img.shields.io/badge/-Linux-red.svg?style=for-the-badge\u0026logo=linux)](https://github.com/trikko/tshare/releases/latest/download/tshare-linux-x86_64.zip)\n[![MacOS](https://img.shields.io/badge/-MacOS-lightblue.svg?style=for-the-badge\u0026logo=apple)](https://github.com/trikko/tshare/releases/latest/download/tshare-macos-x86_64.zip).\n\nBinaries are experimental: feedbacks are welcome :)\n\n# install with homebrew (Linux, macOS) 🍺\n\nIf you have ```homebrew``` on your MacOS/Linux, you can install ```tshare``` using a local formula:\n\n```\nHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source ./tshare.rb\n```\n\nYou're done 🎉 \n\nRun ```tshare -h```, star this repository and have fun. \n\n# build from source (Linux, macOS, Windows)\n\n_If you don't have homebrew_, you need a dlang compiler to compile tshare by yourself.\n\n### install a dlang compiler\n- Ubuntu: ```sudo apt install dub ldc libcurl-dev```\n- macOS: ```brew install ldc dub```\n- Windows: *see below*\n  \n*or* \n\ndownload an official package [here](https://dlang.org/download.html#dmd)\n\n### compile tshare\n```d\ndub build\n```\n","funding_links":["https://github.com/sponsors/trikko"],"categories":["End-user applications","others","Downloading and Serving","\u003ca name=\"transfer\"\u003e\u003c/a\u003eData transfer"],"sub_categories":["XML","Directory Navigation"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrikko%2Ftshare","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrikko%2Ftshare","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrikko%2Ftshare/lists"}