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

View file

@ -1,3 +1,3 @@
#!/usr/bin/sh #!/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] [Service]
# the buffer period in seconds 5min = 300s # the buffer period in seconds 5min = 300s
Type=simple Type=simple
ExecStart={{ home }}/.local/bin/ppq_gitwatch %i ExecStart={{ home }}/.local/bin/gitwatch /%i
ExecStop=/bin/true ExecStop=/bin/true
Restart=always Restart=always
RestartSec=30 RestartSec=30