Need help with terminal-AdvancedNewFile?
Click the โ€œchatโ€ button below for chat support from the developer who created it, or find similar developers for support.

About the developer

tanrax
133 Stars 8 Forks 34 Commits 0 Opened issues

Description

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

Services available

!
?

Need anything else?

Contributors list

# 16,472
anti-vi...
Clojure
dropbox
Nextclo...
27 commits
# 244,434
Shell
Django
python3
celery
1 commit
# 52,648
mocking...
test-fr...
Rust
Neovim
1 commit

โšก 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 ๐Ÿ

We use cookies. If you continue to browse the site, you agree to the use of cookies. For more information on our use of cookies please see our Privacy Policy.