Re: [racket-users] visit a sequence of files

2020-04-21 Thread Robby Findler
A (Racket) script that calls "open" (on a mac) and uses some state to keep track of what "next" means seems straightforward. Probably this can also be integrated via quickscript so It becomes a key binding. And maybe you want some small number of key bindings that assign grades and then move on to

Re: [racket-users] visit a sequence of files

2020-04-21 Thread 'John Clements' via Racket Users
I would love that, but they’re not all in one directory. Maybe the easiest solution would be to write a script to temporarily move them all into one directory. In fact, as I think about this harder, I realize that the biggest problem may be that Apple’s file dialog doesn’t facilitate moving

Re: [racket-users] visit a sequence of files

2020-04-21 Thread David Storrs
Ah, got it. Well, as to opening all the files, you can select them all in Finder and Cmd+O. (Presumably the equivalent works on Windows.) Can't help you with the aesthetics, sorry. On Tue, Apr 21, 2020 at 4:38 PM John Clements wrote: > Well, sure… once you open all the files. Opening all the

Re: [racket-users] visit a sequence of files

2020-04-21 Thread 'John Clements' via Racket Users
Well, sure… once you open all the files. Opening all the files is the painful part. Also, the display of tabs is not totally great when you have sixty or seventy of them open. Sorry, it might not have been clear that I want a list of sixty or seventy files. John > On Apr 21, 2020, at 1:34 PM,

Re: [racket-users] visit a sequence of files

2020-04-21 Thread David Storrs
I don't use DrRacket much, but would the normal 'previous / next window' commands work for you? On Mac it's: previous window: Shft + Cmd + ~ next window: Cmd + ~ or previous window: Cmd + next window: Cmd + On Tue, Apr 21, 2020 at 4:29 PM 'John Clements' via Racket Users <