fd -t d --max-depth 2

Category: Web App Development

fd -t d --max-depth 2

List directories up to two levels deep

Shows only directories with the -t d type filter, limited to two levels of nesting by --max-depth. The compact output makes it easy to map a project's structure. Add -H to include hidden directories like .git.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.