{"id":21144511,"url":"https://github.com/zneix/haste-client","last_synced_at":"2025-07-09T06:30:53.700Z","repository":{"id":48231765,"uuid":"291795063","full_name":"zneix/haste-client","owner":"zneix","description":"CLI utility uploading code to hastebin","archived":false,"fork":false,"pushed_at":"2022-10-16T16:49:38.000Z","size":44,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-19T06:54:17.455Z","etag":null,"topics":["cli","go","hacktoberfest","hastebin","hastebin-client","utility","utility-application"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zneix.png","metadata":{"files":{"readme":"readme.md","changelog":"CHANGELOG.md","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":"2020-08-31T18:35:00.000Z","updated_at":"2024-05-25T18:53:35.000Z","dependencies_parsed_at":"2022-08-28T21:12:30.558Z","dependency_job_id":null,"html_url":"https://github.com/zneix/haste-client","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zneix%2Fhaste-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zneix%2Fhaste-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zneix%2Fhaste-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zneix%2Fhaste-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zneix","download_url":"https://codeload.github.com/zneix/haste-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225489973,"owners_count":17482487,"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","go","hacktoberfest","hastebin","hastebin-client","utility","utility-application"],"created_at":"2024-11-20T08:19:10.001Z","updated_at":"2024-11-20T08:19:10.536Z","avatar_url":"https://github.com/zneix.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Haste-Client\n\nThis is a rewritten Haste-Client in Go which is meant to be a little utility that uploads code via command line from pipe or by providing names of files to upload.\nAvailable for both Windows and Linux.\n\n\n# Usage\n\nExamples:\n\n`echo Sample Text | haste`  \n\u003e https://haste.zneix.eu/nibazahidu\n\n`haste veryLongScript.js | xsel`\n\u003e *copies https://haste.zneix.eu/ibadomuvaq to clipboard*\n\n`echo \"Hello World\" | haste message.txt - main.cpp`\n\u003e *uploads (separetly): contents of message.txt file, standard input from echo command, contents of main.cpp file\n\n\u003cbr\u003e\n\n## Arguments\n\n`-h`\n\nShows Help and exits\n\n`-v`\n\nShows Program version and exits\n\n`-d string`\n\nChanges upload destination, can be a URL another haste server (default: https://haste.zneix.eu).  \n\n`-r`\n\nReturns a link to raw paste (text only) instead\n\n# Easy Installation\n\nDownload binary the latest release from [releases page](https://github.com/zneix/haste-client/releases/latest).  \nVersion without extension if for Linux, and `.exe` is for Windows.  \n\nTo make sure you can use this tool globally in command line, make sure to put it into your PATH Environment Variable:  \n[Guide for windows](https://helpdeskgeek.com/windows-10/add-windows-path-environment-variable/)  \n[Guide for Linux](https://helpdeskgeek.com/windows-10/add-windows-path-environment-variable/)\n\n\n# Installing on Windows\n\nDownload [Go 1.15](https://golang.org/doc/install?download=go1.15.windows-amd64.msi)\n\nAfter installing go, open Command Line with `Win + R` and typing `cmd`.  \nExecute these commands:\n```bash\ngo get github.com/zneix/haste-client\ncd %userprofile%\\go\\bin\nren haste-client.exe haste.exe\n```\n\n\n# Installing on Linux\n\nDownload [Go 1.15](https://golang.org/doc/install?download=go1.15.linux-amd64.tar.gz)\n\n```bash\ngo get github.com/zneix/haste-client\nsudo cp ~/go/bin/haste-client /usr/local/bin/haste\n```\n\nOr just clone GitHub repository and build with `make`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzneix%2Fhaste-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzneix%2Fhaste-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzneix%2Fhaste-client/lists"}