Cleanup "Script" In Haskell
Find a file
Christina Sørensen 92852733b5
fix(config): catch isDoesNotExistError for config file
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-10-26 14:35:10 +02:00
.github chore: publish 2023-09-25 07:41:23 +02:00
app fix(config): catch isDoesNotExistError for config file 2023-10-26 14:35:10 +02:00
src chore: publish 2023-09-25 07:41:23 +02:00
test chore: publish 2023-09-25 07:41:23 +02:00
.gitignore chore: publish 2023-09-25 07:41:23 +02:00
build.sh chore: publish 2023-09-25 07:41:23 +02:00
CODE_OF_CONDUCT.md docs: Create CODE_OF_CONDUCT.md 2023-09-25 05:50:02 +00:00
flake.lock feat(code): add bash suffix 2023-10-06 11:17:13 +02:00
flake.nix chore: publish 2023-09-25 07:41:23 +02:00
LICENSE chore: publish 2023-09-25 07:41:23 +02:00
maid.cabal build(flake): introduce aeson, yaml, bytestring 2023-10-12 15:46:11 +02:00
out.gif chore: publish 2023-09-25 07:41:23 +02:00
package.yaml build(flake): introduce aeson, yaml, bytestring 2023-10-12 15:46:11 +02:00
README.md docs(readme): fix demo gif 2023-09-25 05:48:28 +00:00
record.tape chore: publish 2023-09-25 07:41:23 +02:00
stack.yaml chore: publish 2023-09-25 07:41:23 +02:00
stack.yaml.lock build(flake): introduce aeson, yaml, bytestring 2023-10-12 15:46:11 +02:00
treefmt.nix chore: publish 2023-09-25 07:41:23 +02:00

Maid --- A Cleanup "Script" Written in Haskell

Note

This software is under active development. It basically only works for me right now.

out

Why? Idk, I never get to write any Haskell ever. This could have been a bash script, but maybe I wanna do some more interesting stuff later where bash will bite me.

Everything is hardcoded right now, I'll probably make a config file when I have time.