cafehaine / xontrib-xlsd

xontrib-xlsd is the next gen ls command for xonsh shell, inspired by lsd.
GNU General Public License v3.0
21 stars 4 forks source link

Enhancements: cleaned up unused code, fixed linter warnings, using custom PathEntry instead of os.DirEntry… #36

Closed tr0yspradling closed 1 year ago

tr0yspradling commented 1 year ago

PathEntry: Replaced os.DirEntry with custom PathEntry class to handle individual files more effectively.

This fixes #35.

Feedback and further review are welcomed.

cafehaine commented 1 year ago

Sorry I took so long to look at this.

This all looks good to me, merging it right away :)

Since I'm not really using this anymore, would you be interested in having direct write access to this repository?

tr0yspradling commented 1 year ago

Sure thing.