Frangipanni

Get a forest view with Frangipanni

Studying Golang has led me onto the path of discovery. One of the findings include a simple program that "converts lines of text into a tree structure." The source code and the binary can be found here.

Here is a demo:

recipes on  master [!?]
❯ find ./clean-architecture/ -maxdepth 4 | frangipanni
clean-architecture
    go
        mod
        sum
    Makefile
    server
    README.md
    gitignore
    api
        presenter/book.go
        app.go
        routes/book.go
        handlers/book_handler.go
    pkg
        book
            service.go
            repository.go
        entities/book.go

If you'd like to give it a try, clone the repo and move the binary frangipanni to your /usr/local/bin folder. Then start piping your text to our frangipanni.