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.
A utility to retrieve the state of the X screensaver. These states include the idle time, the screensaver state and the length of time until the screensaver should be activated.
Spoon can be used to set the dwm status.
Skroll is a small utility that you can use to make a text scroll. Pipe text to it, and it will scroll a given number of letters from right to left.
Schedule commands to be run at specified dates and times. Single daemon and configuration file. Log to stdout or syslog. No mail support.
SlStatus is a suckless status monitor for window managers that use WM_NAME or stdin to fill the status bar. It provides the following features:
Battery percentage/state/time left
CPU usage
CPU frequency
Custom shell commands
Date and time
Disk status (free storage, percentage, total storage and used storage)
Available entropy
Username/GID/UID
Hostname
IP address (IPv4 and IPv6)
Kernel version
Keyboard indicators
Keymap
Load average
Network speeds (RX and TX)
Number of files in a directory (hint: Maildir)
Memory status (free memory, percentage, total memory and used memory)
Swap status (free swap, percentage, total swap and used swap)
Temperature
Uptime
Volume percentage
WiFi signal percentage and ESSID
This is a standalone implementation of fortify source. It provides compile time buffer checks. It is libc-agnostic and simply overlays the system headers by using the #include_next extension found in GCC. It was initially intended to be used on musl-based Linux distributions.
It is portable, works on *BSD, Linux, Solaris and possibly others.
It will only trap non-conformant programs. This means that fortify level 2 is treated in the same way as level 1.
Avoids making function calls when undefined behaviour has already been invoked. This is handled by using
__builtin_trap().Support for out-of-bounds read interfaces, such as
send(),write(),fwrite(), etc.No ABI is enforced. All of the fortify check functions are inlined into the resulting binary.
dwm is a dynamic window manager for X. It manages windows in tiled, monocle and floating layouts. All of the layouts can be applied dynamically, optimising the environment for the application in use and the task performed.
Simple X session lock with trivial feedback on password entry.
This package provides a ported version of the Plan 9 yacc parser generator.
This package is Luke's fork of the suckless simple terminal (st) with Vim bindings and Xresource compatibility.
sfm is a simple file manager.
Sbm is a simple bandwidth monitor.
Surf is a simple web browser based on WebKit/GTK+. It is able to display websites and follow links. It supports the XEmbed protocol which makes it possible to embed it in another application. Furthermore, one can point surf to another URI by setting its XProperties.
sbase is a collection of UNIX tools similar to those of GNU Coreutils, containing utilities commands such as grep, cp, rm, etc.
St implements a simple and lightweight terminal emulator. It implements 256 colors, most VT10X escape sequences, utf8, X11 copy/paste, antialiased fonts (using fontconfig), fallback fonts, resizing, and line drawing.
svkbd is a simple virtual keyboard, intended to be used in environments, where no keyboard is available.
Blind is a collection of command line video editing utilities. It uses a custom raw video format with a simple container.
Scroll is a program that provides a scroll back buffer for terminal like st.
Xbattmon is a simple battery monitor for X.
St implements a simple and lightweight terminal emulator. It implements 256 colors, most VT10X escape sequences, utf8, X11 copy/paste, antialiased fonts (using fontconfig), fallback fonts, resizing, and line drawing.
Extract colors from PNG files. It is similar to strings(1) but for pictures. For a given input file it outputs a colormap to stdout.
xst uses Xresources and applies the following patches to st:
This package provides ported versions of various Plan 9 userland tools for Unix.
This is a C89 UTF-8 library, with an API compatible with that of Plan 9's libutf, but with a number of improvements:
Support for runes beyond the Basic Multilingual Plane.
utflen and utfnlen cannot overflow on 32- or 64-bit machines.
chartorune treats all invalid codepoints as though Runeerror.
fullrune, utfecpy, and utfnlen do not overestimate the length of malformed runes.
An extra function, charntorune(p,s,n), equivalent to fullrune(s,n) ? chartorune(p,s): 0.
Runeerror may be set to an alternative replacement value, such as -1, to be used instead of U+FFFD.