diff options
| author | Daniel <[email protected]> | 2024-06-25 12:09:12 -0400 |
|---|---|---|
| committer | Daniel <[email protected]> | 2024-06-25 12:09:12 -0400 |
| commit | 84b1556145f686371c2bfe965cc5c102608d5d36 (patch) | |
| tree | 6e1b9a73ff4447cdc9cf11ed3512c9e5c3e881ec /bin | |
| parent | ce1ec2c00f6b4a6abc4faaa77c8892366102aa84 (diff) | |
added nsxiv-date
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/.local/bin/scripts/nsxiv-date.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
