From d8612635896cff011bf02a4ac8deaf4570851b89 Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Mon, 13 Jan 2020 10:17:00 +0530 Subject: [PATCH] Add TODO item --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 53c0d77..03b4ff3 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Run it from a text file containing one file name per line to open the listed fil ## TODO * Create user-customizable variable to hold default arguments +* Start sxiv on the file at point (using `-n ...`) * Mark files in subdirectories if run recursively (by inserting the subdirectory into the current buffer) * Let user edit options (ideally with transient.el) when called with null argument/two prefix arguments * When running with a lot of files, sxiv may take some time to start. Signal to the user that it is starting, and let them kill it if they want.