Commit graph

2 commits

Author SHA1 Message Date
10057518cb Implement a status line
The status line shows information about the shown file, such as size,
modification time and permissions.
2023-09-10 11:36:35 +02:00
2ecde4fea5 Implement getFileInfo to retrieve meta data
getFileInfo returns a record containing meta data about the given file,
such as permissions, last modification time and time. We'll use this
action to fill a neat status bar.
2023-09-01 18:27:39 +02:00