Commit Graph

31 Commits

Author SHA1 Message Date
contrapunctus dae46e6f58 Add Cask file, require dired 2020-03-26 20:03:28 +05:30
contrapunctus ab89cd2d20 Add commentary, reorganize code 2020-03-25 13:49:18 +05:30
contrapunctus b8b53c104e Update homepage 2020-03-25 13:27:59 +05:30
contrapunctus efd484fc02 Bump versions 2020-03-25 11:44:56 +05:30
contrapunctus 7972b8f1a5 Add TODO item 2020-03-25 11:41:28 +05:30
contrapunctus cf4aa28c29 Add license information as docstrings 2020-03-25 11:40:46 +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 eef2f8bea9 Fix error when point is on a directory
The changes to fn-at-point-index weren't strictly necessary - the
error was already fixed with the change to fn-at-point - but I thought
it best to play it safe.
2020-01-14 11:27:52 +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 0e98e7b9a2 Merge branch 'dev' 2020-01-13 20:52:08 +05:30
contrapunctus 69b62d23a1 Update changelog 2020-01-13 20:49:54 +05:30
contrapunctus ad752ca78c package-lint fixes 2020-01-13 20:46:14 +05:30
contrapunctus 76f63afd54 Add support for excluding files 2020-01-13 18:56:29 +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