LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-29-2023, 10:51 AM   #1
disk_bearing
Member
 
Registered: Mar 2022
Posts: 37
Blog Entries: 2

Rep: Reputation: 2
Photo sorting recommendations


What is a fast process for reviewing and sorting photos within directories?

I like to flick through previews, and drag them to trash or another directory, and repeat. This is really cumbersome in Mint and other distros, decent in Fedora and Mac OS.

detailed:
1. open directory in file manager
2. press space to show photo, press arrow keys to compare with neighbors
3. press space to hide the photo
4. drag photos to "trash" or "other directory"
5. repeat from step 2.

Do you know of a particular app or procedure that makes this easy on most platforms?

Thanks!
 
Old 01-29-2023, 05:29 PM   #2
disk_bearing
Member
 
Registered: Mar 2022
Posts: 37

Original Poster
Blog Entries: 2

Rep: Reputation: 2
Lastly, you can use command-line tools like exiv2, jpegoptim, and mogrify to automate the process of sorting and editing photos on Linux. These tools allow you to quickly sort through large numbers of photos, adjust their metadata, and batch-process changes.

Overall, it depends on your preference and what operating system you are using. You can try out different options and see which one you like best.
 
Old 01-29-2023, 06:48 PM   #3
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,153

Rep: Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125
So are you asking us or telling us ?.
 
Old 01-29-2023, 06:49 PM   #4
SW64
Member
 
Registered: May 2014
Distribution: Slackware
Posts: 262

Rep: Reputation: 123Reputation: 123
Geeqie. Open a jpg with Geeqie. Enter fullscreen with 'F' button. PageUp/PageDown buttons to scroll through the images. Delete button (not Backspace) and confirm to send it to the trash can. All on one hand on a full-size keyboard.
 
1 members found this post helpful.
Old 01-30-2023, 04:59 AM   #5
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,153

Rep: Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125
Looks good - I have used feh to cull my collection(s).
 
1 members found this post helpful.
Old 01-30-2023, 09:22 AM   #6
disk_bearing
Member
 
Registered: Mar 2022
Posts: 37

Original Poster
Blog Entries: 2

Rep: Reputation: 2
Quote:
Originally Posted by syg00 View Post
So are you asking us or telling us ?.
Came here to get away from chatGPT and I got impatient.
 
Old 01-30-2023, 01:18 PM   #7
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,152
Blog Entries: 6

Rep: Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835
Have you actually got chatgpt to work? Only thing I've even got from it was:
https://0x0.st/oFYy.png

Or cloudflare "prove that you are a human" over and over again. Seen it work on utube. That's it.
 
Old 01-30-2023, 05:00 PM   #8
disk_bearing
Member
 
Registered: Mar 2022
Posts: 37

Original Poster
Blog Entries: 2

Rep: Reputation: 2
Quote:
Originally Posted by SW64 View Post
Geeqie. Open a jpg with Geeqie. Enter fullscreen with 'F' button. PageUp/PageDown buttons to scroll through the images. Delete button (not Backspace) and confirm to send it to the trash can. All on one hand on a full-size keyboard.
Thank you SW64 for recommending Geeqie

Quote:
Originally Posted by syg00 View Post
Looks good - I have used feh to cull my collection(s).
Thank you syg for recommending feh
 
Old 01-30-2023, 05:02 PM   #9
dmchess
Member
 
Registered: Jan 2005
Posts: 244

Rep: Reputation: 43
I would throw something together in Lazarus (Free Pascal). I could design it to do exactly what I wanted, the file names for the image files could be easily loaded into a Listbox and when I selected an item there, it could be displayed in an TImage object. I could then disperse the files based on some predefined buttons so that they go to the correct directories. It actually wouldn't be that hard to set up. I know, it probably isn't the Linux way, but it would work.

Terry
 
Old 01-30-2023, 05:09 PM   #10
disk_bearing
Member
 
Registered: Mar 2022
Posts: 37

Original Poster
Blog Entries: 2

Rep: Reputation: 2
Quote:
Originally Posted by teckk View Post
Have you actually got chatgpt to work? Only thing I've even got from it was:
Or cloudflare "prove that you are a human" over and over again. Seen it work on utube. That's it.
I don't understand that sus link

But your question is interesting. I have registered and logged in/out many times since December.

I highly recommend trying some other ways in, or accessing a similar technology. Chat GPT ( chat.openai.com ) has accelerated my coding and linux learning. It's 100x better than google as a problem solving tool, and is just fascinating and scary to think about.

I recommend using Chat GPT as a tool, and as a preview of the future. Is there a "Chat GPT thread" on LinuxQuestions.org?

Last edited by disk_bearing; 01-30-2023 at 05:14 PM.
 
Old 01-31-2023, 08:35 AM   #11
mjolnir
Member
 
Registered: Apr 2003
Posts: 824

Rep: Reputation: 106Reputation: 106
Quote:
Originally Posted by disk_bearing View Post
...Is there a "Chat GPT thread" on LinuxQuestions.org?
https://www.linuxquestions.org/quest...hlight=chatgpt

Edit: I see that you found it.

Last edited by mjolnir; 01-31-2023 at 08:40 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Rapid Listing, alphabetically sorting, dir/files sorting in C ? Xeratul Programming 18 11-24-2014 10:13 AM
LXer: Speed up Photo Transfers with Rapid Photo Downloader LXer Syndicated Linux News 0 10-17-2009 11:30 AM
Using f-stop imported pictures to the photo folder. Where is the photo folder? elocs Linux - Newbie 9 08-21-2009 11:02 PM
any photo viewer with lossless photo rotation? zecodela Linux - Software 1 10-24-2004 10:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:14 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration