const FILE_CMD_CACHE: LocalKey<RefCell<HashMap<String, FileCmdOutput>>>;
Cache file -I results to avoid spawning a process per cursor movement / hover. Keyed by path string; only successful results are cached.
file -I