A simple program to navigate directories and output files.
Go to file
Isak 033ec0bf7a
Update Main.cpp
Now added support for specifying file editor and implemented functions from getopt to parse command line arguments.
2018-02-17 21:21:16 +01:00
src Update Main.cpp 2018-02-17 21:21:16 +01:00
README.md Create README.md 2018-02-12 22:02:36 +01:00

README.md

File-viewer

A simple program to navigate directories and output files. Note that the function get_current_dir_name() used in the program is a GNU extension and may not work on all compilers.

This was compiled using g++ version 6.3.0 on the authors machine.