about summary refs log tree commit diff stats
path: root/hm/soispha/conf/lf/commands/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'hm/soispha/conf/lf/commands/scripts')
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/archive.sh2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/broot_jump.sh2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/chmod.sh2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/clear_trash.sh2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/cow_cp.sh2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/dl_file.sh2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/dragon.sh2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/dragon_individual.sh2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/dragon_stay.sh2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/execute.sh2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/fzf_jump.sh2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/go_project_root.sh2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/mk_dir.sh2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/mk_file.sh2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/mk_file_and_edit.sh2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/mk_ln.sh2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/mk_scr_default.sh2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/mk_scr_temp.sh2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/restore_trash.sh2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/set_wall_paper.sh2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/stripspace.sh2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/trash.sh2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/unarchive.sh2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/view_file.sh2
24 files changed, 24 insertions, 24 deletions
diff --git a/hm/soispha/conf/lf/commands/scripts/archive.sh b/hm/soispha/conf/lf/commands/scripts/archive.sh
index e437dad2..25f40534 100755
--- a/hm/soispha/conf/lf/commands/scripts/archive.sh
+++ b/hm/soispha/conf/lf/commands/scripts/archive.sh
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH
 
 # Option '-f' disables pathname expansion which can be useful when $f, $fs, and
 # $fx variables contain names with '*' or '?' characters. However, this option
diff --git a/hm/soispha/conf/lf/commands/scripts/broot_jump.sh b/hm/soispha/conf/lf/commands/scripts/broot_jump.sh
index 0e4cba2f..8f40ba01 100755
--- a/hm/soispha/conf/lf/commands/scripts/broot_jump.sh
+++ b/hm/soispha/conf/lf/commands/scripts/broot_jump.sh
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH
 
 # shellcheck disable=SC2269
 f="$f"
diff --git a/hm/soispha/conf/lf/commands/scripts/chmod.sh b/hm/soispha/conf/lf/commands/scripts/chmod.sh
index 12530cdc..9859127b 100755
--- a/hm/soispha/conf/lf/commands/scripts/chmod.sh
+++ b/hm/soispha/conf/lf/commands/scripts/chmod.sh
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH
 
 # shellcheck disable=SC2269
 f="$f"
diff --git a/hm/soispha/conf/lf/commands/scripts/clear_trash.sh b/hm/soispha/conf/lf/commands/scripts/clear_trash.sh
index 1a0bdac7..9052bb5f 100755
--- a/hm/soispha/conf/lf/commands/scripts/clear_trash.sh
+++ b/hm/soispha/conf/lf/commands/scripts/clear_trash.sh
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH
 
 # could also use --force, for instand removal
 trash list | fzf --multi | awk '{print $NF}' | xargs trash empty --match=exact
diff --git a/hm/soispha/conf/lf/commands/scripts/cow_cp.sh b/hm/soispha/conf/lf/commands/scripts/cow_cp.sh
index 3f14704b..98675b9e 100755
--- a/hm/soispha/conf/lf/commands/scripts/cow_cp.sh
+++ b/hm/soispha/conf/lf/commands/scripts/cow_cp.sh
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH
 
 # shellcheck disable=SC2269
 f="$f"
diff --git a/hm/soispha/conf/lf/commands/scripts/dl_file.sh b/hm/soispha/conf/lf/commands/scripts/dl_file.sh
index fbd0f21b..c7e3d8b2 100755
--- a/hm/soispha/conf/lf/commands/scripts/dl_file.sh
+++ b/hm/soispha/conf/lf/commands/scripts/dl_file.sh
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH
 
 # shellcheck disable=SC2269
 f="$f"
diff --git a/hm/soispha/conf/lf/commands/scripts/dragon.sh b/hm/soispha/conf/lf/commands/scripts/dragon.sh
index 5a38305e..cf3c3176 100755
--- a/hm/soispha/conf/lf/commands/scripts/dragon.sh
+++ b/hm/soispha/conf/lf/commands/scripts/dragon.sh
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH
 
 # shellcheck disable=SC2269
 f="$f"
