Datasets:
Memory: finder-nested-folders-2
Overview
Create a nested folder hierarchy in macOS Finder and file a loose file into the deepest
level using the keyboard only, no pointer. This memory reaches Documents with
⇧⌘O, builds Documents/Projects/2026/Q3/ one level at a time — ⇧⌘N, type the name
(Projects, 2026, Q3), Return, then ⌘↓ to descend into each new level — then
selects the target with ⇧⌘D + type-to-select, copies it with ⌘C, jumps to the
destination with ⇧⌘G (typing the path), and moves it in place with ⌥⌘V (move-here
paste). Use it when the same "categorize a file into a project → year → quarter tree"
goal must be accomplished without a mouse — e.g. from a keyboard-driven or
accessibility context.
Prerequisites
- Runs on macOS with Finder available (the GUI path uses Finder's context-menu "New Folder" and drag-to-move; the terminal and keyboard modalities reach the same end state on the same system).
- A file to be organized already exists and is locatable — this memory relocates a file, it does not create one. Its name and location differ from machine to machine, so identify the target file at run time rather than assuming a fixed path.
- Write access to the location where the folder tree is created, and no folder of the same name already exists at that level (otherwise the create step collides or renames).
Steps
Step 1 — Press: Cmd+Shift+O
The task is creating nested folders. For that the first step is to open the finder and select the directory where the folder is intended to be created.
Step 2 — Press: Cmd+Shift+N
Once in the directory in the finder is open use key commands to create a new folder.
Step 3 — Type: Projects
A folder with a pre-filled name untitled folder selected by default. Normally there is no need to backspace and typing the required folder name should name the folder. In this case the folder is named as Projects.
Step 4 — Press: Enter
Once the name is typed pressing the enter button finalizes the folder name.
Step 5 — Press: Cmd+Down
To create the nested folder first open the newly created folder using the key command or by double left mouse click.
Step 6 — Press: Cmd+Shift+N
Once the folder is open use the key command to create a new folder.
Step 7 — Type: 2026
Just like in the step 3 the system will ask to enter the new folder name that was created inside the Projects folder as a nested folder. In this case the data is being segregated by year and the current year is 2026 the folder will be named as 2026.
Step 8 — Press: Enter
After name typing is done press enter to finalize the folder name.
Step 9 — Press: Cmd+Down
Repeat step 5 to open the newly created 2026 folder because the data is further drilled down into quarters to organize the data more accurately.
Step 10 — Press: Cmd+Shift+N
Repeat step 2 to create a new folder inside the folder 2026.
Step 11 — Type: Q3
At the time of creation the current quarter is Q3 so the folder will be named Q3.
Step 12 — Press: Enter
After typing the folder name press enter to finalize the folder name.
Step 13 — Press: Cmd+Down
Once the folder is finalized and nested folders are prepared for the task, open the folder to move the file that belongs to quarter 3.
Step 14 — Press: Cmd+Shift+D
The file that needs to be moved into Q3 is located on desktop home screen, but normally the file can be located anywhere and finding the file location is the first task before moving. In this case the file location is known and is located at desktop directory, so open the desktop directory use key command.
Step 15 — Type: sample
Once in the desktop directory find and select the text file named sample.
Step 16 — Press: Cmd+C
After selecting the sample.txt file use the copy key command (Cmd+C) to copy the file.
Step 17 — Press: Cmd+Shift+G
After the file is copied use the key command (Cmd+Shift+G) to open a small text field in Finder where you type a folder path and press Enter to jump straight there.
Step 18 — Type: ~/Documents/Projects/2026/Q3
Once the text field is open type the file path to Q3 folder.
Step 19 — Press: Enter
After entering the file path press enter to jump straight to the Q3 nested folder.
Step 20 — Press: Cmd+Option+V
Once in Q3 folder use the key command (Cmd+Option+V) to paste the copied sample.txt file.
Notes & Edge Cases
- Certain keyboard shortcuts also have manual mouse based alternatives, so when a key command fails or changes due to an update, navigate manually using the mouse as an alternative to the keyboard shortcut, and vice-versa.
- The nested directory can be created using the both manual navigating the interface and using the terminal commands, when one method fails another can be used as an alternative. But always select the fastest and efficient method for performing the task and use the manual navigation as fallback in case of failure.
- The folders, files, and file paths are for demonstration purposes only. The actual folders, files, and file paths vary based on the user's own system and environment. This only demonstrates how the task, sub-task, and so on are performed, so always verify the folders, files, file paths, and folder locations when performing the tasks.



















