shake icon indicating copy to clipboard operation
shake copied to clipboard

tmpfile location ?

Open bartoszek opened this issue 4 years ago • 1 comments

Shouldn't tmpfile location be specified and actually put in /tmp/ or /var/tmp instead of putting it in $HOME ? https://github.com/unbrice/shake/blob/33dd09dfd77dba8e73da194d2ea4c1e0d9c90ace/main.c#L276

$sudo pv -d `pgrep shake`
3:/home/bartus/shakej9LlvJ:  252 B 0:19:05 [17MiB/s] [  <=>  ]

bartoszek avatar Aug 31 '21 14:08 bartoszek

It's in the working directory actually, but I think you're right it should be $TMPDIR. Care to send a patch?

unbrice avatar Mar 12 '22 22:03 unbrice