shiori check - when results printed colon character is too closde to the url
Data
- Shiori version: Shiori version 1.8.0 (build da56f82faac5bf350fc4175e5ff50726cb10d956) at 2025-09-26T15:50:13Z
- Database Engine: SQLite
- Operating system: PoP Os 22.04 LTS
- CLI/Web interface/Web Extension: CLI
Describe the bug / actual behavior
This is a very minor inconvenience. Not really a bug. When run shiori check, in the results a colon character is printed without a space after every url. In this way if I copy the url from the terminal context menu the colon character is copied as well.
Example: [1289/1834] failed to reach http://example.com/: Get "https://example-redirected.com/": dial tcp: lookup example-redirected.com on 127.0.0.53:53: no such host
It's just the problem with the first url before the "Get". The url after the "Get" is not affected because of the quotation marks.
Expected behavior
A few terminals, like Gnome terminal that I use, there are a function that you can open an url from the terminal or copy the url from it. With this "bug" the colon is part of the url that are printed. A single space would be nice between the url and the colon.
To Reproduce
Steps to reproduce the behavior:
- run 'shiori check'
Source: go-shiori/shiori