Compare commits

..

No commits in common. "c3aca0eaeb7fa47d71304051b8daf9ea250972c6" and "63ff7c7e1e3d819777a2769cdd70a758a23cf1c7" have entirely different histories.

3 changed files with 18 additions and 34 deletions

View file

@ -1,4 +1,3 @@
---
common:
base:
- linux-headers
@ -32,11 +31,9 @@ common:
- ddcutil
_:
- acpi
- name: smartmontools
desc: monitor drive (SSD) health
- smartmontools # monitor drive (SSD) health
- lshw
- name: dmidecode
desc: to list memory slots
- dmidecode # to list memory slots
- usbutils
- brightnessctl
- lm_sensors
@ -91,11 +88,10 @@ common:
- fx
- name: jc
desc: Adapter to convert regular command to JSON output
yaml:
yaml:
- yq
csv:
- name: xsv
desc: rust CSV toolkit
- xsv # rust CSV toolkit
language:
ocr:
- tesseract
@ -107,7 +103,7 @@ common:
- hunspell-fr
mail:
- s-nail
fun:
fun:
- figlet
- cowsay
- aur/boxes
@ -116,14 +112,10 @@ common:
- unzip
- zip
bureautique:
- name: unoconv
desc: can be used to export ODT to pdf
- name: pandoc
desc: general purpose document converter
- name: typst
desc: an alternative to latex
- name: aur/marp-cli-bin
desc: create presentation from markdown
- unoconv # can be used to export ODT to pdf
- pandoc # general purpose document converter
- typst # an alternative to latex
- aur/marp-cli-bin # create presentation from markdown
- graphviz
latex:
- texlive-basic
@ -132,8 +124,7 @@ common:
- texlive-fontsrecommended
- texlive-fontsextra
math:
- name: libqalculate
desc: Provide Qalc
- libqalculate # qalc
git:
- aur/gitwatch-git
- tig
@ -159,8 +150,7 @@ common:
- gnu-netcat
- wireguard-tools
- tcpdump
- name: socat
desc: TCP proxy or relay
- socat # TCP proxy or relay
- rsync
- rclone
- whois
@ -170,8 +160,7 @@ common:
- strace
- wireshark-cli
- name: binwalk
desc: Inspect a binary to search for embeded files and binaries
url: https://www.kali.org/tools/binwalk/
desc: Inspect a binary to search for embeded files and binaries (https://www.kali.org/tools/binwalk/)
- name: aur/libtree
desc: Inspect a binary and output of tree of system libraries
@ -194,14 +183,11 @@ common:
android:
- scrcpy
- kdeconnect
geo: [] # todo
geo: []
#- aur/osmium-tool
random_gen:
- python-faker
- aur/uuid
hashing:
- name: aur/apache-tools
desc: provide htpasswd
- argon2
cli_frontends:
forges:
@ -420,6 +406,7 @@ common:
- celluloid
- vlc
- obs-studio
#- kdenlive
3d:
- openscad
- blender
@ -435,7 +422,7 @@ common:
desc: Light QT GUI to navigate sqlite
remote_access:
- remmina
- aur/remmina-plugin-rdesktop
#- remmina-plugin-rdesktop
_:
- name: aur/screen-message
description: Utility to write in big on the screen
@ -468,6 +455,3 @@ hashicorp:
- name: vault
alias: hvault
extra_video:
- name: kdenlive
desc: video editor

View file

@ -1,3 +1,3 @@
#!/usr/bin/sh
/usr/bin/gitwatch -r origin -R -s 300 -m "docs: update from {{ device_name }}" {{ home }}/notebooks/$1
/usr/bin/gitwatch -r -R origin -s 300 -m "docs: update from {{ device_name }}" {{ home }}/notebooks/$1

View file

@ -4,7 +4,7 @@ Description=Sync popequer notebook with git
[Service]
# the buffer period in seconds 5min = 300s
Type=simple
ExecStart={{ home }}/.local/bin/ppq_gitwatch %i
ExecStart={{ home }}/.local/bin/gitwatch /%i
ExecStop=/bin/true
Restart=always
RestartSec=30