a dynamic suckless fetch framework written in pure c https://git.ari.lt/ari/dfetch
Find a file
Ari Archer ca91e69808
modules/packages : reduce amount of pipes needed
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2023-03-03 00:37:11 +02:00
src modules/packages : reduce amount of pipes needed 2023-03-03 00:37:11 +02:00
.clang-format init 2023-03-02 23:39:54 +02:00
.editorconfig init 2023-03-02 23:39:54 +02:00
.gitignore init 2023-03-02 23:39:54 +02:00
build.sh remove useless cd .. 2023-03-03 00:02:30 +02:00
LICENSE init 2023-03-02 23:39:54 +02:00
Makefile make install depend on main.c 2023-03-02 23:53:24 +02:00
README.md init 2023-03-02 23:39:54 +02:00

dfetch

a dynamic suckless fetch framework written in pure c

compilation

$ ./build.sh

installation

$ ./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