feat: added a more general way to display relative paths for the status cli command

This commit is contained in:
lisk77 2025-08-21 14:28:07 +02:00
parent c372a5f8bc
commit 25480fc92f
4 changed files with 143 additions and 25 deletions

View file

@ -1,8 +1,13 @@
#ifndef UTILITIES_H
#define UTILITIES_H
#include <sys/stat.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <dirent.h>
#include <sys/stat.h>
#include <unistd.h>
#include "file.h"
#include "action_list.h"