SCut is a server to hold your screenshots and a client to post them on it
npm start
URL must be with trailing slash
docker run -e "URL=http://localhost:3000/" -v `pwd`/storage:/app/storage erliz/scut
WorkDir must be an absolute path with trailing slash
scut -w `pwd`/storage/
URL must be with trailing slash
scut -w `pwd`/storage/ -u http://example.com/
scut -w `pwd`/storage/ -r
scut --help
scut -w `pwd`/storage/ -c open
echo '#!/bin/bash
open $1
echo $1 | pbcopy' > scut-post.sh
chmod +x scut-post.sh
scut -w `pwd`/storage/ -c scut-post.sh
workdir must be an absolute pathopen file not forwarding to Dockerdocker run --rm -it -v ~/Desktop:/storage:ro -v /usr/bin/open:/usr/bin/open erliz/scut-client app -u http://remote.host/ --verbose -m -c /usr/bin/open
Content type
Image
Digest
Size
244.7 MB
Last updated
about 10 years ago
docker pull erliz/scut