From ae3656f006f3b21d443b874a6ac4b2c6f134736a Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sun, 20 Jun 2021 10:22:13 +0800 Subject: [PATCH] Make the command line notes consistent Just the title anyways. It makes easier to find aside from the file name and also makes it clear in case I refer to them from other documents. --- structured/cli.borg.org | 6 +++--- structured/cli.curl.org | 4 ++-- structured/cli.ffmpeg.org | 4 ++-- structured/cli.flatpak.org | 4 ++-- structured/cli.fzf.org | 4 ++-- structured/cli.imagemagick.org | 16 ++++++++++++++-- structured/cli.journalctl.org | 4 ++-- structured/cli.kubectl.org | 4 ++-- structured/cli.niv.org | 4 ++-- structured/cli.pacman.org | 4 ++-- structured/cli.podman.org | 4 ++-- 11 files changed, 35 insertions(+), 23 deletions(-) diff --git a/structured/cli.borg.org b/structured/cli.borg.org index 1ddb3a0..7f1575c 100644 --- a/structured/cli.borg.org +++ b/structured/cli.borg.org @@ -1,9 +1,9 @@ :PROPERTIES: :ID: 8135ece9-0dc0-4799-ac63-a24f9486ddd2 :END: -#+title: BorgBackup +#+title: Command line: BorgBackup #+date: "2021-05-30 21:40:24 +08:00" -#+date_modified: "2021-06-05 09:11:53 +08:00" +#+date_modified: "2021-06-20 10:02:15 +08:00" #+language: en #+property: header_args :eval no #+property: header_args:bash :results silent :exports code @@ -147,7 +147,7 @@ BORG_REPO="$HOME/backups" BORG_PASSCOMMAND='gopass show misc/personal-borgbackup ** An interactive interface for extracting archives -All-time favorite [[id:4eb1f8b1-bc12-4a6c-8fa4-20e4c3542cf2][fzf]] (and xargs) is required. +All-time favorite fzf (see [[id:4eb1f8b1-bc12-4a6c-8fa4-20e4c3542cf2][Command line: fzf]]) is required. #+begin_src bash export BORG_PASSPHRASE="oral hygiene" diff --git a/structured/cli.curl.org b/structured/cli.curl.org index 9046f64..7199557 100644 --- a/structured/cli.curl.org +++ b/structured/cli.curl.org @@ -1,6 +1,6 @@ -#+title: cURL +#+title: Command line: cURL #+date: "2021-06-04 10:56:52 +08:00" -#+date_modified: "2021-06-04 11:23:39 +08:00" +#+date_modified: "2021-06-19 17:41:38 +08:00" #+language: en #+property: header-args :eval no diff --git a/structured/cli.ffmpeg.org b/structured/cli.ffmpeg.org index 8b157d6..f113e5f 100644 --- a/structured/cli.ffmpeg.org +++ b/structured/cli.ffmpeg.org @@ -1,6 +1,6 @@ -#+title: FFmpeg +#+title: Command line: FFmpeg #+date: "2021-05-09 16:40:50 +08:00" -#+date_modified: "2021-06-04 17:01:26 +08:00" +#+date_modified: "2021-06-19 17:43:07 +08:00" #+language: en #+property: header-args :eval no diff --git a/structured/cli.flatpak.org b/structured/cli.flatpak.org index a4f3895..f40c5c8 100644 --- a/structured/cli.flatpak.org +++ b/structured/cli.flatpak.org @@ -1,6 +1,6 @@ -#+title: Flatpak +#+title: Command line: Flatpak #+date: "2021-06-04 07:39:11 +08:00" -#+date_modified: "2021-06-04 07:54:18 +08:00" +#+date_modified: "2021-06-19 17:42:15 +08:00" #+language: en diff --git a/structured/cli.fzf.org b/structured/cli.fzf.org index f02eaa6..2ebf0df 100644 --- a/structured/cli.fzf.org +++ b/structured/cli.fzf.org @@ -1,9 +1,9 @@ :PROPERTIES: :ID: 4eb1f8b1-bc12-4a6c-8fa4-20e4c3542cf2 :END: -#+title: fzf +#+title: Command line: fzf #+date: "2021-05-31 23:08:57 +08:00" -#+date_modified: "2021-06-18 19:16:44 +08:00" +#+date_modified: "2021-06-19 17:42:49 +08:00" #+language: en diff --git a/structured/cli.imagemagick.org b/structured/cli.imagemagick.org index eea41f5..2ebf5a0 100644 --- a/structured/cli.imagemagick.org +++ b/structured/cli.imagemagick.org @@ -1,6 +1,6 @@ -#+title: ImageMagick +#+title: Command line: ImageMagick #+date: "2021-05-09 19:55:50 +08:00" -#+date_modified: "2021-05-09 20:55:15 +08:00" +#+date_modified: "2021-06-19 17:43:40 +08:00" #+language: en @@ -9,6 +9,18 @@ For future reference, this mainly use v7 which has Git-style interface (which is + + + +* Synopsis + +#+begin_src shell +magick [subcommand [subcommand_options...]] +#+end_src + + + + * Subcommands - =convert= - resize images, convert between formats, apply filter effects diff --git a/structured/cli.journalctl.org b/structured/cli.journalctl.org index ce3a29e..15f56dc 100644 --- a/structured/cli.journalctl.org +++ b/structured/cli.journalctl.org @@ -1,6 +1,6 @@ -#+title: journalctl +#+title: Command line: journalctl #+date: "2021-05-20 23:07:39 +08:00" -#+date_modified: "2021-05-21 18:40:02 +08:00" +#+date_modified: "2021-06-19 17:43:20 +08:00" #+language: en #+property: header-args :results none diff --git a/structured/cli.kubectl.org b/structured/cli.kubectl.org index e545c1a..4cbea34 100644 --- a/structured/cli.kubectl.org +++ b/structured/cli.kubectl.org @@ -1,9 +1,9 @@ :PROPERTIES: :ID: 49867854-3780-45ed-a703-4f5d22a92d39 :END: -#+title: kubectl +#+title: Command line: kubectl #+date: "2021-06-13 00:29:49 +08:00" -#+date_modified: "2021-06-14 23:27:29 +08:00" +#+date_modified: "2021-06-19 17:41:50 +08:00" #+language: en #+property: header-arg :eval no diff --git a/structured/cli.niv.org b/structured/cli.niv.org index a353ec9..d00f9d7 100644 --- a/structured/cli.niv.org +++ b/structured/cli.niv.org @@ -1,9 +1,9 @@ :PROPERTIES: :ID: c05e1aa9-0619-4617-abb6-870fceca3430 :END: -#+title: Niv +#+title: Command line: Niv #+date: "2021-05-09 17:25:04 +08:00" -#+date_modified: "2021-06-05 12:36:39 +08:00" +#+date_modified: "2021-06-19 17:43:28 +08:00" #+language: en diff --git a/structured/cli.pacman.org b/structured/cli.pacman.org index cabe45e..51d0622 100644 --- a/structured/cli.pacman.org +++ b/structured/cli.pacman.org @@ -1,6 +1,6 @@ -#+title: Pacman +#+title: Command line: Pacman #+date: "2021-06-08 15:00:04 +08:00" -#+date_modified: "2021-06-08 17:27:45 +08:00" +#+date_modified: "2021-06-19 17:42:03 +08:00" #+language: en #+property: header_args :eval no diff --git a/structured/cli.podman.org b/structured/cli.podman.org index 59466f8..44ade20 100644 --- a/structured/cli.podman.org +++ b/structured/cli.podman.org @@ -1,6 +1,6 @@ -#+title: Podman +#+title: Command line: Podman #+date: "2021-06-10 11:51:26 +08:00" -#+date_modified: "2021-06-10 16:23:23 +08:00" +#+date_modified: "2021-06-19 17:41:58 +08:00" #+language: en #+property: header-args :eval no