Related problem
Commands like mv interpret passed strings as glob patterns out of the box, and there is no way to explicitly disable this behavior AFAIK. Now it's problematic to perform some mv operation on a file containing characters can be interpreted as glob like square brackets.
Describe the solution you'd like
Introduce --no-glob option for all commands accept glob patterns by default. Short option name should be resolved case-by-case, but -n can be preferred by default.
Describe alternatives you've considered
No response
Additional context and details
Issue is created out of this topic.
Related problem
Commands like
mvinterpret passed strings as glob patterns out of the box, and there is no way to explicitly disable this behavior AFAIK. Now it's problematic to perform somemvoperation on a file containing characters can be interpreted as glob like square brackets.Describe the solution you'd like
Introduce
--no-globoption for all commands accept glob patterns by default. Short option name should be resolved case-by-case, but-ncan be preferred by default.Describe alternatives you've considered
No response
Additional context and details
Issue is created out of this topic.