Benjamin Kästner
Benjamin Kästner
> Because that would be a very cool way of hiding parts of your buffer when sharing screen or pair programming. That's something I didn't have in mind and a...
> rustix doesn't seem to support [select](https://github.com/kkawakam/rustyline/blob/2b9e85d7d214a82c9c8bddaf75f56bf4ff59c2b3/src/tty/unix.rs#L15C15-L15C21) If I get it correctly, then `rustyline` still uses `select(2)` internally? This will lead to panics at runtime on any application that have...
You could use [`logrotate`](http://manpages.ubuntu.com/manpages/trusty/en/man8/logrotate.8.html) together with `size 10M` to keep only the last 60MB or so of your logs.
Hey @gringobenuk, sorry for the late reply. > Does this redact everything or can it discriminate based on a supplied word list (CSV file)? It redacts the whole buffer currently...
> Does this redact everything or can it discriminate based on a supplied word list (CSV file)? Just a quick note: you can use `highlight-phrase` programmatically with a `hidden` face,...
> Is this package general enough that one could format a line-per-day report? Hm, that could be provided in a future version, but there's something amiss in your example: you...
> but that includes days that had no clocks on them, and makes a full table per day, [...] – so it includes the info I want, but completely drowned...