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.
Prout (PRint OUT) is a small utility one can use to send documents to a printer. It has no feature, and does nothing else. Just set your default printer in client.conf(5) and start printing. No need for a local cups server to be installed.
farbfeld is a lossless image format which is easy to parse, pipe and compress.
Sent uses plain-text files and PNG images to create slideshow presentations. Each paragraph represents a slide in the presentation. Especially for presentations using the Takahashi method this is very nice and allows you to write down the presentation for a quick lightning talk within a few minutes.
Tabbed is a generic tabbed frontend to xembed-aware applications. It was originally designed for surf but also usable with many other applications, i.e., st, uzbl, urxvt and xterm.
xst uses Xresources and applies the following patches to st:
Human is a small program which translate numbers into a human readable format. By default, it tries to detect the best factorisation, but you can force its output. You can adjust the number of decimals with the SCALE environment variable.
Libgrapheme is a simple freestanding C99 library providing utilities to handle strings according to the Unicode standard.
svkbd is a simple virtual keyboard, intended to be used in environments, where no keyboard is available.
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.
sfm is a simple file manager.
Lchat (line chat) is the little and small brother of cii. It is a front end for ii-like chat programs. It uses tail -f to get the chat output in the background.
sfeed converts RSS or Atom feeds from XML to a TAB-separated file. There are formatting programs included to convert this TAB-separated format to various other formats. There are also some programs and scripts included to import and export OPML and to fetch, filter, merge and order feed items.
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.
This package provides ported versions of various Plan 9 userland tools for Unix.
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.
Noice is a small curses-based file browser.
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.
Scroll is a program that provides a scroll back buffer for terminal like st.
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 package provides a ported version of the Plan 9 lib9 C library. It also contains the Plan 9 libbio, libregexp, libfmt and libutf libraries.
wmname prints/sets the window manager name property of the root window similar to how hostname behaves. It is useful for fixing problems with JDK versions and other broken programs assuming a reparenting window manager for instance.
This package provides a ported version of the Plan 9 yacc parser generator.
snooze is a tool for waiting until a particular time and then running a command.
Blind is a collection of command line video editing utilities. It uses a custom raw video format with a simple container.