]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Less .sh and more explicit my-
authorSergey Matveev <stargrave@stargrave.org>
Wed, 18 Jan 2023 07:50:37 +0000 (10:50 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 18 Jan 2023 08:31:44 +0000 (11:31 +0300)
32 files changed:
bin/bin/cp-sorted [moved from bin/bin/cp-sorted.sh with 100% similarity]
bin/bin/cueparser [moved from bin/bin/cueparser.sh with 100% similarity]
bin/bin/git-list-gen [moved from bin/bin/git-list-gen.sh with 100% similarity]
bin/bin/meshname [moved from bin/bin/meshname.sh with 100% similarity]
bin/bin/mk-wkd-keys [moved from bin/bin/mk-wkd-keys.sh with 100% similarity]
bin/bin/mv-sha [moved from bin/bin/mv-sha.sh with 100% similarity]
bin/bin/my-cleanup [moved from bin/bin/cleanup.sh with 100% similarity]
bin/bin/my-der2pem [moved from bin/bin/der2pem.sh with 100% similarity]
bin/bin/my-mtree [new file with mode: 0755]
bin/bin/my-pem2der [moved from bin/bin/pem2der.sh with 100% similarity]
bin/bin/my-ps2pdf [moved from bin/bin/ps2pdf.zsh with 100% similarity]
bin/bin/my-scan [moved from bin/bin/scan.sh with 100% similarity]
bin/bin/my-tree [moved from bin/bin/tree.sh with 100% similarity]
bin/bin/my-xmlpretty [moved from bin/bin/xmlpretty.sh with 100% similarity]
bin/bin/my-zstd [moved from bin/bin/zstd-gut.sh with 100% similarity]
bin/bin/zsnap [moved from bin/bin/zsnap.zsh with 100% similarity]
img/bin/jpegtran.sh [deleted file]
img/bin/my-cwebp [moved from img/bin/cwebp.sh with 100% similarity]
img/bin/my-cwebpl [moved from img/bin/cwebpl.sh with 100% similarity]
img/bin/my-exifrm [moved from img/bin/exifrm.sh with 100% similarity]
img/bin/my-pngcrush [moved from img/bin/pngcrush.sh with 100% similarity]
img/bin/my-transcode-jp2 [moved from img/bin/transcode-jp2.sh with 100% similarity]
img/bin/my-transcode-jpg [moved from img/bin/transcode-jpg.sh with 100% similarity]
mpv/bin/4k2mpeg2 [moved from mpv/bin/4k2mpeg2.sh with 100% similarity]
mpv/bin/my-mkvclean [moved from mpv/bin/mkvclean.sh with 100% similarity]
mpv/bin/my-mkvmerge [moved from mpv/bin/mkvmerge.sh with 100% similarity]
update [moved from update.sh with 100% similarity]
vim/bin/vimclear [moved from vim/bin/vimclear.sh with 100% similarity]
x/bin/my-lock [moved from x/bin/mylock with 100% similarity]
x/bin/start-im
zsh/.zlogout
zsh/.zprofile

similarity index 100%
rename from bin/bin/cp-sorted.sh
rename to bin/bin/cp-sorted
similarity index 100%
rename from bin/bin/cueparser.sh
rename to bin/bin/cueparser
similarity index 100%
rename from bin/bin/git-list-gen.sh
rename to bin/bin/git-list-gen
similarity index 100%
rename from bin/bin/meshname.sh
rename to bin/bin/meshname
similarity index 100%
rename from bin/bin/mk-wkd-keys.sh
rename to bin/bin/mk-wkd-keys
similarity index 100%
rename from bin/bin/mv-sha.sh
rename to bin/bin/mv-sha
similarity index 100%
rename from bin/bin/cleanup.sh
rename to bin/bin/my-cleanup
similarity index 100%
rename from bin/bin/der2pem.sh
rename to bin/bin/my-der2pem
diff --git a/bin/bin/my-mtree b/bin/bin/my-mtree
new file mode 100755 (executable)
index 0000000..117b365
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+fields="type size sha512"
+mtree -c -k "$fields" | mtree -C -S -k "$fields"
similarity index 100%
rename from bin/bin/pem2der.sh
rename to bin/bin/my-pem2der
similarity index 100%
rename from bin/bin/ps2pdf.zsh
rename to bin/bin/my-ps2pdf
similarity index 100%
rename from bin/bin/scan.sh
rename to bin/bin/my-scan
similarity index 100%
rename from bin/bin/tree.sh
rename to bin/bin/my-tree
similarity index 100%
rename from bin/bin/xmlpretty.sh
rename to bin/bin/my-xmlpretty
similarity index 100%
rename from bin/bin/zstd-gut.sh
rename to bin/bin/my-zstd
similarity index 100%
rename from bin/bin/zsnap.zsh
rename to bin/bin/zsnap
diff --git a/img/bin/jpegtran.sh b/img/bin/jpegtran.sh
deleted file mode 100755 (executable)
index c0732bc..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-jpegtran -optimize -progressive -perfect -copy all $@
similarity index 100%
rename from img/bin/cwebp.sh
rename to img/bin/my-cwebp
similarity index 100%
rename from img/bin/cwebpl.sh
rename to img/bin/my-cwebpl
similarity index 100%
rename from img/bin/exifrm.sh
rename to img/bin/my-exifrm
similarity index 100%
rename from img/bin/pngcrush.sh
rename to img/bin/my-pngcrush
similarity index 100%
rename from mpv/bin/4k2mpeg2.sh
rename to mpv/bin/4k2mpeg2
similarity index 100%
rename from mpv/bin/mkvclean.sh
rename to mpv/bin/my-mkvclean
similarity index 100%
rename from mpv/bin/mkvmerge.sh
rename to mpv/bin/my-mkvmerge
similarity index 100%
rename from update.sh
rename to update
similarity index 100%
rename from vim/bin/vimclear.sh
rename to vim/bin/vimclear
similarity index 100%
rename from x/bin/mylock
rename to x/bin/my-lock
index 9fe966faaf7ce043c7ec635d0d6ea96c00b59064..dcee38ca8bf29eb6dcbd07f03c77a9557f34425c 100755 (executable)
@@ -7,7 +7,7 @@ tmux new-session -d -s im
 tmux rename-window -t im:1 "mattermost"
 tmux split-window -t im:1
 
-paste im:1.0 "~w/matterircd/start.sh"
+paste im:1.0 "~w/matterircd/start"
 sleep 1
 paste im:1.1 "irssi"
 tmux resize-pane -U -t im:1 15
index 1eff40311527bb7b66a73431ad8899f018deb2c9..99c299172f9c9fcfff7df4075f26342db757f4f3 100644 (file)
@@ -1 +1 @@
-~/bin/cleanup.sh
+~/bin/my-cleanup
index e54e80139943404f037c4f902999bdb5b60562cc..f9da0707da40ddf3d9af2420549c10f417012387 100644 (file)
@@ -1,4 +1,4 @@
 umask 077
 [[ -e $XDG_DATA_HOME ]] || mkdir -p $XDG_DATA_HOME /tmp/stargrave-lldb /tmp/stargrave-flags
 [[ -n "$XAUTHORITY" ]] || ~/bin/rem
-~/bin/cleanup.sh
+~/bin/my-cleanup