We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
Quick way to change all the file extensions from .md to .mdx
.md
.mdx
If you have rename installed (brew install rename or sudo apt install rename if not) then you can rename them with:
rename
brew install rename
sudo apt install rename
# cd to the folder containing the files you want to rename rename s/md/mdx/ **.md
Maybe just the one * if you're not using Fish shell 👍
*
Sorry, something went wrong.
Great tip @spences10!
I'm a Windows user and recently installed microsoft/PowerToys. It includes the PowerRename utility which worked perfectly for this task!
I updated all of the filenames in 6df2c57.
bradgarropy
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: