show symbolic link

This commit is contained in:
Amber
2024-02-05 17:05:39 +01:00
parent 3a1d340f2d
commit 4976611793
3 changed files with 24 additions and 6 deletions

View File

@ -43,6 +43,9 @@ def produce_treeline(prec_seps, lsep):
item_name = item['name']
tomount = sep + item_name
if item['type'] == 'l' and item['target']:
tomount += ' -> %s' % ((item['target'],))
# if item.get('type') == 'd':
# if item.get('nchildren') is not None:
# tomount += '(%s)' % (item['nchildren'],)