Commit graph

12 commits

Author SHA1 Message Date
6301994d1e hcat: Add Metrics module 2023-10-03 12:02:13 +02:00
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
3cd99e3f0b Add 'doctest' as a cabal test
We provide a simple wrapper that executes `doctest` on our `src`
directory. This allows us to run all doctests during a regular `cabal
test` run.
2023-08-29 23:28:49 +02:00
5c113326e7 flake: Add dependency to process 2023-08-29 00:06:45 +02:00
b783faef1a Implement wordWrap and paginate 2023-08-28 19:11:51 +02:00
8f76ec738e flake: Attempt to run doctests
Reviewed-by: Alexander Kobjolke <me@failco.de>
2023-08-24 00:00:31 +02:00
7a69fb2363 Make 'nix flake check' work 2023-08-19 01:10:47 +02:00
da3b61b467 Update cabal file 2023-08-19 00:34:40 +02:00
ace38dcebc Move code to Internal module and add tests 2023-08-15 19:47:37 +02:00
2ac76cb650 Replace String by Text 2023-08-13 13:32:14 +02:00
babdc90cef Initial import 2023-08-12 10:50:03 +02:00