From 84b1556145f686371c2bfe965cc5c102608d5d36 Mon Sep 17 00:00:00 2001 From: Daniel <89086143+BardofSprites@users.noreply.github.com> Date: Tue, 25 Jun 2024 12:09:12 -0400 Subject: added nsxiv-date --- bin/.local/bin/scripts/nsxiv-date.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bin/.local/bin/scripts/nsxiv-date.sh (limited to 'bin') diff --git a/bin/.local/bin/scripts/nsxiv-date.sh b/bin/.local/bin/scripts/nsxiv-date.sh new file mode 100755 index 0000000..3c0ae8a --- /dev/null +++ b/bin/.local/bin/scripts/nsxiv-date.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +find "$1" -type f -exec ls -t {} + | nsxiv -i -t -- cgit v1.2.3