Commit graph

2 commits

Author SHA1 Message Date
q9i
4f0db471bc refactor: create time module
move time-related functions from `Main.hs` to a new `Time` module for better
organization and code separation
2024-07-22 14:47:11 -07:00
q9i
9258461e3c refactor: create pure module
`Pure` contains functions for processing data and building commands. The module includes functions for reading lines of input, formatting time, and constructing a command with a given script and time.
2024-07-22 14:21:55 -07:00