Fast creation of files and directories. Mimics the operation of AdvancedNewFile (Vim plugin)
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 ๐