Joachim Breitner

Results 453 comments of Joachim Breitner

> arbtt-recover can recover it but loses bytes. I assume it simply strips off the entries which break the other tools? Yes, but it shouldn't lose more than one sample...

It already does in some circumstances. I can try to cover indeed, thanks for the suggestion.

That's very odd, that it would crash on a fresh log file as well. Do you have multiple `arbtt-record` processes running at the same time?

Sorry to hear that, and it’s odd that it failed. Are you on OSX? Maybe you are running into this problem: https://github.com/nomeata/arbtt/issues/128

**Original comment by nomeata (Bitbucket: [nomeata](https://bitbucket.org/nomeata), GitHub: [nomeata](https://github.com/nomeata)).** ---------------------------------------- That’s reasonable, but would require a migration plan for existing installations, such as moving `~/.arbtt`, or using it if it exists....

Yeah, any of these sound reasonable. Although probably the configuration should go into `$XDG_CONFIG_HOME` and the captured log into `$XDG_DATA_HOME` or `$XDG_STATE_HOME`. This probably rules out the second plan. The...

**Original comment by Leonid Bond (Bitbucket: [LeonidMew](https://bitbucket.org/LeonidMew), GitHub: [LeonidMew](https://github.com/LeonidMew)).** ---------------------------------------- I have read documentation, didn't found something about this

**Original comment by nomeata (Bitbucket: [nomeata](https://bitbucket.org/nomeata), GitHub: [nomeata](https://github.com/nomeata)).** ---------------------------------------- Something like this should work to get rid of the suffix: ``` current window $title =~ /(.*) - Mozilla Firefox/ ==>...

**Original comment by Leonid Bond (Bitbucket: [LeonidMew](https://bitbucket.org/LeonidMew), GitHub: [LeonidMew](https://github.com/LeonidMew)).** ---------------------------------------- Thanks, removing suffix fine. Configuring each title as related to project tag removes the ability to get many things automatic....

**Original comment by nomeata (Bitbucket: [nomeata](https://bitbucket.org/nomeata), GitHub: [nomeata](https://github.com/nomeata)).** ---------------------------------------- I don’t know. Most likely someone would have to add support for getting the titles of open windows on MacOS, but...