All Projects â†’ tanrax â†’ Terminal Advancednewfile

tanrax / Terminal Advancednewfile

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Terminal Advancednewfile

Graphql Cli
📟 Command line tool for common GraphQL development workflows
Stars: ✭ 1,814 (+1253.73%)
Mutual labels:  terminal
Tomato Clock
Pomodoro į•ŠčŒ„å·Ĩä―œæģ• https://en.wikipedia.org/wiki/Pomodoro_Technique
Stars: ✭ 139 (+3.73%)
Mutual labels:  terminal
Purify
🌈 Clean & vibrant color schemes for Vim, Terminals...
Stars: ✭ 142 (+5.97%)
Mutual labels:  terminal
Khal
📆 CLI calendar application
Stars: ✭ 1,888 (+1308.96%)
Mutual labels:  terminal
Bottom
Yet another cross-platform graphical process/system monitor.
Stars: ✭ 3,182 (+2274.63%)
Mutual labels:  terminal
Explorer Hat
Python library for Explorer HAT
Stars: ✭ 140 (+4.48%)
Mutual labels:  touch
Borealis
Hardware accelerated, controller and TV oriented UI library for PC and Nintendo Switch (libnx).
Stars: ✭ 135 (+0.75%)
Mutual labels:  touch
Oxidtools
200 TOOLS BY 0XID4FF0X FOR TERMUX
Stars: ✭ 143 (+6.72%)
Mutual labels:  terminal
Asciinema Player
asciinema player is an open-source terminal session player written in Javascript and Rust/WASM. Unlike other video players asciinema player doesn't play heavy-weight video files (.mp4, .webm etc) and instead plays light-weight terminal session files called asciicasts.
Stars: ✭ 1,948 (+1353.73%)
Mutual labels:  terminal
Asciinema Server
Web app for hosting asciicasts
Stars: ✭ 1,848 (+1279.1%)
Mutual labels:  terminal
Nord Xfce Terminal
An arctic, north-bluish clean and elegant Xfce Terminal color theme.
Stars: ✭ 136 (+1.49%)
Mutual labels:  terminal
Linux Dotfiles
I configure lots of things, sorting them out here
Stars: ✭ 137 (+2.24%)
Mutual labels:  terminal
Qov
The terminal presentation tool.
Stars: ✭ 141 (+5.22%)
Mutual labels:  terminal
React Cursor Position
A React component that decorates its children with mouse and touch coordinates relative to itself.
Stars: ✭ 136 (+1.49%)
Mutual labels:  touch
Touch Bar Istats
Show CPU/GPU/MEM temperature on Touch Bar with BetterTouchTool!
Stars: ✭ 141 (+5.22%)
Mutual labels:  touch
Galacritty
WIP GTK terminal emulator based on Alacritty
Stars: ✭ 136 (+1.49%)
Mutual labels:  terminal
Extraterm
The swiss army chainsaw of terminal emulators
Stars: ✭ 1,922 (+1334.33%)
Mutual labels:  terminal
Img term
Display image, video or USB camera in your ANSI terminal!
Stars: ✭ 143 (+6.72%)
Mutual labels:  terminal
Cli Menu
ðŸ–Ĩ Build beautiful PHP CLI menus. Simple yet Powerful. Expressive DSL.
Stars: ✭ 1,776 (+1225.37%)
Mutual labels:  terminal
Vue Dialog Drag
Simple vue draggable dialog
Stars: ✭ 141 (+5.22%)
Mutual labels:  touch

⚡ 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 🐍

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].