Dimitri Merejkowsky
Dimitri Merejkowsky
rebased
Additional notes: * I'm willing to write a patch if you can tell me where to look :) * The fact you managed to write a file manager this fast...
This looks like a bug - the message should only get printed once. How did you run ruplacer ?
On the other hand, this works on the three operating systems (assuming `pytest` is a dev dep): ```yaml - name: Install and configure poetry run: | python -m pip install...
Yup, but I'm not sure it belongs to this project. I tend to use `ncdu` to delete large repositories. You're welcome to try and work on a pull request, though.
> Is it possible to integrate this behavior [...] in pycp where it copies with de-duplication? I don't think so. It seems `cp --reflink` uses some very specific, linux-only C...
or maybe only `pycp` should accept the `--exclude` flag.
@gdubicki : sorry for the long delay - do you still want to work on this ? - your plan to do it in a non-breaking way looks like a...
Other idea. Have a way to log multiple messages on the same line: ```python def erase_last_line() -> None: terminal_size = shutil.get_terminal_size() ui.info(" " * terminal_size.columns, end="\r") ui.info("doing stuff", end="\n") #...
Looks good to me - thanks!