uohmak4fvpqe
uohmak4fvpqe
Consider : ``` : some_input_files |> ^ %o^ the_command |> output_name ``` I like to display the output file (e.g. ```"file.o"```), not a command id plus input files as is...
I think it would be neat to have a new flag, say ```^T```, that either : - behaves as ```^o``` by default, - behaves as ```^t``` if all the files...
I like to stack up extensions in each build step, so that I have, say, ```main.cc```, then ```main.cc.o``` successive outputs. Which is why I actually didn't notice this before :...
I have a fresh install of Clearlinux on my laptop (not in a container); installed ```tup``` from ```brew```; I also built it from ```master``` both of them show this error...
So I just upgraded to ubuntu 24.04. Now, this is what I get : ``` $ tup /proc/11285/setgroups: Permission denied tup error: Unable to deny setgroups when setting up user...
I added more c++ extensions that can be found. I personnally always use .cc and .hh (they are really used, it's not only me) I also fixed the regex for...