Releases: krshrimali/CPP-File-Manager
Releases · krshrimali/CPP-File-Manager
Version 2.0
This release comes with two new features:
- Option to change the separator for the tree output. Use
-s
or--separator
with the command line utility, or pass the separator in the constructor:FileManager(path, separator)
. PR: #28 - Add
exists
utility function to check if a directory exists or not. PR: #29
Change Log:
- FEAT: Add exists utility to check if directory exists
- FEAT: Adding separator as an option for users to change the output tree
- [ADD] Debug Function with Variadic Functions
Contributors: @krshrimali @rajivnayanc
Full Changelog: 1.0...2.0
Version 1.0
This is the first release of C++ File Manager.
See: #17 and #1 to see issues resolved and features addded.
If you are curious to see the work done for Release 1.0, head over to milestone 1.0 details: https://github.com/BuffetCodes/CPP-File-Manager/milestone/1.
This release provides you:
fmanager
binary, to simply use it on your system. (GNU/Linux systems).FileManager.hpp
(header file) andlibcpp-file-manager.a
(library file) to use in your C++ code. Head over to the README (https://github.com/BuffetCodes/CPP-File-Manager/blob/master/README.md) on how to use it in your code.
Thanks!