times icon indicating copy to clipboard operation
times copied to clipboard

#golang file times (atime, mtime, ctime, btime)

Results 2 times issues
Sort by recently updated
recently updated
newest added

It adds btime support for linux using statx syscall.

Full list is available [here](https://github.com/golang/go/blob/master/src/go/build/syslist.go). Add support for those if possible. Implementation hints are usually in [here](https://golang.org/src/os/) in the stat_$OS.go files.