Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > comp.os.linux.misc > #69066
| From | pH <wNOSPAMp@gmail.org> |
|---|---|
| Newsgroups | comp.os.linux.misc |
| Subject | Re: Program to dole out jpg's to subdirctories, card-dealing style. |
| Date | 2025-06-24 02:45 +0000 |
| Organization | A noiseless patient Spider |
| Message-ID | <103d3h3$1or0b$3@dont-email.me> (permalink) |
| References | <103a6c8$qvlb$1@dont-email.me> <eli$2506222312@qaz.wtf> |
On 2025-06-23, Eli the Bearded <*@eli.users.panix.com> wrote:
> In comp.os.linux.misc, pH <wNOSPAMp@gmail.org> wrote:
>> I've got a pile of scanned family slides in various directories.
>>
>> They need to be further subdivided and catagorized so here's my scenario:
>>
>> 1: I have directory 'A' full of jpgs.
>>
>> 2: I make a few (3-5) suitable sub-directories in that directory.
>> (eg: "pets" "cars" "ski_trip" etcetera)
>>
>> 3: Is there a program that will display a thumbnail of a jpg (or any size, I
>> guess) and list the subdirectories somewhere on the screen,
>> 1 - pets
>> 2 - cars
>> 3 - ski trip
>
> I use `feh` for such purposes. You can assign "actions" to the numbers
> (0, 1, 2, 3 ..) so that when you view images you can hit a number and
> run an action with the filename. Critically, it does not list the
> actions anywhere so you might want to use a notepad.
>
> I document my use here: https://qaz.wtf/qz/blosxom/2020/03/22/new-logos
>
> For your case something like:
>
> mkdir pets cars ski-trip
>
> feh --action1 "mv '%f' pets/" \
> --action2 "mv '%f' cars/" \
> --action3 "mv '%f' ski-trip/" \
> --scale-down \
> --cycle-once *.jpg
>
This looks very promising. Hopefully I can add a "do nothing" case, too.
I'll read up on it.
pH
> I've been using feh since 1999 or so[*] and find it the most useful image
> viewer. Documentation is via man page, `feh --help` will only tell
> you "See 'man feh'"
>
> [*] It has long had a feature to view images specified by URL. It also
> has a feature to reload an image after a certain amount of time. I
> vividly remember using it to periodically reload the some news
> website's (probably CNN) map of states called for Bush or Gore that
> fateful Tuesday in November 2000. I just didn't want to keep the
> whole webpage open.
>
> Elijah
> ------
> has various "${noun}sort" feh themes
Back to comp.os.linux.misc | Previous | Next — Previous in thread | Next in thread | Find similar
Program to dole out jpg's to subdirctories, card-dealing style. pH <wNOSPAMp@gmail.org> - 2025-06-23 00:16 +0000
Re: Program to dole out jpg's to subdirctories, card-dealing style. Robert Heller <heller@deepsoft.com> - 2025-06-23 00:34 +0000
Re: Program to dole out jpg's to subdirctories, card-dealing style. pH <wNOSPAMp@gmail.org> - 2025-06-23 00:39 +0000
Re: Program to dole out jpg's to subdirctories, card-dealing style. Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2025-06-23 01:31 +0000
Re: Program to dole out jpg's to subdirctories, card-dealing style. Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2025-06-23 01:38 +0000
Re: Program to dole out jpg's to subdirctories, card-dealing style. rbowman <bowman@montana.com> - 2025-06-23 06:00 +0000
Re: Program to dole out jpg's to subdirctories, card-dealing style. pH <wNOSPAMp@gmail.org> - 2025-06-24 02:39 +0000
Re: Program to dole out jpg's to subdirctories, card-dealing style. Robert Heller <heller@deepsoft.com> - 2025-06-23 02:40 +0000
Re: Program to dole out jpg's to subdirectories, card-dealing style. Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-06-23 03:19 +0000
Re: Program to dole out jpg's to subdirctories, card-dealing style. Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-06-23 02:22 +0000
Re: Program to dole out jpg's to subdirctories, card-dealing style. pH <wNOSPAMp@gmail.org> - 2025-06-24 02:42 +0000
Re: Program to dole out jpg's to subdirctories, card-dealing style. Eli the Bearded <*@eli.users.panix.com> - 2025-06-23 04:03 +0000
Re: Program to dole out jpg's to subdirctories, card-dealing style. pH <wNOSPAMp@gmail.org> - 2025-06-24 02:45 +0000
Re: Program to dole out jpg's to subdirctories, card-dealing style. Rich <rich@example.invalid> - 2025-06-24 04:25 +0000
Re: Program to dole out jpg's to subdirctories, card-dealing style. Eli the Bearded <*@eli.users.panix.com> - 2025-06-24 06:37 +0000
Re: Program to dole out jpg's to subdirctories, card-dealing style. Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-06-24 06:55 +0000
Re: Program to dole out jpg's to subdirctories, card-dealing style. c186282 <c186282@nnada.net> - 2025-06-23 01:05 -0400
Re: Program to dole out jpg's to subdirctories, card-dealing style. Richard Kettlewell <invalid@invalid.invalid> - 2025-06-23 08:23 +0100
Re: Program to dole out jpg's to subdirctories, card-dealing style. pH <wNOSPAMp@gmail.org> - 2025-06-24 02:47 +0000
Re: Program to dole out jpg's to subdirctories, card-dealing style. Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-06-24 03:16 +0000
Re: Program to dole out jpg's to subdirctories, card-dealing style. Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2025-06-24 04:52 +0000
Re: Program to dole out jpg's to subdirctories, card-dealing style. c186282 <c186282@nnada.net> - 2025-06-24 01:28 -0400
Re: Program to dole out jpg's to subdirctories, card-dealing style. Rich <rich@example.invalid> - 2025-06-24 20:38 +0000
Re: Program to dole out jpg's to subdirctories, card-dealing style. rbowman <bowman@montana.com> - 2025-06-24 21:37 +0000
Re: Program to dole out jpg's to subdirctories, card-dealing style. Rich <rich@example.invalid> - 2025-06-27 19:46 +0000
Re: Program to dole out jpg's to subdirctories, card-dealing style. c186282 <c186282@nnada.net> - 2025-06-25 02:14 -0400
Re: Program to dole out jpg's to subdirctories, card-dealing style. Rich <rich@example.invalid> - 2025-06-27 19:49 +0000
Re: Program to dole out jpg's to subdirctories, card-dealing style. c186282 <c186282@nnada.net> - 2025-06-27 18:34 -0400
Re: Program to dole out jpg's to subdirctories, card-dealing style. Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2025-06-28 14:07 +0000
Re: Program to dole out jpg's to subdirctories, card-dealing style. Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-06-28 23:06 +0000
Re: Program to dole out jpg's to subdirctories, card-dealing style. Eli the Bearded <*@eli.users.panix.com> - 2025-06-29 03:41 +0000
Re: Program to dole out jpg's to subdirctories, card-dealing style. Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-06-29 04:44 +0000
XDG and Freedesktop (was: Re: Program to dole out jpg's to subdirctories, card-dealing style.) Nuno Silva <nunojsilva@invalid.invalid> - 2025-06-29 10:35 +0100
Re: XDG and Freedesktop (was: Re: Program to dole out jpg's to subdirctories, card-dealing style.) Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-06-29 23:58 +0000
Re: XDG and Freedesktop (was: Re: Program to dole out jpg's to subdirctories, card-dealing style.) Eli the Bearded <*@eli.users.panix.com> - 2025-06-30 05:18 +0000
Re: XDG and Freedesktop (was: Re: Program to dole out jpg's to subdirctories, card-dealing style.) Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-06-30 06:52 +0000
Re: XDG and Freedesktop (was: Re: Program to dole out jpg's to subdirctories, card-dealing style.) Eli the Bearded <*@eli.users.panix.com> - 2025-06-30 18:50 +0000
Re: XDG and Freedesktop (was: Re: Program to dole out jpg's to subdirctories, card-dealing style.) John Ames <commodorejohn@gmail.com> - 2025-06-30 13:15 -0700
Re: XDG and Freedesktop (was: Re: Program to dole out jpg's to subdirctories, card-dealing style.) Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-07-01 00:30 +0000
Re: XDG and Freedesktop Richard Kettlewell <invalid@invalid.invalid> - 2025-07-01 08:38 +0100
Re: XDG and Freedesktop John Ames <commodorejohn@gmail.com> - 2025-07-01 12:49 -0700
Re: XDG and Freedesktop Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-07-01 23:57 +0000
Re: XDG and Freedesktop Nuno Silva <nunojsilva@invalid.invalid> - 2025-07-02 09:33 +0100
Re: XDG and Freedesktop Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-07-02 23:41 +0000
Re: XDG and Freedesktop John Ames <commodorejohn@gmail.com> - 2025-07-03 07:55 -0700
Re: XDG and Freedesktop The Natural Philosopher <tnp@invalid.invalid> - 2025-07-03 16:37 +0100
Re: XDG and Freedesktop John Ames <commodorejohn@gmail.com> - 2025-07-03 08:53 -0700
Re: XDG and Freedesktop The Natural Philosopher <tnp@invalid.invalid> - 2025-07-02 09:27 +0100
Re: XDG and Freedesktop Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2025-06-30 16:14 -0700
Re: XDG and Freedesktop (was: Re: Program to dole out jpg's to subdirctories, card-dealing style.) Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-07-01 00:29 +0000
Re: XDG and Freedesktop (was: Re: Program to dole out jpg's to subdirctories, card-dealing style.) Eli the Bearded <*@eli.users.panix.com> - 2025-07-01 03:40 +0000
Re: XDG and Freedesktop (was: Re: Program to dole out jpg's to subdirctories, card-dealing style.) Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-07-01 04:28 +0000
Re: XDG and Freedesktop (was: Re: Program to dole out jpg's to subdirctories, card-dealing style.) John Ames <commodorejohn@gmail.com> - 2025-07-01 09:01 -0700
Re: XDG and Freedesktop Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2025-07-01 09:10 -0700
Re: XDG and Freedesktop Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-07-01 23:57 +0000
Re: XDG and Freedesktop Nuno Silva <nunojsilva@invalid.invalid> - 2025-07-01 00:07 +0100
Re: XDG and Freedesktop Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-07-01 00:33 +0000
Re: XDG and Freedesktop Nuno Silva <nunojsilva@invalid.invalid> - 2025-07-01 07:02 +0100
Re: XDG and Freedesktop Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-07-01 07:30 +0000
Re: XDG and Freedesktop Rich <rich@example.invalid> - 2025-07-01 13:36 +0000
Re: XDG and Freedesktop (was: Re: Program to dole out jpg's to subdirctories, card-dealing style.) Harold Stevens <wookie@aspen.localdomain> - 2025-06-30 04:00 -0500
Re: XDG and Freedesktop Nuno Silva <nunojsilva@invalid.invalid> - 2025-07-01 00:12 +0100
Re: XDG and Freedesktop Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-07-01 00:21 +0000
Re: XDG and Freedesktop Eli the Bearded <*@eli.users.panix.com> - 2025-07-01 04:20 +0000
Re: XDG and Freedesktop Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-07-01 04:25 +0000
Re: Program to dole out jpg's to subdirctories, card-dealing style. candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> - 2025-07-01 17:00 +0000
Re: Program to dole out jpg's to subdirctories, card-dealing style. Eli the Bearded <*@eli.users.panix.com> - 2025-07-01 19:29 +0000
Re: Program to dole out jpg's to subdirctories, card-dealing style. candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> - 2025-07-02 18:20 +0000
Re: Program to dole out jpg's to subdirctories, card-dealing style. Eli the Bearded <*@eli.users.panix.com> - 2025-07-03 16:18 +0000
Re: Program to dole out jpg's to subdirctories, card-dealing style. c186282 <c186282@nnada.net> - 2025-06-24 01:13 -0400
Re: Program to dole out jpg's to subdirctories, card-dealing style. rbowman <bowman@montana.com> - 2025-06-24 06:42 +0000
Re: Program to dole out jpg's to subdirctories, card-dealing style. c186282 <c186282@nnada.net> - 2025-06-24 03:42 -0400
Re: Program to dole out jpg's to subdirctories, card-dealing style. rbowman <bowman@montana.com> - 2025-06-24 19:16 +0000
Re: Program to dole out jpg's to subdirctories, card-dealing style. "Carlos E.R." <robin_listas@es.invalid> - 2025-06-29 12:30 +0200
Re: Program to dole out jpg's to subdirctories, card-dealing style. Eli the Bearded <*@eli.users.panix.com> - 2025-06-29 20:31 +0000
Re: Program to dole out jpg's to subdirctories, card-dealing style. The Natural Philosopher <tnp@invalid.invalid> - 2025-06-30 08:40 +0100
Re: Program to dole out jpg's to subdirctories, card-dealing style. "Carlos E.R." <robin_listas@es.invalid> - 2025-06-30 14:03 +0200
Re: Program to dole out jpg's to subdirctories, card-dealing style. Fritz Wuehler <fritz@spamexpire-202506.rodent.frell.theremailer.net> - 2025-06-30 02:17 +0200
Re: Program to dole out jpg's to subdirctories, card-dealing style. Eli the Bearded <*@eli.users.panix.com> - 2025-06-30 05:53 +0000
Re: Program to dole out jpg's to subdirctories, card-dealing style. Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-06-30 06:55 +0000
Re: Program to dole out jpg's to subdirctories, card-dealing style. c186282 <c186282@nnada.net> - 2025-06-30 02:05 -0400
Re: Program to dole out jpg's to subdirctories, card-dealing style. Eli the Bearded <*@eli.users.panix.com> - 2025-06-30 20:32 +0000
Re: Program to dole out jpg's to subdirctories, card-dealing style. Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-07-01 00:34 +0000
Re: Program to dole out jpg's to subdirctories, card-dealing style. Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2025-07-01 11:45 +0000
Re: Program to dole out jpg's to subdirctories, card-dealing style. Shadow <Sh@dow.br> - 2025-06-27 17:57 -0300
csiph-web