Commit Graph

16 Commits

Author SHA1 Message Date
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 d67f6721d7 Remove unnecessary code
There was no need to remove the last element. It was added to remove a
blank string if the file ended with a blank line, but that blank
string was harmless.
2020-01-13 16:15:20 +05:30
contrapunctus 688eb730ae Add TODO item - exclude paths 2020-01-13 16:06:59 +05:30
contrapunctus d861263589 Add TODO item 2020-01-13 10:17:00 +05:30
contrapunctus a7f9c51cce Improve comparison
`TAB f` in picpocket will open directories recursively
2020-01-13 10:16:23 +05:30
contrapunctus b8f53faf30 README - link to picpocket 2020-01-13 10:13:50 +05:30
contrapunctus 08987402e2 Link to sxiv GitHub 2020-01-12 23:51:40 +05:30
contrapunctus 4f9a47d190 Add gitignore 2020-01-12 23:44:19 +05:30
contrapunctus e2f092263e Fixes from byte compilation, package-lint 2020-01-12 23:43:08 +05:30
contrapunctus a80f5c4d30 README - add comparison with picpocket 2020-01-12 23:39:31 +05:30
contrapunctus d41043f692 Use lexical binding, add package headers 2020-01-12 23:38:56 +05:30
contrapunctus 83521adaff Checkdoc fixes 2020-01-12 23:18:12 +05:30
contrapunctus 1fd881458b Add licenses, changelog 2020-01-12 23:07:26 +05:30
contrapunctus eaea4cd35f Move from personal init to separate repository, create README 2020-01-12 23:03:34 +05:30