Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Feature request: add -0 option to output files terminated by a null character #447

Open
snowman opened this issue Apr 17, 2021 · 1 comment

Comments

@snowman
Copy link

snowman commented Apr 17, 2021

Description

Currently, the output of sxiv is not terminated by null

Expected

The -0 option corresponds to the -print0 option of find

By using -0 option, sxiv output files using NUL as delimiter instead of newline

$ find . -type f -name "*.png" -print0 | xargs -0 sxiv -0 -io | xargs -0 rm -vf
@PRESFIL
Copy link

PRESFIL commented Apr 18, 2021

Duplicate of: #445

@snowman snowman changed the title Feature request: add -0 option to accept files terminated by a null character Feature request: add -0 option to output files terminated by a null character Jul 4, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants