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.
Integrate Mcfly with fzf to combine a solid command history database with a widely-loved fuzzy search UI
A more intuitive version of du in rust
shadowsocks is a fast tunnel proxy that helps you bypass firewalls.
Sequoia-PGP is an implementation of OpenPGP in Rust. It includes a suite of library crates, which are meant to be used from applications. This crate provides the sq command line application. sq is aimed at command line users as a way to use OpenPGP conveniently from the command line.
This package provides b3sum, a command line checksum tool based on the BLAKE3 cryptographic hash function.
A clean and customizable GTK-based greetd greeter written in Rust using Relm4. This is meant to be run under a Wayland compositor (like Sway).
Ethersync enables real-time collaborative editing of local text files. You can use it for pair programming or note-taking, for example. It's the missing real-time complement to Git!
A file server that supports static serving, uploading, searching, accessing control, webdav...
Keymap manager for wlroots-based compositors
Fly through your shell history
oha is a tiny program that sends some load to a web application and show realtime tui inspired by rakyll/hey.
Simple, secure and modern file encryption tool (and Rust library) with small explicit keys, no config options, and UNIX-style composability.
zoxide is a smarter cd command, inspired by z and autojump. It remembers which directories you use most frequently, so you can "jump" to them in just a few keystrokes. zoxide works on all major shells. "
Tiny automation pipelines. Bring CI/CD to the smallest projects. Self-hosted, Lightweight, CLI only.
Ox is an independent text editor that can be used to write everything from text to code.
ntpd-rs is a tool for synchronizing your computer's clock, implementing the NTP and NTS protocols. It is written in Rust, with a focus on security and stability. It includes both client and server support.
Harper is an English grammar checker designed to be just right.
Scientific calculator with math syntax
A tool for Wayland compositors to automatically adjust screen brightness based on the screen contents and amount of ambient light around you
Companion tool to agenix in Rust.
This package provides a customizable graphical process/system monitor for the terminal.
quiche is an implementation of the QUIC transport protocol and HTTP/3 as specified by the IETF. It provides a low level API for processing QUIC packets and handling connection state. The application is responsible for providing I/O (e.g. sockets handling) as well as an event loop with support for timers.
Monolith bundles any web page into a single HTML file.
Unlike conventional ``Save page as…'', Monolith not only saves the target document, it embeds CSS, image, and JavaScript assets all at once, producing a single HTML5 document.
If compared to saving websites with wget -mpk, Monolith embeds all assets as data URLs and therefore displays the saved page exactly the same, being completely separated from the Internet.
Most of the time when you are using a public network, you are behind some kind of firewall or proxy. One of their purpose is to constrain you to only use certain kind of protocols and consult only a subset of the web. Nowadays, the most widespread protocol is http and is de facto allowed by third party equipment.