gabebw / dotfiles

:tulip:
https://gabebw.com
230 stars 23 forks source link

Write `al` in Rust #153

Closed gabebw closed 5 years ago

gabebw commented 5 years ago

The tool should iterate through all files and sort them by their modification time (exactly like ls -t). Maybe that's mtime, maybe not: OS X does things a little differently. I think ls uses mtime.

Compare GetFileInfo file to stat -x file.

gabebw commented 5 years ago

This is done: https://github.com/gabebw/rust-lister