DeedleFake / ki

Small library and command to convert a list of paths into a tree.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ki

ki is a small library and command to convert a list of paths into a tree.

Example

$ tar -c . | tar -t | ki
a
  b
    three.txt
  two.txt
one.txt

About

Small library and command to convert a list of paths into a tree.

License:MIT License


Languages

Language:Go 100.0%