vnew

March 21, 2021 ยท View on GitHub

Quickly create new files or folders (folders end with /). Created using the V programming language.

Compile & Install

v .
sudo cp vnew /usr/local/bin

Examples:

vnew abd/def/x.txt

... creates the abd/def/ folder if it does not exist already, and then add a new empty file x.txt inside it.

vnew a.txt b.txt abcd/xyz.txt folder/

... creates all 3 files, then create an empty folder/ too.

Source