moved config file operations in main to ConfigParser and add a rc command that allows for reloading the config so changes can be made to config file then changes can be seen without closing and reopening the program. also created a more custom sorting algorithm for fileSorter and directorySorter functions it should improve speed
moved permissions owner group last modified dates and last accessed dates along with their colours to there own .h and .cpp file
Version 1.1.0 RELEASED
Fixing configuration file not loading, added support for last accessed dates for files and directories plus configution options for them
fixed configuration file not loading bug, added support for last accessed dates for files and directories plus configuration options for them
varialbe data type fixes
Version 1.0.0 Released
adding installer script
adding build file
Reduced length of the listDirectoryContents.cpp listDirectoryContents function output of directory and file by combinding the colour calues to there string partner and I have changed some if statements by removing unneeded statement
bug fix file and directories colours for permissions, owners, groups and last modified dates to the root user config file
adding a way to set the colours for files and directories permissions, owners, groups, and last modified dates in the config file
addded LICENSE
Initial commit