mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-15 01:24:29 +02:00
fix arch linux command
This commit is contained in:
24
README.md
24
README.md
@ -106,17 +106,17 @@ pip3 install jc
|
|||||||
|
|
||||||
### OS Package Repositories
|
### OS Package Repositories
|
||||||
|
|
||||||
| OS | Command |
|
| OS | Command |
|
||||||
|-----------------------|-------------------------------------------------------------------------------|
|
|--------------------------------------|-------------------------------------------------------------------------------|
|
||||||
| Debian/Ubuntu linux | `apt-get install jc` |
|
| Debian/Ubuntu linux | `apt-get install jc` |
|
||||||
| Fedora linux | `dnf install jc` |
|
| Fedora linux | `dnf install jc` |
|
||||||
| openSUSE linux | `zypper install jc` |
|
| openSUSE linux | `zypper install jc` |
|
||||||
| Archlinux User Repositories (AUR) | `paru -S jc` or `aura -A jc` or `yay -S jc` |
|
| Archlinux User Repositories (AUR) | `paru -S jc` or `aura -A jc` or `yay -S jc` |
|
||||||
| NixOS linux | `nix-env -iA nixpkgs.jc` or `nix-env -iA nixos.jc` |
|
| NixOS linux | `nix-env -iA nixpkgs.jc` or `nix-env -iA nixos.jc` |
|
||||||
| Guix System linux | `guix install jc` |
|
| Guix System linux | `guix install jc` |
|
||||||
| macOS | `brew install jc` |
|
| macOS | `brew install jc` |
|
||||||
| FreeBSD | `portsnap fetch update && cd /usr/ports/textproc/py-jc && make install clean` |
|
| FreeBSD | `portsnap fetch update && cd /usr/ports/textproc/py-jc && make install clean` |
|
||||||
| Ansible filter plugin | `ansible-galaxy collection install community.general` |
|
| Ansible filter plugin | `ansible-galaxy collection install community.general` |
|
||||||
|
|
||||||
> For more OS Packages, see https://repology.org/project/jc/versions.
|
> For more OS Packages, see https://repology.org/project/jc/versions.
|
||||||
|
|
||||||
@ -1129,4 +1129,4 @@ cat istio.yaml | jc --yaml -p
|
|||||||
]
|
]
|
||||||
```
|
```
|
||||||
|
|
||||||
© 2019-2022 Kelly Brazil
|
© 2019-2022 Kelly Brazil
|
2
man/jc.1
2
man/jc.1
@ -1,4 +1,4 @@
|
|||||||
.TH jc 1 2022-04-10 1.18.7 "JSON Convert"
|
.TH jc 1 2022-04-12 1.18.7 "JSON Convert"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
jc \- JSONifies the output of many CLI tools and file-types
|
jc \- JSONifies the output of many CLI tools and file-types
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
@ -106,17 +106,17 @@ pip3 install jc
|
|||||||
|
|
||||||
### OS Package Repositories
|
### OS Package Repositories
|
||||||
|
|
||||||
| OS | Command |
|
| OS | Command |
|
||||||
|-----------------------|-------------------------------------------------------------------------------|
|
|--------------------------------------|-------------------------------------------------------------------------------|
|
||||||
| Debian/Ubuntu linux | `apt-get install jc` |
|
| Debian/Ubuntu linux | `apt-get install jc` |
|
||||||
| Fedora linux | `dnf install jc` |
|
| Fedora linux | `dnf install jc` |
|
||||||
| openSUSE linux | `zypper install jc` |
|
| openSUSE linux | `zypper install jc` |
|
||||||
| Arch linux | `pacman -S jc` |
|
| Archlinux User Repositories (AUR) | `paru -S jc` or `aura -A jc` or `yay -S jc` |
|
||||||
| NixOS linux | `nix-env -iA nixpkgs.jc` or `nix-env -iA nixos.jc` |
|
| NixOS linux | `nix-env -iA nixpkgs.jc` or `nix-env -iA nixos.jc` |
|
||||||
| Guix System linux | `guix install jc` |
|
| Guix System linux | `guix install jc` |
|
||||||
| macOS | `brew install jc` |
|
| macOS | `brew install jc` |
|
||||||
| FreeBSD | `portsnap fetch update && cd /usr/ports/textproc/py-jc && make install clean` |
|
| FreeBSD | `portsnap fetch update && cd /usr/ports/textproc/py-jc && make install clean` |
|
||||||
| Ansible filter plugin | `ansible-galaxy collection install community.general` |
|
| Ansible filter plugin | `ansible-galaxy collection install community.general` |
|
||||||
|
|
||||||
> For more OS Packages, see https://repology.org/project/jc/versions.
|
> For more OS Packages, see https://repology.org/project/jc/versions.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user