deadc0de6/catcli

ls should output files, too

weberjn opened this issue · 1 comments

catcli ls tmptest/a

should output

tmptest/a

and

catcli ls -l tmptest/a

should output

262 Oct 14 15:11 tmptest/a

@weberjn this feature has been added in the branch features-42. Could you give it a try?
You can get it like this:

git clone https://github.com/deadc0de6/catcli.git
cd catcli
git checkout features-42
python3 -m catcli.catcli -B ls --catalog=<catalog-path> <something-here>