fish-fm: sxiv helper function
This commit is contained in:
parent
a1742ca0d2
commit
cc348b5711
@ -41,3 +41,13 @@ function sel
|
|||||||
end
|
end
|
||||||
exit
|
exit
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# use sxiv to select pictures
|
||||||
|
# see its man page about marking
|
||||||
|
# 'm' marks a single picture
|
||||||
|
function ssel
|
||||||
|
set res (sxiv -to $argv)
|
||||||
|
if test -n "$res"
|
||||||
|
sel $res
|
||||||
|
end
|
||||||
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user