/qtouch

qtouch is a command to create an empty file quickly

Primary LanguageGoMIT LicenseMIT

qtouch

qtouch is a command to create an empty file quickly

example

% tree                                                                                                                                                                                             [master]
.
├── LICENSE
├── README.md
└── main.go

% qtouch hoge/fuga/poyo
% tree                                                                                                                                                                                             [master]
.
├── LICENSE
├── README.md
├── hoge
│   └── fuga
│       └── poyo
└── main.go