sources/tech/20220814 4 cool new projects to try in Copr for August 2022.md
6.2 KiB
4 cool new projects to try in Copr for August 2022
Copr is a build system for anyone in the Fedora community. It hosts thousands of projects for various purposes and audiences. Some of them should never be installed by anyone, some are already being transitioned to the official Fedora Linux repositories, and the rest are somewhere in between. Copr gives you the opportunity to install third-party software that is not available in Fedora Linux repositories, try nightly versions of your dependencies, use patched builds of your favorite tools to support some non-standard use cases, and just experiment freely.
If you don’t know how to enable a repository or if you are concerned about whether it is safe to use Copr, please consult the project documentation.
This article takes a closer look at interesting projects that recently landed in Copr.
Ntfy
Ntfy is a simple HTTP-based notification service that allows you to send notifications to your devices using scripts from any computer. To send notifications ntfy uses PUT/POST commands or it is possible to send notifications via ntfy CLI without any registration or login. For this reason, choose a hard-to guess topic name, as this is essentially a password.
In the case of sending notifications, it is as simple as this:
$ ntfy publish beer-lovers "Hi folks. I love beer!"
{"id":"4ZADC9KNKBse", "time":1649963662, "event":"message", "topic":"beer-lovers", "message":"Hi folks. I love beer!"}
And a listener who subscribes to this topic will receive:
$ ntfy subscribe beer-lovers
{"id":"4ZADC9KNKBse", "time":1649963662, "event":"message", "topic":"beer-lovers", "message":"Hi folks. I love beer!"}
If you wish to receive notifications on your phone, then ntfy also has a mobile app for Android so you can send notifications from your laptop to your phone.
Installation instructions
The repo currently provides ntfy for Fedora Linux 35, 36, 37, and Fedora Rawhide. To install it, use these commands:
sudo dnf copr enable cyqsimon/ntfysh
sudo dnf install ntfysh
Koi
If you use light mode during the day but want to protect your eyesight overnight and switch to dark mode, you don’t have to do it manually anymore. Koi will do it for you!
Koi provides KDE Plasma Desktop functionality to automatically switch between light and dark mode according to your preferences. Just set the time and themes.
Installation instructions
The repo currently provides Koi for Fedora Linux 35, 36, 37, and Fedora Rawhide. To install it, use these commands:
sudo dnf copr enable birkch/Koi
sudo dnf install Koi
SwayNotificationCenter
SwayNotificationCenter provides a simple and nice looking GTK GUI for your desktop notifications.
You will find some key features such as do-not-disturb mode, a panel to view previous notifications, track pad/mouse gestures, support for keyboard shortcuts, and customizable widgets. SwayNotificationCenter also provides a good way to configure and customize via JSON and CSS files.
More information on https://github.com/ErikReider/SwayNotificationCenter with screenshots at the bottom of the page.
Installation instructions
The repo currently provides SwayNotificationCenter for Fedora Linux 35, 36, 37, and Fedora Rawhide. To install it, use these commands:
sudo dnf copr enable erikreider/SwayNotificationCenter
sudo dnf install SwayNotificationCenter
Webapp Manager
Ever want to launch your favorite websites from one place? With WebApp manager, you can save your favorite websites and run them later as if they were an apps.
You can set a browser in which you want to open the website and much more. For example, with Firefox, all links are always opened within the WebApp.
Installation instructions
The repo currently provides WebApp for Fedora Linux 35, 36, 37, and Fedora Rawhide. To install it, use these commands:
sudo dnf copr enable perabyte/webapp-manager
sudo dnf install webapp-manager
via: https://fedoramagazine.org/4-cool-new-projects-to-try-in-copr-for-august-2022/
作者:Jiri Kyjovsky 选题:lujun9972 译者:译者ID 校对:校对者ID