Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Any feature requests?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - 4 new - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
brockgr  
View profile  
 More options May 31 2010, 10:01 pm
From: brockgr <gavin.br...@gmail.com>
Date: Mon, 31 May 2010 19:01:57 -0700 (PDT)
Local: Mon, May 31 2010 10:01 pm
Subject: Any feature requests?
Seems like the requests for features have died down - is there
anything left to add?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stew  
View profile  
 More options Jun 1 2010, 4:59 pm
From: Stew <s...@cleepdar.com>
Date: Tue, 1 Jun 2010 13:59:37 -0700 (PDT)
Local: Tues, Jun 1 2010 4:59 pm
Subject: Re: Any feature requests?
i would like the ability to add an optional command to specify to the
remote host.

This would be useful in the case where you want to connect to
potentially just one host multiple times and run a slightly different
command.

The format of this file might look like (mockup):

# csshX --hosts servers.txt

# cat servers.txt
root@server1 "/bin/sh script.sh 20091001"
root@server1 "/bin/sh script.sh 20091101"
root@server1 "/bin/sh script.sh 20091201"
root@server1 "/bin/sh script.sh 20100201"
root@server1 "/bin/sh script.sh 20100101"

This would almost necessitate the ability to take an input file of
hosts (one per line) with an optional quoted string -- which will be
the command run on the remote side.

user@host[:port] [command with args]

I could accomplish this today use GNU screen but it doesn't allow me
to see all the windows simultaneously of course like csshX.

What do you think?  Thanks!

On May 31, 7:01 pm, brockgr <gavin.br...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gavin Brock  
View profile  
 More options Jun 9 2010, 9:14 am
From: Gavin Brock <gavin.br...@gmail.com>
Date: Wed, 9 Jun 2010 22:14:20 +0900
Local: Wed, Jun 9 2010 9:14 am
Subject: Re: Any feature requests?

Stew,

Great idea!!

Took slightly longer to implement than I expected - mostly due to getting distracted :-)

A first cut at it is in svn:  http://csshx.googlecode.com/svn/trunk/csshX

This adds the "--hosts" and prerequisite "--remote_command" arguments (and equivalent csshrc options).

The file format is similar to your suggestion, but I opted to drop the double-quotes on the commands:

        root@server1 /bin/sh script.sh 20091001

I assume everything after the hostname string is a command to run (and avoid having to do complicated checking for quotes in the command).

The hostname can, as you showed, contain user names or port numbers. It will also support the hostname ranges (like "server[1-9]").

Let me know how it works for you, if you have time.

Regards,

Gavin

On 2 Jun 2010, at 05:59, Stew wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stewart Smith  
View profile   Translate to Translated (View Original)
 More options Jun 9 2010, 11:20 am
From: Stewart Smith <s...@cleepdar.com>
Date: Wed, 9 Jun 2010 08:20:56 -0700
Local: Wed, Jun 9 2010 11:20 am
Subject: Re: Any feature requests?

I tried this out and it worked very well, thank you.

My only other feature suggestion at this time would be the ability to
specify multiple screens to spread the Terminal windows out on.

Thank you!
--
Stew


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
brockgr  
View profile  
 More options Jun 9 2010, 9:22 pm
From: brockgr <gavin.br...@gmail.com>
Date: Wed, 9 Jun 2010 18:22:07 -0700 (PDT)
Local: Wed, Jun 9 2010 9:22 pm
Subject: Re: Any feature requests?

> My only other feature suggestion at this time would be the ability to
> specify multiple screens to spread the Terminal windows out on.

This has been a long-requested feature that I gave up on (you can work
around it using bounds-setting mode).

However, I decided to revisit it - I reopened the issue here:
http://code.google.com/p/csshx/issues/detail?id=18#c9

Again, there is an update in SVN to try.

Gavin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic