GitHub code snippets have a copy feature, as seen in the screenshot below, which I use often and believe others do.
If the copied shell command includes the $ prefix, it will lead to an error when copied and pasted directly in the terminal like so:
Users will now have to edit the copied text again or type manually, which is a bad experience and a waste of the copy-snippet feature, which is great for installing packages and so. Hence, this PR removes the $ prefix from the install trash-cli command. I believe this will remove the repetitive behaviour.
GitHub code snippets have a copy feature, as seen in the screenshot below, which I use often and believe others do.
If the copied shell command includes the
$
prefix, it will lead to an error when copied and pasted directly in the terminal like so:Users will now have to edit the copied text again or type manually, which is a bad experience and a waste of the copy-snippet feature, which is great for installing packages and so. Hence, this PR removes the
$
prefix from the installtrash-cli
command. I believe this will remove the repetitive behaviour.