Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 683 Bytes

File metadata and controls

23 lines (13 loc) · 683 Bytes

ft_select

A file browser and manager in the terminal.

-- ABOUT --

ft_select is the third project of the Unix branch at 42. The goal for this project is to learn more about screen oriented programs using termcap/terminfo libraries in the C programming language. It's originally just an argument viewer in the terminal but I decided to take it one step further and gave it browsing capabilities on the file system.

-- BUILDING --

Download/Clone this repo

git clone https://github.com/Barbeek/ft_select

cd into the root directory and run make

cd ft_select make

-- RUNNING --

A basic usage would involve at least one argument:

./ft_select *