[no subject]

2022-02-04 Thread dan d.
-- ent- XR

Tip for switching screens

2020-12-20 Thread dan d.
Perhaps this is old news for many, but I find this tip useful in saving key strokes. I either write a shell script or alias with the label of a number of a screen. Then entering that as a cli command to switch to that screen. Here the example command for the number 1 screen Screen -X select

Solved, creating macros using screen

2020-04-28 Thread dan d.
Some may recall my previous trys, and failures, to create macros using screen commands. I was using exec tied to a bindkey in screenrc to run a shell script which contained a series of the stuff commmands to send instructions to the current application. It didn't work. By experiment I found

Re: Using the stuff command in screen

2020-04-13 Thread dan d.
Thanks to those who provided suggestions on this topic. To recap, using a keybinding for the exec command to run a shell script didn't work with the stuff command. I wanted stuff to send keystrokes to a program to act as a macro, it was in the shell script. Doing some tinkering, if I ran the

Using the stuff command in screen

2020-04-11 Thread dan d.
I recently recieved help here with the eval command to attach a stack of commands to a key binding. In one version i use the exec command on a key binding to call a shell script containing the screen commands, it works perfectly. This made it easy to experiment by just changing the script file.

Re: Help using eval in screenrc

2020-03-29 Thread dan d.
On Sun, 29 Mar 2020, Dave Woodfall wrote: > On 2020-03-28 16:20, > dan d. put forth the proposition: > > > > I want to do a keybinding with eval to stack these commands which work now > > when entered manually: > > > > 1. enter the command c-a, defined f

Help using eval in screenrc

2020-03-28 Thread dan d.
I recently asked how one can stack commands with one keybinding in screenrc One poster pointed me to eval, which is surely the solution. Much googling for examples confirmed it can work. But alas I have had no joy trying to modify the examples for my purpose with multiple trial and errow att

Re: Stacking screen commands addendum

2020-03-27 Thread dan d.
On Fri, 27 Mar 2020, Neal Fultz wrote: > Try the eval command Thanks; just the thing I was looking for. This provided many examples via google I can use. > > On Fri, Mar 27, 2020, 9:17 AM dan d. wrote: > > > > > I should have mention that I looked athe man p

Stacking screen commands addendum

2020-03-27 Thread dan d.
I should have mention that I looked athe man page and a google without finding an answer. Thanks. -- XB

Stacking screen commands

2020-03-27 Thread dan d.
Is it possible to define a keybind command so a series of screen commands are sent without having to manually enter them individually? For example, the c-a plus other screen key commands would work with one keybind defined command. Thanks. -- XB

A screen setup problem

2020-03-27 Thread dan d.
I have use screen in a mac terminal for a long time and all has worked as desired. Recently when setup the "chdir" in screenrc doesn't change to the indicated directory before creating the named screen in screenrc. The screens were created but all are in my home directory. I can cd to the p

Is this list still active

2020-03-26 Thread dan d.
I recently subscribed. I was informed I was already on the mailing list from some time ago. I have not seen any traffic for a long time. What's up? Is there another gnu screen mailing list? Thanks. -- XB

Using alpine with screen

2019-03-27 Thread dan d.
I keep alpine open in a multiple window screen setup. Alpine flashes a text message when a new email arrives. This appears in all windows of the setup. Because I use a screen reader; this text flash interferes with reading text in other windows because it overrides what is being spoken. Is

Re: Help with keybinding and exec command

2017-12-08 Thread dan d.
ore details? > > > >bind h exec /usr/bin/htop > > > >works for me to start htop and returns when I quit. > > > >On Thu, Dec 7, 2017 at 7:42 PM, dan d. wrote: > > > >> > >> Hello, > >> > >> Years ago I had a screenrc with a key bi

Help with keybinding and exec command

2017-12-07 Thread dan d.
Hello, Years ago I had a screenrc with a key binding that allowed using the exec command. It would drop me to a sub-shell and return when finished. Despite all attempts to duplicate it from google examples and poor recall, I have had only failures. Can someone help me please with a sample ke

List activity

2017-10-30 Thread dan d.
I haven't been seeing much list traffic. Is it still active and do I have the right list address to send messages? Thanks. -- XB XB XB ___ screen-users mailing list screen-users@gnu.org https://lists.gnu.org/mailman/listinfo/screen-users

How to have each window in a different directory

2017-01-08 Thread Dan D.
Hello, I create multiple windows in screenrc. What I want to do is when going to a window it opens in a directory of my selection without first doing a "cd" to that directory. For example I have a window named "mail" in screenrc, when I choose that window by its number "2", the working dire

Switching windows with added command

2016-11-25 Thread Dan D.
Hello, When switching between windows holding the metakey plus other possible keys is it possible to send an bash alias as an auto part of the switch. For example if switching into a window holding a running program, can a command be sent to that running program as the swittch is underway?

Re: Send break to screen

2016-09-27 Thread -dan d.
And if you name the session it is easy to do withoutknowing the pid which varies each time it is started. On Mon, 26 Sep 2016, Jim Mahood wrote: If you know the pid, simply killing it with whatever signal you want would be most efficient. On Sep 26, 2016 6:08 PM, "Jostein Berntsen" wrote: