{"id":16400470,"url":"https://github.com/callensm/byte","last_synced_at":"2025-07-18T04:38:00.092Z","repository":{"id":99626885,"uuid":"142508693","full_name":"callensm/byte","owner":"callensm","description":":open_file_folder: Command line interface for sending files over secure socket connections","archived":false,"fork":false,"pushed_at":"2019-10-26T18:26:40.000Z","size":923,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-23T11:31:44.868Z","etag":null,"topics":["byte","cli","file-sharing"],"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/callensm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2018-07-27T00:37:19.000Z","updated_at":"2024-04-10T22:31:05.000Z","dependencies_parsed_at":"2023-04-10T04:46:20.726Z","dependency_job_id":null,"html_url":"https://github.com/callensm/byte","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/callensm/byte","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callensm%2Fbyte","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callensm%2Fbyte/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callensm%2Fbyte/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callensm%2Fbyte/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/callensm","download_url":"https://codeload.github.com/callensm/byte/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callensm%2Fbyte/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265701465,"owners_count":23813751,"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":["byte","cli","file-sharing"],"created_at":"2024-10-11T05:27:45.533Z","updated_at":"2025-07-18T04:38:00.069Z","avatar_url":"https://github.com/callensm.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Byte\n[![CircleCI](https://circleci.com/gh/callensm/byte.svg?style=shield)](https://circleci.com/gh/callensm/byte)\n\n## Installation\n\nYou can download the `byte` binary file from the releases page for the current version and place in your `PATH`, or to install from source:\n\n```sh\n$ go get -u github.com/callensm/byte\n$ cd $GOPATH/src/github.com/callensm/byte \u0026\u0026 make\n```\n\n## Usage\n### *send*\n```sh\nbyte send -a [\u003cIP\u003e|\u003cIP\u003e:\u003cPORT\u003e] -s [\u003cPATH_TO_CONTENT\u003e]\n```\n\n| Option | Alias | Description                                                                         | Example                                    |\n| :----: | :---: | :---------------------------------------------------------------------------------: | :----------------------------------------: |\n| --addr | -a    | Set the address of the receiving socket. If no port is specified, default is `4500` | `127.0.0.1`, `127.0.0.1:3000`              |\n| --src  | -s    | Specify the relative path to the file or directory of files to be sent              | `~/Desktop/myfiles/`, `~/Desktop/data.txt` |\n\n### *receive*\n```sh\nbyte receive -d [\u003cPATH_TO_DEST_DIR\u003e] -p [PORT?] -a\n```\n\n| Option         | Alias | Description                                                                                   | Example                                    |\n| :------------: | :---: | :-------------------------------------------------------------------------------------------: | :----------------------------------------: |\n| --dir          | -d    | Set the path to the destination directory for files to be written to                          | `~/Desktop/destination/`                   |\n| --port         | -p    | Set the port to listen for incoming connections on. If not given, default port is `4500`      | `~/Desktop/myfiles/`, `~/Desktop/data.txt` |\n| --auto-approve | -a    | Whether to require approval of file structure being sent. Defaults to `false` if not provided | -                                          |\n\n### *view*\n```sh\nbyte view -r [\u003cPATH_TO_ROOT\u003e]\n```\n\n| Option | Alias | Description                                          | Example                  |\n| :----: | :---: | :--------------------------------------------------: | :----------------------: |\n| --root | -r    | Set the path to the root directory for the file tree | `~/Desktop/destination/` |\n\n## License\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcallensm%2Fbyte","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcallensm%2Fbyte","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcallensm%2Fbyte/lists"}