File-viewer/README.md

11 lines
441 B
Markdown
Raw Permalink Normal View History

2018-02-12 22:02:36 +01:00
# File-viewer
A simple program to navigate directories and output files.
2018-02-17 21:23:27 +01:00
<hr>
2018-02-17 21:24:38 +01:00
2018-02-17 21:24:26 +01:00
# Some gotchas:
2018-02-12 22:02:36 +01:00
Note that the function get_current_dir_name() used in the program is a GNU extension and may not work on all compilers.
2018-02-17 23:50:34 +01:00
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"
2018-02-12 22:02:36 +01:00
This was compiled using g++ version 6.3.0 on the authors machine.