new feature : copy content or url to main clipboard

This commit is contained in:
Lionel Dricot 2022-01-05 21:15:10 +01:00
parent 4aec75a753
commit c9ec5eb243
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ experience.
provide a better and slightly more secure experience when using the default
TOFU certificate validation mode and is highly recommended.
* [Python magic](https://github.com/ahupp/python-magic/) is useful to determine the MIME type of cached object. If not present, the file extension will be used but some capsules provide wrong extension or no extension at all. (apt-get install python3-magic)
* [Xsel](http://www.vergenet.net/~conrad/software/xsel/) allows to `go` to the URL copied in the clipboard without having to paste it (both X and traditional clipboards are supported). (apt-get install xsel)
* [Xsel](http://www.vergenet.net/~conrad/software/xsel/) allows to `go` to the URL copied in the clipboard without having to paste it (both X and traditional clipboards are supported). Also needed to use the `copy` command. (apt-get install xsel)
## Features