Skip to content

gocatcli tree swallows nested directories with identical name #3

@rflgrt

Description

@rflgrt

I am using v1.0.1 on Ubuntu 23.10 and noticed the following behaviour:
When subdirectories of identical names are nested, one of the directories is "forgotten"

In gocatcli tree my directory looks as follows

 ├─┬artist                 
 │ ├──01 - my_song.flac
 │ ├──02 - my_song.flac
 │ ├──second album    

instead of

 ├─┬artist 
 │ ├──artist                
 │ │   ├──01 - my_song.flac
 │ │   ├──02 - my_song.flac
 │ ├──second album    

This is also true for gocatcli ls

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions