Skip to content
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

Error with files starting with "." (dot) #61

Open
333van opened this issue Jul 12, 2022 · 1 comment
Open

Error with files starting with "." (dot) #61

333van opened this issue Jul 12, 2022 · 1 comment
Assignees

Comments

@333van
Copy link

333van commented Jul 12, 2022

Version: probably the latest as I have ran npm i -g renamer
Platform: Windows 10
Steps to reproduce:

mkdir temp; cd temp
touch .foo.bar
renamer -f "." ./* -d
# ERROR: These paths or patterns do not exist: ./*
renamer -f "/^\./" ./* -d
# ERROR: These paths or patterns do not exist: ./*
mv .foo.bar foo.bar
renamer -f "."  ./* -d
# No Error

PS: Thank you for making this awesome app!

@333van
Copy link
Author

333van commented Jul 14, 2022

I guess it's because these files are treated as "hidden" files and they are omitted by renamer. /ayoisaiah/f2, another similar project, gives users the option to rename hidden files. Hope renamer can have this feature also.

@75lb 75lb self-assigned this Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants