Commit Graph

51 Commits

Author SHA1 Message Date
contrapunctus 0449244925 Update homepage 2022-05-11 23:48:08 +05:30
contrapunctus 6291d3b7b1 Fix regression in marking files in Dired 2022-05-11 23:43:11 +05:30
contrapunctus f286ce396d Fix regression in opening the file at point 2022-05-11 23:35:07 +05:30
contrapunctus 61f91e2464 Add new ideas 2022-05-11 21:48:05 +05:30
contrapunctus 9ff8f6d8e9 Try to match the order of files as displayed in the Dired buffer 2022-05-11 21:41:50 +05:30
contrapunctus 14057b156d doc: make Commentary relevant to users 2021-07-14 00:15:25 +05:30
contrapunctus 028409c3a9 doc(README): add Liberapay and MELPA badges 2021-07-13 23:45:21 +05:30
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 b8becd786c Extend TODO 2021-04-06 17:59:08 +05:30
contrapunctus ded8989e82 Add workaround for possible Emacs issue (see #9) 2020-09-03 10:03:27 +05:30
contrapunctus 678b411a8f TODO - add #10 for startup speed 2020-09-03 09:40:49 +05:30
contrapunctus b74f2c59a7 TODO - add example for #9 2020-08-04 03:21:28 +05:30
contrapunctus 9eb6a121bf Bump versions 2020-08-03 20:01:24 +05:30
contrapunctus 5b08ed004e README - reword Usage 2020-08-03 19:59:09 +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 086bc5ae97 Compress code a little 2020-08-03 19:37:22 +05:30
contrapunctus a23d1639f8 Rename license files 2020-08-03 19:33:28 +05:30
contrapunctus f1a030c538 Prevent crashes in certain situations (todo #9) 2020-05-08 21:50:39 +05:30
contrapunctus 00861f086e Refactor (thanks, Steve Purcell!) 2020-03-29 11:34:55 +05:30
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