Commit Graph

15 Commits

Author SHA1 Message Date
contrapunctus a531a7596e Use unique buffer name for process output 2021-05-14 14:48:58 +05:30
contrapunctus 3544c6b3a4 Open file at point from text files too 2021-04-06 19:10:10 +05:30
contrapunctus 9eb6a121bf Bump versions 2020-08-03 20:01:24 +05:30
contrapunctus 247cb7bdcb Rewrite sxiv-insert-subdirs using loop; try to fix error (issue #1) 2020-08-03 19:58:38 +05:30
contrapunctus f1a030c538 Prevent crashes in certain situations (todo #9) 2020-05-08 21:50:39 +05:30
contrapunctus efd484fc02 Bump versions 2020-03-25 11:44:56 +05:30
contrapunctus 40d5c41a98 Show message when starting sxiv 2020-02-10 18:17:58 +05:30
contrapunctus d6abe6645b Marking files now works recursively, too. 2020-01-14 12:37:37 +05:30
contrapunctus 2c8d631189 Update versions 2020-01-14 10:21:12 +05:30
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