Skip to content

Releases: krshrimali/CPP-File-Manager

Version 2.0

05 Dec 07:20
6ff529c
Compare
Choose a tag to compare

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:

Contributors: @krshrimali @rajivnayanc

Full Changelog: 1.0...2.0

Version 1.0

06 Jun 10:25
Compare
Choose a tag to compare

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:

  1. fmanager binary, to simply use it on your system. (GNU/Linux systems).
  2. FileManager.hpp (header file) and libcpp-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!