-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up README; CI: allow manual execution
- Loading branch information
Showing
3 changed files
with
34 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
name: build-all | ||
|
||
on: | ||
workflow_dispatch: | ||
push: | ||
paths: | ||
- "packages/**" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
# Packages | ||
- 9mount: A set of SUID tools for mounting 9p filesystems via v9fs - https://sqweek.net/code/9mount | ||
- SwayAudioIdleInhibit: Prevent swayidle from sleeping while any application is outputting or receiving audio - https://github.com/ErikReider/SwayAudioIdleInhibit | ||
- XWaylandVideoBridge: Utility to allow streaming Wayland windows to X applications - https://invent.kde.org/system/xwaylandvideobridge | ||
- agregore: A minimal browser for the distributed web - https://github.com/AgregoreWeb/agregore-browser | ||
- capnp-go: Cap'n Proto library and code generator for Go - https://github.com/capnproto/go-capnp | ||
- e2eirc: E2EIRC allows you to create end to end encrpyted chat rooms on Regular (Unmodified) IRC servers and your favorite IRC client. - https://github.com/novus0rdo/e2eirc | ||
- flameshot-fixed: A fork of Flameshot without selection lag, configured to work with Wayland - https://github.com/lbatalha/flameshot | ||
- foot-transparent: A fast, lightweight and minimalistic Wayland terminal emulator - https://codeberg.org/dnkl/foot/ | ||
- fusepod: A userspace filesystem which mounts your iPod. - https://github.com/keegancsmith/FUSEPod | ||
- gtk4-layer-shell: A library to desktop components for Wayland using the Layer Shell protocol and GTK4 - https://github.com/wmww/gtk4-layer-shell | ||
- k0s-bin: The Zero Friction Kubernetes - https://k0sproject.io | ||
- libhpke: HPKE implementation in C - https://github.com/oktaysm/hpke | ||
- lone: The standalone Linux Lisp - https://github.com/lone-lang/lone | ||
- m9u: A 9P music server - https://sqweek.net/code/m9u/ | ||
- msp-cgt: MSP430 code generation tools - https://www.ti.com/tool/MSP-CGT | ||
- mspgcc-ti: Open Source Compiler for MSP Microcontrollers - https://www.ti.com/tool/MSP430-GCC-OPENSOURCE | ||
- my-htop: htop with sorting in tree mode fixed - https://htop.dev | ||
- my-ncmpcpp: ncmpcpp except the media library always shows Albums - Songs - https://rybczak.net/ncmpcpp/ | ||
- nixci: Define and build CI for Nix projects anywhere - https://github.com/srid/nixci | ||
- prettier-plugin-go-template: Fixes prettier formatting for go templates - https://github.com/NiklasPor/prettier-plugin-go-template | ||
- redis-json: RedisJSON - a JSON data type for Redis - https://github.com/RedisJSON/RedisJSON | ||
- samloader: Download Samsung firmware from official servers - https://github.com/samloader/samloader | ||
- wayland-shell: Small-scale replacement of the GNOME Shell - https://github.com/nilsherzig/wayland-shell | ||
- `9mount`: A set of SUID tools for mounting 9p filesystems via v9fs - https://sqweek.net/code/9mount | ||
- `SwayAudioIdleInhibit`: Prevent swayidle from sleeping while any application is outputting or receiving audio - https://github.com/ErikReider/SwayAudioIdleInhibit | ||
- `XWaylandVideoBridge`: Utility to allow streaming Wayland windows to X applications - https://invent.kde.org/system/xwaylandvideobridge | ||
- `agregore`: A minimal browser for the distributed web - https://github.com/AgregoreWeb/agregore-browser | ||
- `capnp-go`: Cap'n Proto library and code generator for Go - https://github.com/capnproto/go-capnp | ||
- `e2eirc`: E2EIRC allows you to create end to end encrpyted chat rooms on Regular (Unmodified) IRC servers and your favorite IRC client. - https://github.com/novus0rdo/e2eirc | ||
- `flameshot-fixed`: A fork of Flameshot without selection lag, configured to work with Wayland - https://github.com/lbatalha/flameshot | ||
- `foot-transparent`: A fast, lightweight and minimalistic Wayland terminal emulator - https://codeberg.org/dnkl/foot/ | ||
- `fusepod`: A userspace filesystem which mounts your iPod. - https://github.com/keegancsmith/FUSEPod | ||
- `gtk4-layer-shell`: A library to desktop components for Wayland using the Layer Shell protocol and GTK4 - https://github.com/wmww/gtk4-layer-shell | ||
- `k0s-bin`: The Zero Friction Kubernetes - https://k0sproject.io | ||
- `libhpke`: HPKE implementation in C - https://github.com/oktaysm/hpke | ||
- `lone`: The standalone Linux Lisp - https://github.com/lone-lang/lone | ||
- `m9u`: A 9P music server - https://sqweek.net/code/m9u/ | ||
- `msp-cgt`: MSP430 code generation tools - https://www.ti.com/tool/MSP-CGT | ||
- `mspgcc-ti`: Open Source Compiler for MSP Microcontrollers - https://www.ti.com/tool/MSP430-GCC-OPENSOURCE | ||
- `my-htop`: htop with sorting in tree mode fixed - https://htop.dev | ||
- `my-ncmpcpp`: ncmpcpp except the media library always shows Albums - Songs - https://rybczak.net/ncmpcpp/ | ||
- `nixci`: Define and build CI for Nix projects anywhere - https://github.com/srid/nixci | ||
- `prettier-plugin-go-template`: Fixes prettier formatting for go templates - https://github.com/NiklasPor/prettier-plugin-go-template | ||
- `redis-json`: RedisJSON - a JSON data type for Redis - https://github.com/RedisJSON/RedisJSON | ||
- `samloader`: Download Samsung firmware from official servers - https://github.com/samloader/samloader | ||
- `wayland-shell`: Small-scale replacement of the GNOME Shell - https://github.com/nilsherzig/wayland-shell |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters