plik icon indicating copy to clipboard operation
plik copied to clipboard

Fix: encode URL in the bash client

Open NeumoNeumo opened this issue 6 months ago • 0 comments

curl sometimes cannot work when encountering commands with special characters like

curl -s 'https://domain/filename with spaces.txt' > filename with spaces.txt

Before outputting the command, we need to encode the URL first.

NeumoNeumo avatar Aug 09 '24 15:08 NeumoNeumo