⚡ Advanced New File ⚡
Add to your terminal the option to quickly create folders and files like a pro.
[](http://unmaintained.tech/)
## Use ⚙️
```bash
ad [path file or folder]
```
## Install 🔌
``` bash
pip3 install --user advance-touch
```
## Update 💾
``` bash
pip3 install --user --upgrade advance-touch
```
## 📚 Examples 📚
### Single folder 📁
```bash
ad airport/plane/
```
```
airport/
├── plane/
```
---
### Multiple folders 📁➕📁➕📁
```bash
ad airport/ station/ port/
```
```
airport/
station/
port/
```
---
### Single file with your hierarchy of folders 📁➡️📁➡️📝
```bash
ad airport/plane/captain.txt
```
```
airport/
├── plane/
│ ├── captain.txt
```
---
### Folder and single file with your hierarchy of folders 📁➕📁➡️📝
```bash
ad airport/ train-station/train.txt
```
```
airport/
├── plane/
train-station/
├── train.txt
```
---
### If your shell supports arguments expansion 📁➡️📁➡️📝🤖
```bash
ad airport/plane/{captain,passenger}.txt
```
```
airport/
├── plane/
│ ├── captain.txt
│ ├── passenger.txt
```
---
## 🤝 Contributing
Contributions are welcome! Please see the [contribution guidelines](https://git.andros.dev/andros/contribute) for instructions on how to submit issues or pull requests.
Thanks to the power of 🐍 Python 🐍
Pet created by [Freepik - Flaticon](https://www.flaticon.com/free-icons/folder)