idx files for filesystem
List indexed files, or lookup a specific indexed path.
Signature
> idx files {flags} (path)
Parameters
path: Optional path to lookup in index.
Input/output types:
| input | output |
|---|---|
| nothing | list<record> |
Examples
List all indexed files
> idx filesLookup a specific file path in the index
> idx files src/main.rs