# PDFs from a specific year
airstore create sources/gdrive/contracts-2024 \
--query "PDF files from 2024"
# Documents by name
airstore create sources/gdrive/proposals \
--query "files with 'proposal' in the name"
# Recent spreadsheets
airstore create sources/gdrive/recent-sheets \
--query "spreadsheets modified in the last week"
# Files from a specific folder
airstore create sources/gdrive/project-docs \
--query "files in the 'Project Alpha' folder"
# Shared files
airstore create sources/gdrive/shared-contracts \
--query "PDF files shared with me containing 'contract'"