URL: <http://savannah.gnu.org/bugs/?33627>
Summary: screen should provide an option to create named-session Project: GNU Screen Submitted by: None Submitted on: Thu 23 Jun 2011 01:49:45 PM UTC Category: Feature Request Severity: 3 - Normal Priority: 5 - Normal Status: None Privacy: Public Assigned to: None Open/Closed: Open Discussion Lock: Any Release: None Fixed Release: None Planned Release: None Work Required: None _______________________________________________________ Details: screen should provide, say an option 'n'(n of Name) which should create exact named session. This helps users who use multiple screens. There is already an option -S that names the screen sessions with 'pid'.<Name> but that is not so useful, considering that each time user has to reattach to screen, the pids has to be remembered. In following example the new session created is 12139.Test which makes it less user friendly. It will be nice if it creates session exactly with name 'Test' [mohahmad@mohahmad-lnx ~]$ screen -dmS Test [mohahmad@mohahmad-lnx ~]$ screen -list There are screens on: 12139.Test (Detached) For an end user, I would prefer following instead.[notice the n option replacing the S option] [mohahmad@mohahmad-lnx ~]$ screen -dmn Test mohahmad@mohahmad-lnx ~]$ screen -list There are screens on: Test (pid:12139, Detached) -M _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?33627> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/