{"id":27121214,"url":"https://github.com/gopad/gopad-cli","last_synced_at":"2025-06-10T23:34:41.802Z","repository":{"id":52683936,"uuid":"116067075","full_name":"gopad/gopad-cli","owner":"gopad","description":"Commandline client for Gopad","archived":false,"fork":false,"pushed_at":"2025-06-02T11:15:26.000Z","size":3134,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-02T19:19:41.930Z","etag":null,"topics":["cli","client","etherpad","go","golang","gopad"],"latest_commit_sha":null,"homepage":"https://gopad.eu","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gopad.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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,"zenodo":null}},"created_at":"2018-01-02T23:14:05.000Z","updated_at":"2025-06-02T11:15:30.000Z","dependencies_parsed_at":"2023-12-22T14:36:31.901Z","dependency_job_id":"40e9fec6-7d40-46d3-861e-dc17b868d272","html_url":"https://github.com/gopad/gopad-cli","commit_stats":{"total_commits":108,"total_committers":4,"mean_commits":27.0,"dds":0.4537037037037037,"last_synced_commit":"88e6bb9795eb7bc4bb7dda47a89d5b462df429b7"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gopad%2Fgopad-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gopad%2Fgopad-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gopad%2Fgopad-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gopad%2Fgopad-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gopad","download_url":"https://codeload.github.com/gopad/gopad-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gopad%2Fgopad-cli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259171299,"owners_count":22816449,"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","client","etherpad","go","golang","gopad"],"created_at":"2025-04-07T10:52:06.626Z","updated_at":"2025-06-10T23:34:41.690Z","avatar_url":"https://github.com/gopad.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gopad: CLI client\n\n[![General Workflow](https://github.com/gopad/gopad-cli/actions/workflows/general.yml/badge.svg)](https://github.com/gopad/gopad-cli/actions/workflows/general.yml) [![Join the Matrix chat at https://matrix.to/#/#gopad:matrix.org](https://img.shields.io/badge/matrix-%23gopad-7bc9a4.svg)](https://matrix.to/#/#gopad:matrix.org) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/7a3bf170b3524feeb3ed129b02c80759)](https://app.codacy.com/gh/gopad/gopad-cli/dashboard?utm_source=gh\u0026utm_medium=referral\u0026utm_content=\u0026utm_campaign=Badge_grade) [![Go Reference](https://pkg.go.dev/badge/github.com/gopad/gopad-cli.svg)](https://pkg.go.dev/github.com/gopad/gopad-cli) [![GitHub Repo](https://img.shields.io/badge/github-repo-yellowgreen)](https://github.com/gopad/gopad-cli)\n\n\u003e [!CAUTION]\n\u003e This project is in active development and does not provide any stable release\n\u003e yet, you can expect breaking changes until our first real release!\n\nWithin this repository we are building the command-line client to interact with\nthe [Gopad API][api] server.\n\n## Install\n\nYou can download prebuilt binaries from the [GitHub releases][releases] or from\nour [download site][downloads]. Besides that we also prepared repositories for\nDEB and RPM packages which can be found at [Baltorepo][baltorepo]. If you prefer\nto use containers you could use our images published on [GHCR][ghcr],\n[Docker Hub][dockerhub] or [Quay][quay]. You are a Mac user? Just take a look\nat our [homebrew formula][homebrew]. If you need further guidance how to\ninstall this take a look at our [documentation][docs].\n\n## Build\n\nIf you are not familiar with [Nix][nix] it is up to you to have a working\nenvironment for Go (\u003e= 1.24.0) as the setup won't we covered within this guide.\nPlease follow the official install instructions for [Go][golang]. Beside that\nwe are using [go-task][gotask] to define all commands to build this project.\n\n```console\ngit clone https://github.com/gopad/gopad-cli.git\ncd gopad-cli\n\ntask generate build\n./bin/gopad-cli -h\n```\n\nIf you got [Nix][nix] and [Direnv][direnv] configured you can simply execute\nthe following commands to get al dependencies including [go-task][gotask] and\nthe required runtimes installed:\n\n```console\ncat \u003c\u003c EOF \u003e .envrc\nuse flake . --impure --extra-experimental-features nix-command\nEOF\n\ndirenv allow\n```\n\n## Security\n\nIf you find a security issue please contact\n[gopad@webhippie.de](mailto:gopad@webhippie.de) first.\n\n## Contributing\n\nFork -\u003e Patch -\u003e Push -\u003e Pull Request\n\n## Authors\n\n-   [Thomas Boerger](https://github.com/tboerger)\n\n## License\n\nApache-2.0\n\n## Copyright\n\n```console\nCopyright (c) 2018 Thomas Boerger \u003cthomas@webhippie.de\u003e\n```\n\n[api]: https://github.com/gopad/gopad-cli\n[releases]: https://github.com/gopad/gopad-cli/releases\n[downloads]: https://dl.gopad.eu\n[homebrew]: https://github.com/gopad/homebrew-gopad\n[ghcr]: https://github.com/orgs/gopad/packages\n[dockerhub]: https://hub.docker.com/r/gopad/gopad-cli/tags/\n[quay]: https://quay.io/repository/gopad/gopad-cli?tab=tags\n[docs]: https://gopad.eu/\n[nix]: https://nixos.org/\n[golang]: http://golang.org/doc/install.html\n[gotask]: https://taskfile.dev/installation/\n[direnv]: https://direnv.net/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgopad%2Fgopad-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgopad%2Fgopad-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgopad%2Fgopad-cli/lists"}