Commit graph

7 commits

Author SHA1 Message Date
q9i
f22d715b8e refactor: complete modularization
introduce Workers, Cache modules and shuffle around some existing functions
2024-08-01 20:15:32 -07:00
q9i
76973ba364 refactor: create getters module
group helper funcs for creating directory names and fetching network resources into a single module
2024-07-22 15:39:35 -07:00
q9i
9fbc5d0f53 refactor: create sugar module
move IO abstractions and desugaring processes into a separate module
2024-07-22 15:27:06 -07:00
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
q9i
93d5d8ddd8 refactor: create types and const modules 2024-07-22 14:06:18 -07:00
q9i
546de7273f initial commit 2024-07-13 19:50:43 -07:00