README.md
March 19, 2024 ยท View on GitHub
โก 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