Plugin API - Reading from the Filesystem
Plugins can use their own native standard library to read from the filesystem.
eg.
Zellij maps three paths for each plugin:
/host
- the cwd of the last focused terminal, or the folder where Zellij was started if that's not available/data
- its own folder, shared with all loaded instances of the plugin - created on plugin load and deleted on plugin unload./tmp
- a temporary folder located in an arbitrary position in the system's temporary filesystem.