From 2e305b3604590ffebd5b47b544505c44f766fcc5 Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Mon, 27 Apr 2026 12:02:33 +0200 Subject: [PATCH] clean up cmd tags --- command.rec | 8 -------- 1 file changed, 8 deletions(-) diff --git a/command.rec b/command.rec index 26018ac..be7edd5 100644 --- a/command.rec +++ b/command.rec @@ -115,7 +115,6 @@ bin: ntpd tag: time tag: system - aim: Check a service cmd: sudo systemctl status mpd shell: sh @@ -123,7 +122,6 @@ bin: systemd tag: system tag: service - aim: Recognize service changes cmd: sudo systemctl daemon-reload shell: sh @@ -131,7 +129,6 @@ bin: systemd tag: system tag: service - aim: Start a service (it stops when the computer shuts down) cmd: sudo systemctl taskd.service start + sudo systemctl daemon-reload @@ -140,7 +137,6 @@ bin: systemd tag: system tag: service - aim: Find out why the computer takes so long to start cmd: sudo systemd-analyze + sudo systemd-analyze blame @@ -149,7 +145,6 @@ bin: systemd tag: system tag: boot - aim: See what the computer is doing cmd: journalctl -f shell: sh @@ -188,7 +183,6 @@ shell: sh bin: journalctl tag: system - aim: Convert markdown table to csv cmd: mlr --imarkdown --ocsv cat ${file}.md bin: mlr @@ -359,7 +353,6 @@ tag: vision tag: video shell: sh - aim: Convert video to audio cmd: ffmpeg -i ${input}.mp4 -vn ${output}.mp3 bin: ffmpeg @@ -375,7 +368,6 @@ bin: ffmpeg tag: vision shell: sh - aim: Change resolution cmd: ffmpeg -i ${input}.mp4 -filter:v scale=1280:720 -c:a copy ${output}.mp4 bin: ffmpeg