diff --git a/hm/soispha/conf/lf/commands/scripts/dragon_individual.sh b/hm/soispha/conf/lf/commands/scripts/dragon_individual.sh
index be82f0f9..2465cdfa 100755
--- a/hm/soispha/conf/lf/commands/scripts/dragon_individual.sh
+++ b/hm/soispha/conf/lf/commands/scripts/dragon_individual.sh
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH
 
 # shellcheck disable=SC2269
 f="$f"
diff --git a/hm/soispha/conf/lf/commands/scripts/dragon_stay.sh b/hm/soispha/conf/lf/commands/scripts/dragon_stay.sh
index dddaf4ab..066b4c75 100755
--- a/hm/soispha/conf/lf/commands/scripts/dragon_stay.sh
+++ b/hm/soispha/conf/lf/commands/scripts/dragon_stay.sh
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH
 
 # shellcheck disable=SC2269
 f="$f"
diff --git a/hm/soispha/conf/lf/commands/scripts/execute.sh b/hm/soispha/conf/lf/commands/scripts/execute.sh
index 587d1f1a..aa97fd7f 100755
--- a/hm/soispha/conf/lf/commands/scripts/execute.sh
+++ b/hm/soispha/conf/lf/commands/scripts/execute.sh
@@ -1,7 +1,7 @@
 #!/usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH
 
 # shellcheck disable=SC2269
 f="$f"
diff --git a/hm/soispha/conf/lf/commands/scripts/fzf_jump.sh b/hm/soispha/conf/lf/commands/scripts/fzf_jump.sh
index edfa0ab0..ad1633fb 100755
--- a/hm/soispha/conf/lf/commands/scripts/fzf_jump.sh
+++ b/hm/soispha/conf/lf/commands/scripts/fzf_jump.sh
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH
 
 res="$(fd . --maxdepth 3 | fzf --header='Jump to location')"
 
diff --git a/hm/soispha/conf/lf/commands/scripts/go_project_root.sh b/hm/soispha/conf/lf/commands/scripts/go_project_root.sh
index e0e27e9a..5f7746d3 100755
--- a/hm/soispha/conf/lf/commands/scripts/go_project_root.sh
+++ b/hm/soispha/conf/lf/commands/scripts/go_project_root.sh
@@ -1,7 +1,7 @@
 #!/usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH
 
 # shellcheck disable=SC2269
 f="$f"
diff --git a/hm/soispha/conf/lf/commands/scripts/mk_dir.sh b/hm/soispha/conf/lf/commands/scripts/mk_dir.sh
index e3dc5ee4..150f7eed 100755
--- a/hm/soispha/conf/lf/commands/scripts/mk_dir.sh
+++ b/hm/soispha/conf/lf/commands/scripts/mk_dir.sh
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH
 
 # shellcheck disable=SC2269
 f="$f"
diff --git a/hm/soispha/conf/lf/commands/scripts/mk_file.sh b/hm/soispha/conf/lf/commands/scripts/mk_file.sh
index 2951ec94..41d5cf1a 100755
--- a/hm/soispha/conf/lf/commands/scripts/mk_file.sh
+++ b/hm/soispha/conf/lf/commands/scripts/mk_file.sh
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH
 
 # shellcheck disable=SC2269
 f="$f"
diff --git a/hm/soispha/conf/lf/commands/scripts/mk_file_and_edit.sh b/hm/soispha/conf/lf/commands/scripts/mk_file_and_edit.sh
index dc9fe87e..19fc51db 100755
--- a/hm/soispha/conf/lf/commands/scripts/mk_file_and_edit.sh
+++ b/hm/soispha/conf/lf/commands/scripts/mk_file_and_edit.sh
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH
 
 # shellcheck disable=SC2269
 f="$f"
