Skip to content

tanrax/terminal-AdvancedNewFile

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

⚡ 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

About

Fast creation of files and directories. Mimics the operation of AdvancedNewFile (Vim plugin)

Topics

Resources

Stars

Watchers

Forks

Languages