9515bd73d0
- Add access time and change time as sort by types. This is powered by github.com/djherbis/times. - Fall back to modification time if access time and change time cannot be determined. - Add `sa` and `sc` as default bindings for sort by access time and sort by change time respectively. - Add access time and change time to info types allowing them to be displayed by the file list in the ui
10 lines
187 B
Modula-2
10 lines
187 B
Modula-2
module github.com/gokcehan/lf
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/mattn/go-runewidth v0.0.4
|
|
github.com/nsf/termbox-go v0.0.0-20190325093121-288510b9734e
|
|
gopkg.in/djherbis/times.v1 v1.2.0
|
|
)
|