Gaëtan Frenoy

Results 238 comments of Gaëtan Frenoy

Thanks a lot for the suggestion and your offer for help, Sergi ! Glad to read you like Ásbrú and wanted to actively contribute, this is really the purpose of...

> I have an unrelated question Yes, please create a new issue :) Please follow up in #695, thanks :)

> VNC is highly insecure and it's usage not recommended. Well, as any tool, you have to use it wisely.

Do you mean we should have some "keywords" (example: %hostname%) that you can use in the Tab/Window title and that would replaced dynamically by the hostname of the open terminal...

So this is definitely a "new feature". And I perfectly understand you want to have the tab name changed dynamically. It makes sense for sure ! But I still don't...

Thanks Joan! So basically we need to intercept that escape sequence as described [here](http://www.faqs.org/docs/Linux-mini/Xterm-Title.html#s3). I would believe this is something we can do with the [Expect](https://metacpan.org/pod/release/RGIERSIG/Expect-1.15/Expect.pod) module that we already...

Thanks for the tip @merikz ! ```window-title-changed``` is indeed exactly what we need. This should be an option, for sure. I would propose it has to be in ```Terminal Options```...

Very interesting idea :) I would first guess sharing the same ```pac.yml``` file would cause some issues. As far as I know, Ásbrú will not reload the configuration file if...

> I think the best solution would be to save each change in the file in real time and open/reload/save modification/close it every changes It would be the worth to...

Thanks for sharing, this is very interesting. I understand SQLite has some internal features to manage the database (file) among multiple users but it would still require a major re-engineering...