rahulbordoloi / Directory-Tree

Python Utility Package that displays out the Tree Structure of a Particular Directory.
https://pypi.org/project/directory-tree/
GNU General Public License v3.0
32 stars 13 forks source link

Add ignore feature #13

Closed Jeyenkc closed 1 year ago

Jeyenkc commented 1 year ago

Added ignore_list which is a list containing files or directories as an argument for DirectoryPath class. Added a list interpretation that removes all elements in children that are in ignore_list.

rahulbordoloi commented 1 year ago

Hello @Jeyenkc, Thanks for your contribution. Would look into it and update.

rahulbordoloi commented 1 year ago

Hi @Jeyenkc, Can you give me write access to your forked repo? Need to add some changes. Not able to do it within the MR.

rahulbordoloi commented 1 year ago

Python Package updated in PyPI. And latest version - https://github.com/rahulbordoloi/Directory-Tree/releases/tag/v0.0.4