ipfs / ipfs/kubo

Add recursive option to `ipfs files ls`

Open
#8,104 0 comments 0 reactions 0 assignees View on GitHub
dif/medium effort/hours kind/enhancement P3
Dominant language
Go
Stars
17.1k
Forks
3.2k
Avg merge
3d 18h
Merged PRs (30d)
11

Description

Having a "recursive" option for ipfs files ls would be pretty handy for "finding" data.

I encountered corrupt CID's in #8103.
The corrupted CID's were identified via ```ipfs repo verify```, and I can list the CID's one folder at a time via ```ipfs files ls -l /```, however I have to go directory-by-directory to list them all.

Ideally, ```ipfs files ls -r -l /``` would exist so I can dump all the files in MFS, and grep for the CID.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.