schema update

This commit is contained in:
JMARyA 2024-03-19 09:25:42 +01:00
parent 210de0a1c6
commit 4b9bb6e798
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
52 changed files with 94 additions and 154 deletions

View file

@ -1,9 +1,5 @@
---
obj: application
os:
- macos
- linux
- windows
repo: https://github.com/alacritty/alacritty
website: https://alacritty.org
---

View file

@ -1,6 +1,5 @@
---
obj: application
os: ["macos", "linux", "windows"]
repo: https://github.com/sharkdp/bat
rev: 2024-01-17
---

View file

@ -1,11 +1,8 @@
---
obj: application
os:
- macos
- linux
- windows
repo: https://github.com/theryangeary/choose
---
# choose
`choose`, a human-friendly and fast alternative to `cut` and (sometimes) `awk`

View file

@ -1,8 +1,8 @@
---
obj: application
os: linux
aliases: ["7zip", "7z"]
---
# 7Zip
7-Zip is a file archiver with the highest compression ratio. The program supports 7z (that implements LZMA compression algorithm), [ZIP](../../../files/ZIP.md), CAB, ARJ, GZIP, BZIP2, [TAR](tar.md), CPIO, RPM and DEB formats. Compression ratio in the new 7z format is 30-50% better than ratio in [ZIP](../../../files/ZIP.md) format.

View file

@ -1,6 +1,5 @@
---
obj: application
os: linux
mime: "application/tar"
extension: "tar"
website: https://savannah.gnu.org/projects/tar

View file

