⚡ Advanced New File ⚡
Add to your terminal the option to quickly create folders and files like a pro.
Use ⚙️
ad [path file or folder]
Install 🔌
pip3 install --user advance-touch
Update 💾
pip3 install --user --upgrade advance-touch
📚 Examples 📚
Single folder 📁
ad airport/plane/
airport/
├── plane/
Multiple folders 📁➕📁➕📁
ad airport/ station/ port/
airport/
station/
port/
Single file with your hierarchy of folders 📁➡️📁➡️📝
ad airport/plane/captain.txt
airport/
├── plane/
│ ├── captain.txt
Folder and single file with your hierarchy of folders 📁➕📁➡️📝
ad airport/ train-station/train.txt
airport/
├── plane/
train-station/
├── train.txt
If your shell supports arguments expansion 📁➡️📁➡️📝🤖
ad airport/plane/{captain,passenger}.txt
airport/
├── plane/
│ ├── captain.txt
│ ├── passenger.txt
Thanks to the power of 🐍 Python 🐍
Pet created by Freepik - Flaticon