Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple directory pretty-printer for linux written in C

Nothing fancy, just prints directory and subdirectory structure. Works on linux. (originally was made as "i wonder if i still remember C" project, so nothing much cool here)

Get and Build

Clone the repo:

git clone --depth 1 https://github.com/Freemorger/rdwalker.git 

Go to cloned dir:

cd rdwalker/

Compile:

gcc rdwalker.c -o rdwalk

Run

./rdwalk dir 

Or to rdwalk current dir, just run it with no arguments:

./rdwalk

To print every file and directory, including hidden ones:

./rdwalk dir -a 

E.g. with current dir:

./rdwalk ./ -a 

About

Directory pretty printer for linux

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages