You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
src | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 6 years ago |
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.