coppit

Results 7 issues of coppit

runas.sh refers to [`setuser`, from the phusion base image](https://github.com/phusion/baseimage-docker/blob/master/image/bin/setuser). Remove that dependency.

Wrap all the vars in quotes. This fixed a handbrake failure I had.

This allows me to give 8 CPUs to the container, but still browse the web in my VM. Not quite good enough to play a game though. The user can...

Adds a state file in the config dir to record which files have already been processed. That way if files are already in the watch folder, then a new file...

One thing I noticed about the current inotify monitoring is that if I copied a big file from my array into the cache drive watch folder, HandBrake would start working...

- [X] I've checked [docs](https://rich.readthedocs.io/en/latest/introduction.html) and [closed issues](https://github.com/Textualize/rich/issues?q=is%3Aissue+is%3Aclosed) for possible solutions. - [X] I can't find my issue in the [FAQ](https://github.com/Textualize/rich/blob/master/FAQ.md). Perhaps there's a reason there isn't a \b in...

Needs triage

I can't construct this command line: ffmpeg -i input.mov -i input.mov -filter_complex '[0:v]trim=end_frame=2:start_frame=1[s0];[s0]transpose=dir=clock[s1];[s1]crop=h=0.5*in_h:w=0.5*in_w:x=(in_w-out_w)/2:y=(in_h-out_h)/2[s2];[1:v]trim=end_frame=2:start_frame=1[s3];[s3]transpose=dir=clock[s4]' -map '[s2]' -f null - -map '[s4]' -f null - because topo_sort() and the node's __repr__ together...