Commit Graph

6 Commits

Author SHA1 Message Date
contrapunctus 8802975498 Start at the image at point 2020-01-14 01:56:53 +05:30
contrapunctus cddff79c47 Update changelog, readme, and version header 2020-01-13 22:07:09 +05:30
contrapunctus 69b62d23a1 Update changelog 2020-01-13 20:49:54 +05:30
contrapunctus 85a9235f99 Add `sxiv-arguments` to hold argument list 2020-01-13 17:08:33 +05:30
contrapunctus 2591e0ba37 Remove unnecessary conversion from list of strings to string
This has made the code a lot more performant with large directories.

After the above removal, the (mapcar #'shell-quote-argument) was
removed because it was causing issues with recursive operation - many
directories ended up being left out, and sxiv complained about not
being able to find them.
2020-01-13 17:03:29 +05:30
contrapunctus 1fd881458b Add licenses, changelog 2020-01-12 23:07:26 +05:30