feat: added a more general way to display relative paths for the status cli command
This commit is contained in:
parent
c372a5f8bc
commit
25480fc92f
4 changed files with 143 additions and 25 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue