1SCREENIE(1) BSD General Commands Manual SCREENIE(1)
2
4 screenie — screen(1) session handler (wrapper)
5
7 screenie [-h|--help] [-j session_name job]
8
10 screenie is a small and lightweight screen(1) wrapper designed to sim‐
11 plify session selection on a system with multiple screen sessions.
12 screenie provides simple interactive menu to select the existing screen
13 session or to create a new one.
14
16 -h | --help
17 show help
18
19 -j session_name job
20 run screen jobs from command-line
21
23 Run in interactive mode:
24 screenie
25
26 Create a new detached session:
27 screenie -j stat top
28
30 This program is free software but comes WITHOUT ANY WARRANTY. You can
31 redistribute and/or modify it under the same terms as Perl itself.
32
34 Written by Jiri Nemecek on February 6th, 2011. You can contact me via
35 mail address nemecek<dot>jiri<at>gmail<dot>com . This program is enhanced
36 Perl-reimplementation of screenie by Marc O. Gloor published on
37 http://pubwww.fhzh.ch/~mgloor/screenie.html
38
40 Released on sourceforge: http://sourceforge.net/projects/screenie
41
43 Please report them in project bugtracker.
44
46 screen(1)
47
48BSD June 20, 2019 BSD