27 lines
436 B
Markdown
27 lines
436 B
Markdown
# dfetch
|
|
|
|
> a dynamic suckless fetch framework written in pure c
|
|
|
|
## compilation
|
|
|
|
```bash
|
|
$ ./build.sh
|
|
```
|
|
|
|
## installation
|
|
|
|
```bash
|
|
$ ./build.sh -i
|
|
```
|
|
|
|
uninstallation is just `-u`
|
|
|
|
## defaults
|
|
|
|
by default it has <https://ari-web.xyz/gh/yafetch> rewritten using
|
|
it, but you can pretty much replicate anything if you want, it comes
|
|
with few modules pre-made but youre free to add your own
|
|
|
|
## usage
|
|
|
|
this is so-to-say suckless software
|