Compare commits

...

2 Commits

Author SHA1 Message Date
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
4 changed files with 11 additions and 3 deletions

View File

@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.4.1] - 2021-05-14
### Fixed
* Use unique buffer name for process output.
## [0.4.0] - 2021-04-06
### Added
* When launching from a text file, open sxiv with the image at point (using `-n`)

2
Cask
View File

@ -3,7 +3,7 @@
(package
"sxiv.el"
"0.3.3"
"0.4.1"
"Run the Simple X Image Viewer")
(depends-on "dash" "2.16.0")

View File

@ -1,3 +1,7 @@
<a href="https://liberapay.com/contrapunctus/donate"><img alt="Donate using Liberapay" src="https://img.shields.io/liberapay/receives/contrapunctus.svg?logo=liberapay"></a>
<a href="https://melpa.org/#/sxiv"><img src="https://melpa.org/packages/sxiv-badge.svg"></a>
# sxiv.el
Launch [sxiv](https://github.com/muennich/sxiv) (Simple X Image Viewer) from Emacs, with Dired integration.

View File

@ -5,7 +5,7 @@
;; Keywords: multimedia
;; Homepage: https://gitlab.com/contrapunctus/sxiv.el
;; Package-Requires: ((dash "2.16.0") (emacs "25.1"))
;; Version: 0.3.3
;; Version: 0.4.1
;; This is free and unencumbered software released into the public domain.
;;
@ -151,7 +151,7 @@ the files listed."
(setq sxiv--directory default-directory)
(message "Running sxiv...")
(make-process :name "sxiv"
:buffer "sxiv"
:buffer (generate-new-buffer-name "sxiv")
:command
(append '("sxiv")
sxiv-arguments