add rpigrep and fd
This commit is contained in:
parent
9514167639
commit
de28975108
BIN
packages/6.3/fd-6.2.0-x86_64-1_slonly.txz
vendored
Normal file
BIN
packages/6.3/fd-6.2.0-x86_64-1_slonly.txz
vendored
Normal file
Binary file not shown.
BIN
packages/6.3/ripgrep-0.7.1-x86_64-3_slonly.txz
vendored
Normal file
BIN
packages/6.3/ripgrep-0.7.1-x86_64-3_slonly.txz
vendored
Normal file
Binary file not shown.
BIN
packages/6.4/fd-6.2.0-x86_64-1_slonly.txz
vendored
Normal file
BIN
packages/6.4/fd-6.2.0-x86_64-1_slonly.txz
vendored
Normal file
Binary file not shown.
BIN
packages/6.4/ripgrep-0.7.1-x86_64-3_slonly.txz
vendored
Normal file
BIN
packages/6.4/ripgrep-0.7.1-x86_64-3_slonly.txz
vendored
Normal file
Binary file not shown.
BIN
packages/6.5/fd-6.2.0-x86_64-1_slonly.txz
vendored
Normal file
BIN
packages/6.5/fd-6.2.0-x86_64-1_slonly.txz
vendored
Normal file
Binary file not shown.
BIN
packages/6.5/ripgrep-0.7.1-x86_64-3_slonly.txz
vendored
Normal file
BIN
packages/6.5/ripgrep-0.7.1-x86_64-3_slonly.txz
vendored
Normal file
Binary file not shown.
|
@ -15,6 +15,7 @@
|
|||
"exiftool":"A platform-independent Perl library (Image::ExifTool) plus a command-line application (exiftool) for reading, writing, and editing meta information in image, audio, and video files. ExifTool supports many different types of metadata including EXIF, GPS, IPTC, XMP, JFIF, GeoTIFF, ICC Profile, Photoshop IRB, AFCP, FlashPix, AFCP, and ID3, and maker notes of many digital cameras.",
|
||||
"expect":"A program that talks to other interactive programs according to a script. Following the script, it knows what can be expected from a program and what the correct response should be.",
|
||||
"fasd":"A command-line productivity booster. Fasd offers quick access to files and directories for POSIX shells. It is inspired by tools like autojump, z and v. Fasd keeps track of files and directories you have accessed, so that you can quickly reference them in the command line.",
|
||||
"fd":"A simple, fast and user-friendly alternative to find.",
|
||||
"fdupes":"A program for identifying or deleting duplicate files residing within specified directories.",
|
||||
"fswatch":"A cross-platform file change monitor with multiple backends.",
|
||||
"git":"A fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. git can mean anything, depending on your mood. Git was originally written by Linus Torvalds and is currently maintained by Junio C. Hamano.",
|
||||
|
@ -54,6 +55,7 @@
|
|||
"python":"An interpreted, interactive, object-oriented programming language that combines remarkable power with very clear syntax. Its basic power can be extended with your own modules written in C or C++. It is also adaptable as an extension language for existing applications.",
|
||||
"python3":"Python is an interpreted, interactive, object-oriented programming language that combines remarkable power with very clear syntax. This is a new version of the language that is incompatible with the 2.x line of releases. The language is mostly the same, but many details, especially how built-in objects like dictionaries and strings work, have changed considerably, and a lot of deprecated features have finally been removed. Also, the standard library has been reorganized in a few prominent places.",
|
||||
"readline":"Provides a set of functions for use by applications that allow users to edit command lines as they are typed in. Both Emacs and vi editing modes are available. The Readline library includes additional functions to maintain a list of previously entered command lines, to recall and perhaps edit those lines, and perform csh-like history expansion on previous commands.",
|
||||
"ripgrep":"line oriented search tool.",
|
||||
"rmlint":"rmlint finds space waste and other broken things on your filesystem and offers to remove it.",
|
||||
"rsnapshot":"A remote backup program that uses rsync to take backup snapshots of filesystems. It uses hard links to save space on disk.",
|
||||
"reptyr":"A utility for taking an existing running program and attaching it to a new terminal.",
|
||||
|
|
Loading…
Reference in New Issue
Block a user