Add to your terminal the option to quickly create folders and files like a pro.
ad [path file or folder]
pip3 install --user advance-touch
pip3 install --user --upgrade advance-touch
ad airport/plane/
airport/
├── plane/
ad airport/ station/ port/
airport/
station/
port/
ad airport/plane/captain.txt
airport/
├── plane/
│ ├── captain.txt
ad airport/ train-station/train.txt
airport/
├── plane/
train-station/
├── train.txt
ad airport/plane/{captain,passenger}.txt
airport/
├── plane/
│ ├── captain.txt
│ ├── passenger.txt
Thanks to the power of 🐍 Python 🐍
Pet created by Freepik - Flaticon