diff --git a/cmd/cli/item.go b/cmd/cli/item.go index 54e9fa3..44ebe90 100644 --- a/cmd/cli/item.go +++ b/cmd/cli/item.go @@ -176,7 +176,7 @@ func newItemFromRecordForQuery(record records.EnrichedRecord, query query, debug location += record.Host + ":" locationWithColor += highlightHost(record.Host) + ":" } - const locationLenght = 35 + const locationLenght = 30 // const locationLenght = 20 // small screenshots pwdLength := locationLenght - len(location) pwdTilde := strings.Replace(record.Pwd, record.Home, "~", 1)