Crates.io | newfile |
lib.rs | newfile |
version | 0.1.0 |
source | src |
created_at | 2022-10-11 19:29:15.617889 |
updated_at | 2022-10-11 19:29:15.617889 |
description | newfile (n) - A very simple utility to create files and folders |
homepage | https://github.com/keturiosakys/n |
repository | https://github.com/keturiosakys/n |
max_upload_size | |
id | 685549 |
size | 12,352 |
Create files and folders quickly with relative paths. It's like Sublime's AdvancedNewFile plugin but for your terminal.
n [path to file or folder]
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