Skip to content

Instantly share code, notes, and snippets.

@manelio
manelio / treendent.php
Created September 25, 2014 19:28
PHP minimal parser for indent based files representing a filesystem tree. It can be used to easily create files and directories.
#!/usr/bin/php
<?php
/*
treendent.php (tree indent)
@author: Manel R. Doménech (@manelio)
it's annoying for me to create files and directories in most of the editor I
use, like Sublime Text and Vim. Also in the shell.
Because that, I wrote a minimal parser called treendent for intend-based files