-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Write scrollback buffer to disk #250
Comments
It occurred to me that using
|
I don't think vte provides a method to stream the buffer continuously, only to write the whole lot in one go. |
Hmmmm. That sounds like "File > Save Tab Scrollback buffer As" would work. Maybe an option to automate that as well, so it could be run from cron or possibly periodically by RT itself? The latter feels on the edge of out-of-scope. |
I've added a Save Buffer (As) feature in 3.13.1, but I forgot to refer to this issue in the git commit. |
Awesome, thanks! 3.13.1 doesn't seem to have hit the PPA yet, but I'll keep an eye out. In the meantime, to follow up, my I have a script to start up a few ROXTerm tabs, each of which has a function. So I modified that script as follows:
That results in per-tab I think, Save Buffer As is a better solution for a one-off or ad hoc needs. |
You should be able to see the update in the PPA. Which version of Ubuntu are you using? |
I'm using Linux Mint-21.2, which should be Jammy, but due to #242 I hack the PPA to use Focal:
Could just be my local Ubuntu mirror hasn't caught up yet? |
This time I've uploaded versions for bionic, focal, jammy and lunar. I don't think mirrors affect PPAs. Try deleting the old roxterm file in /etc/sources.list.d and adding the PPA again. The jammy version should work for you without any hacking. |
tldr; I see build errors in https://launchpad.net/~h-realh/+archive/ubuntu/roxterm/+packages Long version:
I'd say the problem is on my side, but I'm getting the same results on 2 computers, and I also have no clue what it could be. A |
Sorry, I didn't spot those errors. The logs are nearly as long as my source code, but luckily the problem is nearly always easy to find near the bottom. I got a warning on my own PC because I was using '0' instead of an enum constant, so I started using the constant, not realising it wasn't available in older versions of GLib. |
I have now gotten 3.13.2 from Jammy PPA. I haven't tested it yet because I am in the middle of things. I'll get to it Real Soon Now, though some folks at work might beat me to it. |
Tested and it's AWESOME, thanks! Someone at work did beat me to testing, and found #252. |
Feature request per #249, is there a way to get ROXTerm to (continuously?) write the scroll-back to disk, in addition to RAM?
Random ideas:
Use-cases:
grep 'thing' ~/ROXTerm/scrollback-*.txt
to find it again.The text was updated successfully, but these errors were encountered: