View thumbnail and save folder format

In the next version, we'll make it so you can do this via the following commands.

  • Switch to thumbnails mode, and save it for the current folder:

    Set VIEW=thumbnails SAVEFORMAT=folder
    
  • Delete the current folder's format, and re-evaluate the current folder based on the remaining formats:

    Set SAVEFORMAT=folder,clear
    Set FORMAT=!folder
    

(It's important to do the first one as a single, combined line, and the second one as two separate lines. Otherwise things happen in the wrong order.)

1 Like