@ -1,9 +1,8 @@
---
obj: application
os:
- linux
repo: https://github.com/imsnif/diskonaut
---
# Diskonaut
[Repo](https://github.com/imsnif/diskonaut)
Diskonaut shows disk usage graphically to find big files.

View file

@ -1,9 +1,8 @@
---
obj: application
os:
- linux
repo: https://github.com/muesli/duf
---
# duf
Disk Usage/Free Utility

View file

@ -1,6 +1,5 @@
---
obj: application
os: linux
repo: https://github.com/eza-community/eza
website: https://eza.rocks
rev: 2024-03-07

View file

@ -1,8 +1,8 @@
---
obj: application
os: linux
repo: https://github.com/sharkdp/fd
---
# fd
`fd` is a program to find entries in your filesystem. It is a simple, fast and user-friendly alternative to [`find`](https://www.gnu.org/software/findutils/). While it does not aim to support all of `find`'s powerful functionality, it provides sensible (opinionated) defaults for a majority of use cases.

View file

@ -1,8 +1,8 @@
---
obj: application
os: linux
repo: https://github.com/charmbracelet/glow
---
# Glow
[Repo](https://github.com/charmbracelet/glow)
Glow is a terminal based markdown reader designed from the ground up to bring out the beauty—and power—of the CLI.

View file

@ -1,8 +1,8 @@
---
obj: application
os: linux
repo: https://github.com/chmln/handlr
---
# Handlr
Manage your default applications with ease using `handlr`!

View file

@ -1,8 +1,8 @@
---
obj: application
os: linux
repo: https://github.com/sstadick/hck
---
# hck
_`hck` is a shortening of `hack`, a rougher form of `cut`._

View file

@ -1,9 +1,8 @@
---
obj: application
os:
- linux
repo: https://github.com/sharkdp/hexyl
---
# Hexyl
`hexyl` is a simple hex viewer for the terminal. It uses a colored output to distinguish different categories of bytes (NULL bytes, printable [ASCII](../../files/ASCII.md) characters, [ASCII](../../files/ASCII.md) whitespace characters, other [ASCII](../../files/ASCII.md) characters and non-[ASCII](../../files/ASCII.md)).

View file

@ -1,8 +1,8 @@
---
obj: application
os: linux
repo: https://github.com/koraa/huniq
---
# Huniq
[Repo](https://github.com/koraa/huniq)
Command line utility to remove duplicates from the given input. Note that huniq does not sort the input, it just removes duplicates.

View file

@ -1,8 +1,8 @@
---
obj: application
os: linux
repo: https://github.com/casey/intermodal
---
# Intermodal
[Repo](https://github.com/casey/intermodal)
Intermodal is a user-friendly and featureful command-line [BitTorrent](../../internet/BitTorrent.md) metainfo utility. The binary is called `imdl` and runs on [Linux](../../linux/Linux.md), [Windows](../../windows/Windows.md), and [macOS](../../macos/macOS.md).

View file

@ -1,6 +1,6 @@
---
obj: application
os: linux
---
# Jless
[`jless`](https://jless.io/) is a command-line [JSON](../../files/JSON.md) viewer. Use it as a replacement for whatever combination of `less`, `jq`, `cat` and your editor you currently use for viewing [JSON](../../files/JSON.md) files. It is written in [Rust](../../dev/programming/languages/Rust.md) and can be installed as a single standalone binary.

View file

@ -1,8 +1,8 @@
---
obj: application
os: linux
repo: https://github.com/kamiyaa/joshuto
---
# Joshuto
[Repo](https://github.com/kamiyaa/joshuto)
Joshuto is a [ranger](https://github.com/ranger/ranger)-like terminal file manager written in [Rust](../../dev/programming/languages/Rust.md).

View file

@ -1,9 +1,9 @@
---
obj: application
os: linux
repo: https://github.com/zyedidia/micro
website: https://micro-editor.github.io/
---
# micro
**micro** is a terminal-based text editor that aims to be easy to use and intuitive, while also taking advantage of the capabilities of modern terminals. It comes as a single, batteries-included, static binary with no dependencies; you can download and use it right now!

View file

@ -1,10 +1,9 @@
---
obj: application
os:
- linux
website: https://aria2.github.io/
repo: https://github.com/aria2/aria2
---
# aria2
[aria2](https://aria2.github.io/) is a utility for downloading files. The supported protocols are [HTTP](../../../internet/HTTP.md)(S), [FTP](../../../internet/FTP.md), SFTP, [BitTorrent](../../../internet/BitTorrent.md), and Metalink. aria2 can download a file from multiple sources/protocols and tries to utilize your maximum download bandwidth. It supports downloading a file from [HTTP](../../../internet/HTTP.md)(S)/[FTP](../../../internet/FTP.md)/SFTP and [BitTorrent](../../../internet/BitTorrent.md) at the same time, while the data downloaded from [HTTP](../../../internet/HTTP.md)(S)/[FTP](../../../internet/FTP.md)/SFTP is uploaded to the [BitTorrent](../../../internet/BitTorrent.md) swarm. Using Metalink's chunk checksums, aria2 automatically validates chunks of data while downloading a file like [BitTorrent](../../../internet/BitTorrent.md). Aria2 can be used as a downloader by [yt-dlp](../../media/yt-dlp.md).

View file

@ -1,9 +1,9 @@
---
obj: application
os: linux
website: https://curl.se/
repo: https://github.com/curl/curl
---
# curl
cURL is a command-line tool and library for transferring data with URLs. It supports a wide range of protocols, making it a versatile tool for making [HTTP](../../../internet/HTTP.md) requests, downloading files, and more.

View file

@ -1,7 +1,5 @@
---
obj: application
os:
- linux
repo: https://github.com/BurntSushi/ripgrep
aliases: ["rg"]
---

View file

@ -1,8 +1,8 @@
---
obj: application
os: linux
repo: https://github.com/ismaelgv/rnr
---
# rnr
[Repo](https://github.com/ismaelgv/rnr)
**RnR** is a command-line tool to **securely rename** multiple files and directories that supports regular expressions.

View file

@ -1,9 +1,9 @@
---
obj: application
os: linux
website: https://rsync.samba.org/
repo: https://github.com/WayneD/rsync
---
# rsync
Rsync is an open-source tool that is used for synchronizing and transferring files between two locations. It is widely used by system administrators and developers for efficient and reliable file transfer.

View file

@ -1,8 +1,8 @@
---
obj: application
os: linux
repo: https://github.com/chmln/sd
---
# sd
[Repo](https://github.com/chmln/sd)
`sd` is an intuitive find & replace CLI.

View file

@ -1,6 +1,6 @@
---
obj: application
wesite: https://yazi-rs.github.io
website: https://yazi-rs.github.io
repo: https://github.com/sxyazi/yazi
rev: 2024-03-14
---