Commit graph

10 commits

Author SHA1 Message Date
f79b895cc3 docs: add readme 2024-08-16 20:22:15 -07:00
61895a9abb fix: delete unused Setup.hs file 2024-08-16 20:22:15 -07:00
012a42a7d3 deps(dev): switch to nix 2024-08-16 20:22:15 -07:00
q9i
3a8fb784b8 refactor: complete modularization
introduce Workers, Cache modules and shuffle around some existing functions
2024-08-16 20:22:15 -07:00
q9i
13188fe64d refactor: create getters module
group helper funcs for creating directory names and fetching network resources into a single module
2024-08-16 20:22:15 -07:00
q9i
b9750dafea refactor: create sugar module
move IO abstractions and desugaring processes into a separate module
2024-08-16 20:22:15 -07:00
q9i
1ed2a75f6c refactor: create time module
move time-related functions from `Main.hs` to a new `Time` module for better
organization and code separation
2024-08-16 20:22:15 -07:00
q9i
cc1935f92c 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-08-16 20:22:15 -07:00
q9i
6cf30685ad refactor: create types and const modules 2024-08-16 20:22:15 -07:00
q9i
546de7273f initial commit 2024-07-13 19:50:43 -07:00