From 27b2c98b900c205ff5431b7dee169e6684052d08 Mon Sep 17 00:00:00 2001 From: George Date: Fri, 27 Oct 2023 10:36:52 -0400 Subject: [PATCH] init --- .gitignore | 6 ++++++ README.md | 1 + 2 files changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 6985cf1..d4814e7 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,9 @@ Cargo.lock # MSVC Windows builds of rustc generate these, which store debugging information *.pdb + + + + +# user script +/build diff --git a/README.md b/README.md index e11a417..a814864 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # find-images Find images (sort by last modified by default). +Useful for piping into sxiv/nsxiv when hidden subfiles/directories are significant.