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.
This package provides a patricia trie implementation, enabling fast visiting of items in some particular ways:
visit all items saved in the tree
visit all items matching particular prefix (visit subtree)
given a string, visit all items matching some prefix of that string
This package provides functionality for killing processes across different platforms. Handles killing children of processes as well as the process itself.
Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. In addition to providing an interface, Cobra simultaneously provides a controller to organize your application code.
Package flaggy is a input flag parsing package that supports recursive subcommands, positional values, and any-position flags without unnecessary complexeties.
Jibber Jabber is a GoLang Library that can be used to detect an operating system's current language.
This package provides a git implementation in pure Go. It's a modified fork of original go-git/go-git project.
This package provides a small parser for git todo files.
This package provides emoji support for termnial output.
This package provides helpers such as map, find, contains and filter, it's an alternative implementation of standard reflect module.
This library supports the parsing and verification as well as the generation and signing of JWTs. Current supported signing algorithms are HMAC SHA, RSA, RSA-PSS, and ECDSA, though hooks are present for adding your own.
Package graphql provides a GraphQL client implementation.
This package provides an alternative implementation of standard encoding/json with higher performance.
Read logs from stdin and prints them back to stdout, but prettier.
Package codec provides a High Performance, Feature-Rich Idiomatic Golang 1.4+ codec/encoding library for binc, msgpack, cbor, json.
Package toml is a TOML parser and manipulation library.
This package will pretty print a compact representation of a Go data structure. It can also produce a much more verbose, one-item-per-line representation suitable for computing diffs.
Package xurls extracts urls from plain text using regular expressions.
This package provides the mocking framework for the Golang. It integrates well with Golang's built-in testing package, but can be used in other contexts too.
Package clipboard read/write on clipboard
This package provides a Go module that provides a safer alternative to exec.LookPath() on Windows.
This package implements a doubly linked list based on container/list.
Litter is provided by
This package provides a shared functionality for lazygit, lazydocker, etc.
This package provides an expect-like interface to automate control of applications. It is unlike expect in that it does not spawn or manage process lifecycle. This package only focuses on expecting output and sending input through it's pseudoterminal.