add revs based on git commits

This commit is contained in:
JMARyA 2024-03-08 22:53:45 +01:00
parent 55d389e2d1
commit 58c238d44a
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
59 changed files with 66 additions and 1 deletions

View file

@ -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.

View file

@ -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)

View file

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

View file

@ -1,6 +1,7 @@
---
obj: application
repo: https://github.com/tomnomnom/gron
rev: 2024-02-27
---
# gron

View file

@ -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

View file

@ -1,5 +1,6 @@
---
obj: application
rev: 2024-02-03
---
# paste

View file

@ -1,6 +1,7 @@
---
obj: application
repo: https://github.com/phiresky/ripgrep-all
rev: 2024-02-27
---
# ripgrep-all

View file

@ -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.