update readme

This commit is contained in:
askiiart 2025-01-28 20:46:42 -06:00
parent 7b4f389b04
commit e56fb94f35
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A

View file

@ -4,17 +4,12 @@ This is Gregory. Gregory controls repos. Gregory keeps track of updating repos,
## Documentation
Go look at [`docs/`](/docs/)
Go look at [`docs/`](/docs/), and check out the [example config](/gregory.example.toml)
## TODO
- Add multithreading
- Add hook system
- Add SQL database (maybe using `sqlx`?)
- Log stderr too
- Add dependency system
- Automatic detection with features (extensibility?) for each distro?
- Add podman errors
## Other stuff
@ -22,3 +17,4 @@ Go look at [`docs/`](/docs/)
- Why the name?
- I was thinking to go with something dark and foreboding, since this is a program to control *everything* about a repo - it's the high command. But I couldn't think of anything and thought just naming it some lame random name instead would be way funnier. Hence, Gregory.
- Gregory is a program, so it uses it/its pronouns. It also doesn't mind whether you capitalize its name or not, "gregory" or "Gregory" are fine, you can even shorten it if you want.
- It's built for updating package repositories, but can be used to run pretty much anything. This isn't to say support won't be offered unless you're using it for a repo, but development will be focused on updating repos.