Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: add export of a list of selected file names #316

Open
blonchkman opened this issue Jan 15, 2024 · 0 comments
Open

Feature request: add export of a list of selected file names #316

blonchkman opened this issue Jan 15, 2024 · 0 comments

Comments

@blonchkman
Copy link

What is the current problem you are facing ?
I always import via add to library, excluding JPGs that are still present in the directory. I regularly destroy rejected images in the light table. The directory cleanup must include the relevant JPGs.

Where in your workflow does your problem occur ?
Once the RAWs have been eliminated, a little dance in the terminal would then allow me to destroy the concerned JPGs :

diff <( ls *{ARW,CR2,CR3,NEF} 2>/dev/null | cut -f1 -d. ) \
     <( ls *JPG | cut -f1 -d. ) \
     | sed -nE "/^> (.*)/{s//\1.JPG/;p}" \
     | xargs rm

Having a list of rejected RAWs would allow me to easily remove the relevant JPGs from the directory.

Other examples could be imagined, but there's nothing very urgent or essential here.

Kindest regards

@blonchkman blonchkman changed the title add export of a list of selected file names (Feature request) Add export of a list of selected file names Jan 15, 2024
@blonchkman blonchkman changed the title (Feature request) Add export of a list of selected file names Feature request: add export of a list of selected file names Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants