A simple program to navigate directories and output files.
Go to file
Isak ddf380cb5d
Update Directory.cpp
simplified expression
2018-06-23 19:27:18 +02:00
src Update Directory.cpp 2018-06-23 19:27:18 +02:00
LICENSE Update LICENSE 2018-05-12 12:58:12 +00:00
README.md Update README.md 2018-02-17 23:50:34 +01:00

README.md

File-viewer

A simple program to navigate directories and output files.


Some gotchas:

Note that the function get_current_dir_name() used in the program is a GNU extension and may not work on all compilers. Also note that setting the -e switch to a file editor requires the file editor to have the ability to open a file in the following syntax: editor-name "file"

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