mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-05 04:17:51 +00:00
a7e3456b0d
This changes the way that views are used to display the actual lists of files. It used to pass empty vectors to the view methods, which most of the time would not print anything because there are no files to list — except when there’s a header row which gets printed for no files. By not calling the view method at all when there’s nothing to print, exa won’t ever print extra things in the view unless it needs to for a file. This fixes #106 “Don’t print the header if the result set is empty” |
||
---|---|---|
.. | ||
attributes | ||
empty | ||
files | ||
files_40 | ||
files_80 | ||
files_120 | ||
files_160 | ||
files_200 | ||
files_l | ||
files_lG_40 | ||
files_lG_80 | ||
files_lG_120 | ||
files_lG_160 | ||
files_lG_200 | ||
files_lh | ||
files_lhb | ||
files_lhb2 | ||
passwd | ||
permissions | ||
README.md | ||
run.sh |
Extra tests
These extra tests are intended to be run from a Vagrant VM that has already had its environment set up -- see the section in the README for more details.