add revs based on git commits
This commit is contained in:
parent
55d389e2d1
commit
58c238d44a
59 changed files with 66 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
obj: application
|
||||
website: https://www.borgbackup.org
|
||||
repo: https://github.com/borgbackup/borg
|
||||
rev: 2024-02-12
|
||||
---
|
||||
# Borg Backup
|
||||
BorgBackup (short: Borg) is a deduplicating backup program. Optionally, it supports compression and authenticated encryption.
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
obj: application
|
||||
os: linux
|
||||
arch-wiki: https://wiki.archlinux.org/title/ClamAV
|
||||
website: https://www.clamav.net/
|
||||
website: https://www.clamav.net
|
||||
rev: 2024-01-17
|
||||
---
|
||||
|
||||
# ClamAV
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
obj: concept
|
||||
arch-wiki: https://wiki.archlinux.org/title/Command-line_shell
|
||||
wiki: https://en.wikipedia.org/wiki/Unix_shell
|
||||
rev: 2024-03-07
|
||||
---
|
||||
# Shell
|
||||
The shell is a command-line interpreter that provides a user interface to an operating system's services. It allows users to interact with the system through text-based commands and scripts. Shell scripting refers to writing a series of commands in a script file to automate tasks and perform complex operations.
|
||||
|
|
|
@ -2,7 +2,9 @@
|
|||
obj: application
|
||||
os: ["macos", "linux", "windows"]
|
||||
repo: https://github.com/sharkdp/bat
|
||||
rev: 2024-01-17
|
||||
---
|
||||
|
||||
# bat
|
||||
bat is a cat rewrite in [Rust](../../dev/programming/languages/Rust.md)
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@ obj: application
|
|||
os: linux
|
||||
repo: https://github.com/eza-community/eza
|
||||
website: https://eza.rocks
|
||||
rev: 2024-03-07
|
||||
---
|
||||
|
||||
# exa
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
obj: application
|
||||
repo: https://github.com/tomnomnom/gron
|
||||
rev: 2024-02-27
|
||||
---
|
||||
|
||||
# gron
|
||||
|
|
|
@ -3,6 +3,7 @@ obj: application
|
|||
website: https://www.nano-editor.org
|
||||
repo: https://git.savannah.gnu.org/cgit/nano.git
|
||||
wiki: https://en.wikipedia.org/wiki/GNU_nano
|
||||
rev: 2024-01-17
|
||||
---
|
||||
|
||||
# nano
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
obj: application
|
||||
rev: 2024-02-03
|
||||
---
|
||||
|
||||
# paste
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
obj: application
|
||||
repo: https://github.com/phiresky/ripgrep-all
|
||||
rev: 2024-02-27
|
||||
---
|
||||
|
||||
# ripgrep-all
|
||||
|
|
|
@ -3,7 +3,9 @@ obj: application
|
|||
repo: https://github.com/tmux/tmux
|
||||
arch-wiki: https://wiki.archlinux.org/title/tmux
|
||||
wiki: https://en.wikipedia.org/wiki/Tmux
|
||||
rev: 2024-01-15
|
||||
---
|
||||
|
||||
# tmux
|
||||
tmux is a terminal multiplexer: it enables a number of terminals to be created, accessed, and controlled from a single screen. tmux may be detached from a screen and continue running in the background, then later reattached.
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
obj: application
|
||||
repo: https://github.com/alvr-org/ALVR
|
||||
rev: 2024-02-05
|
||||
---
|
||||
|
||||
# ALVR
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
obj: application
|
||||
repo: https://github.com/ollama/ollama
|
||||
website: https://ollama.ai
|
||||
rev: 2024-02-19
|
||||
---
|
||||
|
||||
# Ollama
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
---
|
||||
website: https://matrix.org/
|
||||
obj: application
|
||||
rev: 2024-01-19
|
||||
---
|
||||
|
||||
# Matrix
|
||||
Matrix is an open standard and communication protocol for real-time communication. It aims to make real-time communication work seamlessly between different service providers, in the way that standard [Simple Mail Transfer Protocol](../../internet/SMTP.md) [email](../../internet/eMail.md) currently does for store-and-forward [email](../../internet/eMail.md) service, by allowing users with accounts at one communications service provider to communicate with users of a different service provider via online chat, voice over IP, and videotelephony. It therefore serves a similar purpose to protocols like XMPP, but is not based on any existing communication protocol.
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
obj: application
|
||||
website: https://goteleport.com
|
||||
repo: https://github.com/gravitational/teleport
|
||||
rev: 2024-03-08
|
||||
---
|
||||
|
||||
# Teleport
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue