1
0
Fork 0
forked from poz/modfetch
modfetch/README.md

37 lines
557 B
Markdown
Raw Normal View History

2024-02-09 12:05:06 +01:00
# modfetch
modular fetch
## building
`make` for the main binary
`make modules` for all the default modules
write your own using `mod.h` if you want to
## config
by default `$XDG_CURRENT_DESKTOP/modfetch.conf`
format:
```
/path/to/mod1.so
/path/to/mod2.so {
var1 = dupa
var2 = 2137
}
```
## TODO
2024-02-09 12:06:17 +01:00
- [ ] module manager (url to module source, compiles and puts the binary somewhere)
- [ ] better config parsing
- [ ] more text positioning options aside from printing text vertically
2024-02-09 12:09:30 +01:00
- [ ] some way for module to throw errors
2024-02-09 12:05:06 +01:00
## license
mit