A couple weeks ago on our iPad-focused podcast Adapt, Ryan challenged me to figure out a way to turn the iPad’s Home screen into a desktop-like environment with icons to reopen files and folders directly in the Files app. At first, I thought it couldn’t be done: unlike the Mac’s Finder, Files doesn’t let you create aliases to folders or place files on the Home screen; the Shortcuts app can create Home screen icons, but it doesn’t have access to documents located outside Shortcuts’ iCloud Drive container.
As I detailed on Adapt yesterday, I’m happy to introduce FS Bookmarks, a shortcut that lets you create direct launchers for files and folders stored in the Files app. FS Bookmarks is a hybrid Shortcuts-Scriptable tool that takes advantage of a native Files API (which I will call “bookmarks”) to expose the filesystem path of any file or folder stored in the Files app.
With the launchers created via FS Bookmarks, you’ll be able to reopen any document in the Files app (in Quick Look preview mode) or navigate to any folder you want to quickly access. Best of all, you don’t need to know or even see Scriptable’s JavaScript code at all: FS Bookmarks takes care of installing the necessary scripts for you; you just need to pick the files and folders you want to create launchers for, and that’s it. FS Bookmarks was designed to abstract the complexity involved with retrieving the filesystem paths used by the Files app.