Closed
Description
When I manually create a share using fileshelter-create
the command outputs only the share-id. In order to obtain the share URL I need to remember how to construct the full URL.
It would be nice for the command fileshalter-list --details
to be able to print something like:
Share URL: http(s)://your.domain.tld/share-download/<share-id>
I'm aware that fileshelter invoked from CLI doesn't know the domain but I'd still find useful to have to only replace your.domain.tld
with the actual one instead of remembering the full URL.
Bonus would be to also print the edit
URL but I get that it may not be desirable due to privacy concern.