Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Scrot saves a screenshot of a full screen, a window or a part of the screen selected by mouse.
Startup-notification contains a reference implementation of the startup notification protocol. The reference implementation is mostly under an X Window System style license, and has no special dependencies.
sx is a simple alternative to both xinit and startx for starting an Xorg server.
This package provides a library for programmatically controlling Xorg windows using Python. The library relies on the wmctrl to do so.
Mtdev is a stand-alone library which transforms all variants of kernel MT events to the slotted type B protocol. The events put into mtdev may be from any MT device, specifically type A without contact tracking, type A with contact tracking, or type B with contact tracking.
Unclutter is a program which runs permanently in the background of an X11 session. It checks on the X11 pointer (cursor) position every few seconds, and when it finds it has not moved (and no buttons are pressed on the mouse, and the cursor is not in the root window) it creates a small sub-window as a child of the window the cursor is in. The new window installs a cursor of size 1x1 but a mask of all 0, i.e. an invisible cursor. This allows you to see all the text in an xterm or xedit, for example. The human factors crowd would agree it should make things less distracting.
Redshift adjusts the color temperature according to the position of the sun. A different color temperature is set during night and daytime. During twilight and early morning, the color temperature transitions smoothly from night to daytime temperature to allow your eyes to slowly adapt. At night the color temperature should be set to match the lamps in your room.
Ulauncher is a fast application launcher for Linux. It is written in Python, using GTK+, and features: App Search (fuzzy matching), Calculator, Extensions, Shortcuts, File browser mode and Custom Color Themes.
Xeyes is a demo program for x.org. It shows eyes following the mouse.
This package provides an application grid, button bar, and dmenu applications for Sway and other wlroots-based Wayland compositors.
ydotool is a Linux command-line tool that simulates keyboard input, mouse actions, etc. programmatically or manually.
This is a simple menu for X11 designed for scripting and tweaking. It can optionally use some appearance settings from XSettings, tint2 and GTK.
The xvkbd displays a drawing of a computer keyboard in a window on the screen. Clicking on its keys sends the corresponding keystroke(s) to other X clients, as if typed on a physical keyboard.
This is useful for systems without keyboard hardware but with a pointing device, such as kiosk terminals or handheld devices with touch screens.
A limited number of keyboard layouts are available, as is dictionary completion. You can also use xvkbd to send a series of predetermined keystrokes from the command line, without displaying a keyboard at all.
numlockx is a tiny program that lets you turn on the numlock key in X11. It can be called from the user's initialization files to automatically turn it on on login.
This is a small utility to provide a blue light filter for your system. This method is preferred to screen shaders as it will not be captured via recording / screenshots.
hyprsunset also provides a gamma filter, which can be used to adjust perceived display brightness on monitors that do not support software control, or to reduce percieved brightness below the monitor's minimum.
xss-lock listens to X signals to fire up a user-defined screensaver. In effect this automatically locks the screen when closing a laptop lid or after a period of user inactivity (as set with xset s TIMEOUT). The notifier command, if specified, is executed first. Additionally, xss-lock uses the inhibition logic to lock the screen before the system goes to sleep.
A Wayland clipboard history manager. It can write clipboard changes to a history file, recall history with any picker which accepts input from stdin (including dmenu, rofi, and wofi), copy and past both images and text, and preserve leading and trailing whitespace.
Pyperclip is a clipboard module for Python, handling copy/pasting from the X11 clipboard
sct is a lightweight utility to set the color temperature of the screen.
Dzen is a general purpose messaging, notification and menuing program for X11. It was designed to be fast, tiny and scriptable in any language.
autocutsel tracks changes in the server's cutbuffer and clipboard selection. When the clipboard is changed, it updates the cutbuffer. When the cutbuffer is changed, it owns the clipboard selection. The cutbuffer and clipboard selection are always synchronized.
GNU Xnee is a program that can record, replay and distribute user actions in X11. It can be used to automate user interactions for testing or demonstration purposes.
Bemoji is an emoji picker for dmenu-like launchers (e.g. bemenu, wofi, rofi, fuzzel, etc.) It will remember your favorite emojis and give you quick access to them via a separately installed clipboard tool (e.g. wl-copy, xclip, etc.), or a typing tool (wtype, xdotool, etc.), or via standard output.
Provides bindings to libxdo for manipulating X11 via simulated input. (Note that this is mostly a legacy library; you may wish to look at python-xdo for newer bindings.)