diff --git a/hm/soispha/conf/lf/commands/scripts/mk_ln.sh b/hm/soispha/conf/lf/commands/scripts/mk_ln.sh
index 889be037..e5ed15d2 100755
--- a/hm/soispha/conf/lf/commands/scripts/mk_ln.sh
+++ b/hm/soispha/conf/lf/commands/scripts/mk_ln.sh
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH
 
 # shellcheck disable=SC2269
 f="$f"
diff --git a/hm/soispha/conf/lf/commands/scripts/mk_scr_default.sh b/hm/soispha/conf/lf/commands/scripts/mk_scr_default.sh
index bc57563c..47d05080 100755
--- a/hm/soispha/conf/lf/commands/scripts/mk_scr_default.sh
+++ b/hm/soispha/conf/lf/commands/scripts/mk_scr_default.sh
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH
 
 # shellcheck disable=SC2269
 f="$f"
diff --git a/hm/soispha/conf/lf/commands/scripts/mk_scr_temp.sh b/hm/soispha/conf/lf/commands/scripts/mk_scr_temp.sh
index 17ef76be..512b5d0b 100755
--- a/hm/soispha/conf/lf/commands/scripts/mk_scr_temp.sh
+++ b/hm/soispha/conf/lf/commands/scripts/mk_scr_temp.sh
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH
 
 # shellcheck disable=SC2269
 f="$f"
diff --git a/hm/soispha/conf/lf/commands/scripts/restore_trash.sh b/hm/soispha/conf/lf/commands/scripts/restore_trash.sh
index 05b850d3..b4ef492f 100755
--- a/hm/soispha/conf/lf/commands/scripts/restore_trash.sh
+++ b/hm/soispha/conf/lf/commands/scripts/restore_trash.sh
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH
 
 # shellcheck disable=SC2269
 f="$f"
diff --git a/hm/soispha/conf/lf/commands/scripts/set_wall_paper.sh b/hm/soispha/conf/lf/commands/scripts/set_wall_paper.sh
index 57dcb931..2e607d33 100755
--- a/hm/soispha/conf/lf/commands/scripts/set_wall_paper.sh
+++ b/hm/soispha/conf/lf/commands/scripts/set_wall_paper.sh
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH
 
 # shellcheck disable=SC2269
 f="$f"
diff --git a/hm/soispha/conf/lf/commands/scripts/stripspace.sh b/hm/soispha/conf/lf/commands/scripts/stripspace.sh
index 37d8126c..33b1cbcf 100755
--- a/hm/soispha/conf/lf/commands/scripts/stripspace.sh
+++ b/hm/soispha/conf/lf/commands/scripts/stripspace.sh
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH
 
 # shellcheck disable=SC2269
 f="$f"
diff --git a/hm/soispha/conf/lf/commands/scripts/trash.sh b/hm/soispha/conf/lf/commands/scripts/trash.sh
index deea608a..f4878c49 100755
--- a/hm/soispha/conf/lf/commands/scripts/trash.sh
+++ b/hm/soispha/conf/lf/commands/scripts/trash.sh
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH
 
 # shellcheck disable=SC2269
 f="$f"
diff --git a/hm/soispha/conf/lf/commands/scripts/unarchive.sh b/hm/soispha/conf/lf/commands/scripts/unarchive.sh
index 25e17a82..d4835f6b 100755
--- a/hm/soispha/conf/lf/commands/scripts/unarchive.sh
+++ b/hm/soispha/conf/lf/commands/scripts/unarchive.sh
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH
 
 # shellcheck disable=SC2269
 f="$f"
diff --git a/hm/soispha/conf/lf/commands/scripts/view_file.sh b/hm/soispha/conf/lf/commands/scripts/view_file.sh
index 2a82e52f..6258d755 100755
--- a/hm/soispha/conf/lf/commands/scripts/view_file.sh
+++ b/hm/soispha/conf/lf/commands/scripts/view_file.sh
@@ -1,7 +1,7 @@
 #!/usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH
 
 # shellcheck disable=SC2269
 f="$f"