# Touched Find the last time files and folders were modified. Can output most recent, least recent TODO: Implement support for ignore files (`.gitignore`, `.rgignore`, `.ignore`, `.agignore`). Can use path/filepath.Match and path/filepath.Rel. Can do an upwards search from where started. And do a search within each folder entered. (also, when entering a new folder, you would need some way to check for ignore files within it, which could be expensive)