/gslides/.
For Google OAuth setup, see Google Workspace Setup.
Config
Filesystem Layout
owned (presentations you created)
and shared (presentations shared with you). The filename shape is:
Cache
The Google Slides resource usesIndexCacheStore. Index entries
store presentation IDs and metadata. There is no separate content
cache — file content caching is handled by the workspace IOResult
mechanism.
Example
examples/gslides/gslides.py for the full working example.
Shell Commands
Standard commands available on the mounted Google Slides tree:| Command | Notes |
|---|---|
ls | List owned/shared presentations |
cat | Read presentation JSON |
head / tail | First/last N lines |
grep / rg | Pattern search |
jq | Query JSON fields |
wc | Line/word/byte counts |
stat | File metadata |
find | Recursive search |
tree | Directory tree view |
basename / dirname / realpath | Path utilities |
nl | Number lines |
gws-slides-presentations-create
Create a new presentation.
| Option | Required | Description |
|---|---|---|
--json | yes | JSON body with title field |
gws-slides-presentations-batchUpdate
Batch update a presentation.
| Option | Required | Description |
|---|---|---|
--params | yes | JSON with presentationId |
--json | yes | JSON with requests array |