migrate to codeberg (#1)

This commit is contained in:
T. von Dein
2025-11-10 20:59:46 +01:00
parent d64c1ddcc0
commit 1cde07a07b
33 changed files with 59 additions and 77 deletions

View File

@@ -1,7 +1,7 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/tlinden/swayipc)](https://goreportcard.com/report/github.com/tlinden/swayipc)
[![Actions](https://github.com/tlinden/swayipc/actions/workflows/ci.yaml/badge.svg)](https://github.com/tlinden/swayipc/actions)
![GitHub License](https://img.shields.io/github/license/tlinden/swayipc)
[![GoDoc](https://godoc.org/github.com/tlinden/swayipc?status.svg)](https://godoc.org/github.com/tlinden/swayipc)
[![status-badge](https://ci.codeberg.org/api/badges/15565/status.svg)](https://ci.codeberg.org/repos/15565)
[![Go Report Card](https://goreportcard.com/badge/codeberg.org/scip/swayipc/v1)](https://goreportcard.com/report/codeberg.org/scip/swayipc/v1)
[![License](https://img.shields.io/badge/license-GPL-blue.svg)](https://codeberg.org/scip/swayipc/raw/branch/main/LICENSE)
[![GoDoc](https://godoc.org/codeberg.org/scip/swayipc?status.svg)](https://godoc.org/codeberg.org/scip/swayipc/v1)
# swayipc - go bindings to control sway and swayfx
@@ -26,7 +26,7 @@ haven't tested it on i3wm.
The module uses the i3-IPC proctocol as outlined in sway-ipc(7).
For details on how to use the library, see the
[reference documentation](https://godoc.org/github.com/tlinden/swayipc).
[reference documentation](https://godoc.org/codeberg.org/scip/swayipc/v1).
## Example usage
@@ -39,7 +39,7 @@ import (
"fmt"
"log"
"github.com/tlinden/swayipc"
"codeberg.org/scip/swayipc/v1"
)
func main() {
@@ -69,17 +69,17 @@ func main() {
Also take a look into the **_examples** folder for more examples.
For a more comprehensive and practical example look at the
[descratch](https://github.com/TLINDEN/sway-descratch) program which
[descratch](https://codeberg.org/scip/sway-descratch) program which
you can use to selectively retrieve a window from the scratchpad.
You may also take a look at the [tool swaycycle](https://github.com/tlinden/swaycycle)
You may also take a look at the [tool swaycycle](https://codeberg.org/scip/swaycycle)
which is using this module.
## Installation
Execute this to add the module to your project:
```sh
go get github.com/tlinden/swayipc
go get codeberg.org/scip/swayipc/v1
```
## Acknowledgements
@@ -95,7 +95,7 @@ best way for me to forget to do something.
In order to report a bug, unexpected behavior, feature requests or to
submit a patch, please open an issue on github:
https://github.com/TLINDEN/swayipc/issues.
https://codeberg.org/scip/swayipc/issues.
## Copyright and license
@@ -107,7 +107,7 @@ T.v.Dein <tom AT vondein DOT org>
## Project homepage
https://github.com/TLINDEN/swayipc
https://codeberg.org/scip/swayipc
## Copyright and License