Skip to content

Instantly share code, notes, and snippets.

@yentsun
Last active April 28, 2018 21:08
Show Gist options
  • Save yentsun/b14a1652287dc369882818a66f922d65 to your computer and use it in GitHub Desktop.
Save yentsun/b14a1652287dc369882818a66f922d65 to your computer and use it in GitHub Desktop.
File structure with ASCII
πŸ—€ root/
β”œβ”€β”€ πŸ—€ childOne/
β”‚   β”œβ”€β”€ πŸ–Ή fileOne.txt
β”‚   β”œβ”€β”€ πŸ–Ή fileTwo.rst
β”‚   β”œβ”€β”€ πŸ–Ή fileThree.md
β”‚   └── πŸ–Ή README
β”œβ”€β”€ πŸ—€ childTwo/
β”‚   β”œβ”€β”€ πŸ–Ή fileOne.txt
β”‚   └── πŸ–Ή fileTwo.rst
└── πŸ—€ childThree/
    β”œβ”€β”€ πŸ–Ή fileOne.txt
    β”œβ”€β”€ πŸ–Ή fileTwo.rst
    β”œβ”€β”€ πŸ–Ή fileThree.md
    └── πŸ–Ή README
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment