Skip to content

Create files and folders quickly from your shell

License

Notifications You must be signed in to change notification settings

laulauland/newfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

newfile (or simply n) - create files and folders quickly

Create files and folders quickly with relative paths. It's like Sublime's AdvancedNewFile plugin but for your terminal.

Install

cargo install newfile

Usage

n [path to file or folder]

Example

Simply type the path along with the desired file name and extension. If the specified directories do not exist, n will create them automatically.

n the_spy/who_came_in_from_the_cold.txt
the_spy/
└── who_came_in_from_the_cold.txt

You can also chain multiple folders or files by simply separating them with spaces.

n project_final.txt project_final_final.txt project_really_final.txt
project_final.txt
project_final_final.txt
project_really_final.txt

About

Create files and folders quickly from your shell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages