file-header icon indicating copy to clipboard operation
file-header copied to clipboard

[Feature Request] Filename include a dirname

Open nasyxx opened this issue 6 years ago • 1 comments

Can the filename include a dirname or a relative path from the root of a project?

For example:

├── main.py
├── render.py
└── utils
    ├── __init__.py
    └── render.py

I guess it would be better if filename in utils/render.py is utils/render.py instead of render.py.

By the way, this package is excellent.

nasyxx avatar Mar 02 '18 13:03 nasyxx

This has been completed in pull request https://github.com/guiguan/file-header/pull/65

Shinrai avatar Sep 05 '19 01:09 Shinrai