-
Notifications
You must be signed in to change notification settings - Fork 491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Directory Tree Generator #1377
base: master
Are you sure you want to change the base?
Directory Tree Generator #1377
Conversation
CodeSee Review Map:Review in an interactive map View more CodeSee Maps Legend |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall this looks good to me. Please just consider to adjust the looking a bit through changing the pipe to the unicode character.
import os | ||
import pathlib | ||
|
||
PIPE = "|" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a unicode character which would be better suitable instead of a simple |
, namely U+2502
PIPE = "|" | ||
ELBOW = "└──" | ||
TEE = "├──" | ||
PIPE_PREFIX = "| " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here
Description
Please include a summary of the change and which issue is fixed. List any dependencies that are required for this change.
Added Directory Tree Generator CLI App
Fixes #1308
Replace
issue_no
with the issue number which is fixed in this PRType of change
Please delete options that are not relevant.
Checklist:
README.md