exa icon indicating copy to clipboard operation
exa copied to clipboard

Add list files option

Open kutsan opened this issue 8 years ago • 4 comments

We could do that with some grep tricks but it would be cool if we have --only-directories and --only-files options.

kutsan avatar Jun 11 '17 09:06 kutsan

A -D flag for --only-directories would be nice.
Using the current exa -d */ feels a bit to cryptic for such a basic feature.

thibran avatar Mar 28 '18 20:03 thibran

~~To have exa --tree --only-directories, to grasp the overall directory structure quickly, would be very nice indeed.~~ Nevermind, it can be archived by tree -d.

sudo-nice avatar Oct 13 '18 07:10 sudo-nice

Adding a flag to view only files (not hidden) would be nice.

Motif23 avatar Aug 24 '21 23:08 Motif23

Nice to have those options although it can be done with tree -L 1 -d.

zhengpd avatar May 23 '23 12:05 zhengpd