• Get marked files.

    Returns {
        name: string;
        path: string;
        repo: string;
        type: "dir" | "file" | `__${string}`;
    }[]