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.
Yle-dl is a command line program for downloading media files from the video streaming services of the Finnish national broadcasting company Yle.
This Vim plugin provides a Vim syntax highlighting plugin for Gemini Text, the text/gemini media type, as defined in the Gemini protocol specification.
A Vim plugin which shows a git diff in the sign column. It shows which lines have been added, modified, or removed. You can also preview, stage, and undo individual hunks; and stage partial hunks. The plugin also provides a hunk text object. The signs are always up to date and the plugin never saves your buffer.
Neovim is a project that seeks to aggressively refactor Vim in order to:
Simplify maintenance and encourage contributions
Split the work between multiple developers
Enable advanced external UIs without modifications to the core
Improve extensibility with a new plugin architecture
neosnippet-snippets provides standard snippets for the Vim plugin neosnippet. Snippets are small templates for commonly used code that you can fill in on the fly.
Vim-syntastic is a syntax checking plugin for Vim. It runs files through external syntax checkers and displays any resulting errors to the user. This can be done on demand, or automatically as files are saved. If syntax errors are detected, the user is notified.
vim-scheme provides Scheme support for Vim (R7RS and CHICKEN).
This script implements transparent editing of gpg encrypted files. The filename must have a .gpg, .pgp or .asc suffix. When opening such a file the content is decrypted, and the content will be encrypted to all recipients before it is written. This script turns off viminfo, swapfile, and undofile when editing encrypted files to increase security.
Vifm is a file manager providing a vi-like usage experience. It has similar keybindings and modes (e.g. normal, command line, visual). The interface uses ncurses, thus vifm can be used in text-only environments. It supports a wide range of features, some of which are known from the vi-editor:
utf8 support
user mappings (almost like in
vi)ranges in command
line commands
user defined commands (with support for ranges)
registers
operation undoing/redoing
fuse file systems support
trash
multiple files renaming
support of filename modifiers
colorschemes support
file name color according to file type
path specific colorscheme customization
bookmarks
operation backgrounding
customizable file viewers
handy
less-like preview modefiltering out and searching for files using regular expressions
one or two panes view
With the package comes a plugin to use vifm as a vim file selector.
Surround.vim is all about "surroundings": parentheses, brackets, quotes, XML tags, and more. The plugin provides mappings to easily delete, change and add such surroundings in pairs.
Graphical Neovim interface based on the EFL toolkit. Its features include customizable appearance and support for fonts with ligatures.
File detection and syntax highlighting for the zig programming language.
SLIME is an Emacs plugin to turn Emacs into a Lisp IDE. You can type text in a file, send it to a live REPL, and avoid having to reload all your code every time you make a change. Vim-slime is an attempt at getting some of these features into Vim. It works with any REPL and isn't tied to Lisp.
MUcomplete is an implementation of chained (fallback) completion, whereby several completion methods are attempted one after another until a result is returned.
In Vim, pressing ga on a character reveals its representation in decimal, octal, and hex. Characterize.vim modernizes this with the following additions:
Unicode character names:
U+00A9 COPYRIGHT SYMBOLVim digraphs (type after
<C-K>to insert the character):Co,cOEmoji codes:
:copyright:HTML entities:
©
This plugin extends Vim's Scheme support to include the additions to the language provided by the GNU Guile implementation. The plugin automatically detects whether a Scheme file is a Guile file and adds syntax highlighting for Guile's special forms.
Coqtail enables interactive Coq proof development in Neovim similar to CoqIDE or ProofGeneral.
Comment stuff out. Use gcc to comment out a line (takes a count), gc to comment out the target of a motion (for example, gcap to comment out a paragraph), gc in visual mode to comment out the selection, and gc in operator pending mode to target a comment. You can also use it as a command, either with a range like :7,17Commentary, or as part of a :global invocation like with :g/TODO/Commentary.
EditorConfig makes it easy to maintain the correct coding style when switching between different text editors and between different projects. The EditorConfig project maintains a file format and plugins for various text editors which allow this file format to be read and used by those editors.
This package provides support for GNU Guix in Vim.
Vlime is similar to SLIME for Emacs and SLIMV for Vim. It provides REPL integration, as well as omni-completions, cross reference utilities, a nice inspector, debugger support, and many other great facilities to aid you in your glorious Common Lisp hacking quest.
vim-airline is an extensible statusline for Vim. It can be extended and customized with themes, works with unicode fonts and powerline symbols, etc.
NERD commenter is a Vim plugin that provides many different commenting operations and styles which are invoked via key mappings and a menu. These operations are available for most filetypes.
This package provides the Hexdump utility xxd that comes with the editor vim.