yiselieren
Results
3
comments of
yiselieren
All done in https://github.com/dylanaraps/fff/pull/72/commits/a2b28c21018d16d7bbbfd64d766ecc2bf9229ae6
I don't have an idea how to deal with performance issue. Anyway we need to read all files size in a "show file size" mode. It can be done on...
The another idea may be try to read the whole directory with "ls -l" command output parsing instead of internal globbing (like in "for item in "$PWD"/*; do" line in...