forked from poz/modfetch
37 lines
634 B
Markdown
37 lines
634 B
Markdown
# 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
|
|
|
|
- [ ] module manager (url to module source, compiles and puts the binary somewhere)
|
|
- [ ] better config parsing
|
|
- [ ] more text positioning options aside from printing text vertically
|
|
- [ ] some way for module to throw errors
|
|
- [ ] module related options (list module, print specific module info, etc.)
|
|
|
|
## license
|
|
|
|
mit
|