⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

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

Notifications You must be signed in to change notification settings

tanrax/terminal-AdvancedNewFile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚡ Advanced New File ⚡

Add to your terminal the option to quickly create folders and files like a pro.

No Maintenance Intended

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

Sponsor this project

  •  

Contributors 3

  •  
  •  
  •  

Languages