paulklemm / rvisidata

Open any dataframe with visidata, a terminal-based spreadsheet application
Other
30 stars 2 forks source link

Enable similar behaviour under `GNU screen` #12

Open n0542344 opened 3 months ago

n0542344 commented 3 months ago

While the current version of rvisidata supports tmux, this is not the case for GNU screen (the other, older terminal multiplexer).

From my understanding, GNU screen-support should also be possible using the following commands in a script with the following options in the function options(rvisidata.tmux = "path/to/your/script"):

Also it should be possible to find out if you're running in a screen-session by looking at the $STY-variable (unset if not, returns the session-name if it is).

Any chance to add screen-support in the future? I'd also support you in any way if you're interested.

paulklemm commented 3 months ago

Sound idea.

I'm currently prepping the code for a CRAN release. Let's work on this once I finish cleaning up the project.

n0542344 commented 3 months ago

No problem, I'm not in a rush.

If I can support you in any way just write!