elliot40404 / bonk

The blazingly fast touch alternative with a sprinkle of mkdir written in rust.
MIT License
97 stars 9 forks source link

Should use Path functions for directory / file manipulation #3

Closed BartMassey closed 1 year ago

BartMassey commented 1 year ago

The hand-rolled string operations should be replaced with functions from std::Path for portability and correctness, especially on non-string Paths.

elliot40404 commented 1 year ago

bonk has improved in the new revison