mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
feat: add manual page reader
Ability to read the program's manual from the terminal is much better than to ask the user to search the manual page on the internet, we already trust the installed program and documentation, but we should not trust every manual page on the internet.
This commit is contained in:
parent
26a35b838f
commit
44ea4c5db2
@ -28,5 +28,6 @@ include:
|
|||||||
- rsync
|
- rsync
|
||||||
- transmission-cli
|
- transmission-cli
|
||||||
- transmission-qt
|
- transmission-qt
|
||||||
|
- man-db
|
||||||
|
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
|
@ -31,6 +31,7 @@ include:
|
|||||||
- mpv
|
- mpv
|
||||||
- vlc
|
- vlc
|
||||||
- xpdf
|
- xpdf
|
||||||
|
- man-db
|
||||||
|
|
||||||
"{{ slsdotpath }}-etc-mimeapps.list":
|
"{{ slsdotpath }}-etc-mimeapps.list":
|
||||||
file.managed:
|
file.managed:
|
||||||
|
@ -29,5 +29,6 @@ include:
|
|||||||
- evince
|
- evince
|
||||||
- python3-pdfminer
|
- python3-pdfminer
|
||||||
- vim
|
- vim
|
||||||
|
- man-db
|
||||||
|
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
|
@ -21,6 +21,7 @@ include:
|
|||||||
- pkgs:
|
- pkgs:
|
||||||
- qubes-core-agent-networking
|
- qubes-core-agent-networking
|
||||||
- ca-certificates
|
- ca-certificates
|
||||||
|
- man-db
|
||||||
|
|
||||||
{% set pkg = {
|
{% set pkg = {
|
||||||
'Debian': {
|
'Debian': {
|
||||||
|
@ -22,5 +22,6 @@ include:
|
|||||||
- ca-certificates
|
- ca-certificates
|
||||||
- iproute2
|
- iproute2
|
||||||
- systemd-timesyncd
|
- systemd-timesyncd
|
||||||
|
- man-db
|
||||||
|
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
|
@ -19,6 +19,7 @@ include:
|
|||||||
- skip_suggestions: True
|
- skip_suggestions: True
|
||||||
- pkgs:
|
- pkgs:
|
||||||
- git
|
- git
|
||||||
|
- mab-db
|
||||||
|
|
||||||
{% set git = {
|
{% set git = {
|
||||||
'Debian': {
|
'Debian': {
|
||||||
|
@ -21,6 +21,7 @@ include:
|
|||||||
- skip_suggestions: True
|
- skip_suggestions: True
|
||||||
- pkgs:
|
- pkgs:
|
||||||
- git
|
- git
|
||||||
|
- man-db
|
||||||
|
|
||||||
"{{ slsdotpath }}-rpc":
|
"{{ slsdotpath }}-rpc":
|
||||||
file.recurse:
|
file.recurse:
|
||||||
|
@ -19,6 +19,7 @@ include:
|
|||||||
- pkgs:
|
- pkgs:
|
||||||
- split-gpg2
|
- split-gpg2
|
||||||
- gnupg2
|
- gnupg2
|
||||||
|
- man-db
|
||||||
|
|
||||||
{% set pkg = {
|
{% set pkg = {
|
||||||
'Debian': {
|
'Debian': {
|
||||||
|
@ -41,6 +41,7 @@ include:
|
|||||||
- php-xml
|
- php-xml
|
||||||
- unzip
|
- unzip
|
||||||
- bash-completion
|
- bash-completion
|
||||||
|
- man-db
|
||||||
|
|
||||||
"{{ slsdotpath }}-disable-external-admin-interface":
|
"{{ slsdotpath }}-disable-external-admin-interface":
|
||||||
file.managed:
|
file.managed:
|
||||||
|
@ -25,6 +25,7 @@ include:
|
|||||||
- qubes-core-agent-networking
|
- qubes-core-agent-networking
|
||||||
- cups
|
- cups
|
||||||
- ipp-usb
|
- ipp-usb
|
||||||
|
- man-db
|
||||||
## Print
|
## Print
|
||||||
- printer-driver-cups-pdf
|
- printer-driver-cups-pdf
|
||||||
- system-config-printer
|
- system-config-printer
|
||||||
|
@ -18,6 +18,7 @@ include:
|
|||||||
- skip_suggestions: True
|
- skip_suggestions: True
|
||||||
- pkgs:
|
- pkgs:
|
||||||
- rsync
|
- rsync
|
||||||
|
- man-db
|
||||||
|
|
||||||
"{{ slsdotpath }}-client-systemd":
|
"{{ slsdotpath }}-client-systemd":
|
||||||
file.recurse:
|
file.recurse:
|
||||||
|
@ -19,6 +19,7 @@ include:
|
|||||||
- pkgs:
|
- pkgs:
|
||||||
- rsync
|
- rsync
|
||||||
- socat
|
- socat
|
||||||
|
- man-db
|
||||||
|
|
||||||
"{{ slsdotpath }}-stop-rsync":
|
"{{ slsdotpath }}-stop-rsync":
|
||||||
service.dead:
|
service.dead:
|
||||||
|
@ -23,6 +23,7 @@ include:
|
|||||||
- qubes-core-agent-networking
|
- qubes-core-agent-networking
|
||||||
- ca-certificates
|
- ca-certificates
|
||||||
- socat
|
- socat
|
||||||
|
- man-db
|
||||||
|
|
||||||
{% set pkg = {
|
{% set pkg = {
|
||||||
'Debian': {
|
'Debian': {
|
||||||
|
@ -23,6 +23,7 @@ include:
|
|||||||
- qubes-core-agent-networking
|
- qubes-core-agent-networking
|
||||||
- ca-certificates
|
- ca-certificates
|
||||||
- socat
|
- socat
|
||||||
|
- man-db
|
||||||
|
|
||||||
{% set pkg = {
|
{% set pkg = {
|
||||||
'Debian': {
|
'Debian': {
|
||||||
|
@ -19,6 +19,7 @@ include:
|
|||||||
- pkgs:
|
- pkgs:
|
||||||
- openssh-server
|
- openssh-server
|
||||||
- socat
|
- socat
|
||||||
|
- man-db
|
||||||
|
|
||||||
"{{ slsdotpath }}-stop-ssh":
|
"{{ slsdotpath }}-stop-ssh":
|
||||||
service.dead:
|
service.dead:
|
||||||
|
@ -24,6 +24,7 @@ include:
|
|||||||
- pkgs:
|
- pkgs:
|
||||||
- socat
|
- socat
|
||||||
- syncthing
|
- syncthing
|
||||||
|
- man-db
|
||||||
|
|
||||||
{% set pkg = {
|
{% set pkg = {
|
||||||
'Debian': {
|
'Debian': {
|
||||||
|
@ -29,6 +29,7 @@ include:
|
|||||||
- socat
|
- socat
|
||||||
- qubes-core-agent-thunar
|
- qubes-core-agent-thunar
|
||||||
- thunar
|
- thunar
|
||||||
|
- man-db
|
||||||
|
|
||||||
"{{ slsdotpath }}-rpc-service":
|
"{{ slsdotpath }}-rpc-service":
|
||||||
file.managed:
|
file.managed:
|
||||||
|
@ -17,5 +17,7 @@ include:
|
|||||||
- skip_suggestions: True
|
- skip_suggestions: True
|
||||||
- pkgs:
|
- pkgs:
|
||||||
- qubes-usb-proxy
|
- qubes-usb-proxy
|
||||||
|
- pciutils
|
||||||
|
- mab-db
|
||||||
|
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
|
@ -31,5 +31,6 @@ include:
|
|||||||
- wireguard
|
- wireguard
|
||||||
- unzip
|
- unzip
|
||||||
- curl
|
- curl
|
||||||
|
- man-db
|
||||||
|
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
|
@ -19,13 +19,14 @@ include:
|
|||||||
- pkgs:
|
- pkgs:
|
||||||
- keepassxc
|
- keepassxc
|
||||||
- gnupg2
|
- gnupg2
|
||||||
|
- man-db
|
||||||
|
|
||||||
{% set pkg = {
|
{% set pkg = {
|
||||||
'Debian': {
|
'Debian': {
|
||||||
'pkg': ['sq', 'openssh-client'],
|
'pkg': ['sq', 'openssh-client'],
|
||||||
},
|
},
|
||||||
'RedHat': {
|
'RedHat': {
|
||||||
'pkg': ['sequoia-sq', 'openssh-clients'],
|
'pkg': ['sequoia-sq', 'sequoia-chameleon-gnupg', 'openssh-clients'],
|
||||||
},
|
},
|
||||||
}.get(grains.os_family) -%}
|
}.get(grains.os_family) -%}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user