rqbit icon indicating copy to clipboard operation
rqbit copied to clipboard

store output_folder relative to home

Open milahu opened this issue 9 months ago • 0 comments

if output_folder is a subdirectory of home for example /home/user/rqbit/some.file then store it as ~/rqbit/some.file in .cache/rqbit/session.json

this makes it easier to move home

workaround sed -i -E 's,"/home/user1/,"/home/user2/,g' .cache/rqbit/session.json

milahu avatar Mar 27 '25 19:03 milahu