
NNAAMMEE
       domterm - window specifier options

SSYYNNOOPPSSIISS
       --electron --qt --browser --firefox --chrome --google-chrome --below
       --above --left --right --tab --pane --print-url --detached

DDEESSCCRRIIPPTTIIOONN
       Domterm commands that create a new window take an optional
       window-specifier option to describe how to create the new window. For
       example the following command creates a new sub-window (pane) below the
       current window:

           `domterm new --below`

       Commands that take window specifiers include new, attach, browse, and
       view-saved.

CCRREEAATTEE TTOOPP--LLEEVVEELL WWIINNDDOOWW
       If there is no window-specifier option, the default is given by the
       frontend.default preference (by default read in the settings.ini file).
       That is a list of possible browser commands (similar to what might
       follow the --browser= option). The first command in the list that
       executable is used. If the preference is unset, the default is
       currently electron;qt;chrome;firefox;browser, though that may change.

       The best user experience is currently either --electron or -qt. Both of
       these look and feel like traditional terminal emulator application,
       with a menubar and popup menu suitable for a terminal (rather than a
       browser).

       --electron
           Use a front-end based on Electron <https://electron.atom.io/>.

       --qt, --qtdomterm, --qtwebengine
           Use a front-based on the Qt toolkit <https://www.qt.io/>, including
           QtWebEngine <https://wiki.qt.io/QtWebEngine>.

       --browser
           Creates a new window or tab in your preferred desktop browser.

       --browser=_c_o_m_m_a_n_d
           Invoke _c_o_m_m_a_n_d to create a new window. The _c_o_m_m_a_n_d is a multi-word
           template, where %U is replaced by a URL generated by domterm. If
           _c_o_m_m_a_n_d contains a $ it is processed by the default shell; the
           program should either deamonize itself or otherwise run in the
           background (perhaps by using &). If _c_o_m_m_a_n_d does _n_o_t contain a $,
           domterm splits it into words and runs it directly (daemonized). For
           example:

               domterm --browser='firefox --new-window %U'

           If there is no %U in the _c_o_m_m_a_n_d, it is equivalent to
           --browser=`_c_o_m_m_a_n_d `" %U"_.

       --firefox_, --browser=firefox
           _C_r_e_a_t_e _a _n_e_w _w_i_n_d_o_w _o_r _t_a_b _i_n _t_h_e _F_i_r_e_f_o_x _b_r_o_w_s_e_r_. _M_a_y _u_s_e
           _p_l_a_t_f_o_r_m_-_s_p_e_c_i_f_i_c _l_o_g_i_c _t_o _f_i_n_d _F_i_r_e_f_o_x_. _C_u_r_r_e_n_t_l_y _d_o_e_s _s_o _o_n _M_a_c
           _O_S_; _o_t_h_e_r_w_i_s_e _j_u_s_t _c_h_e_c_k_s _y_o_u_r _P_A_T_H_.

       --chrome_, --google-chrome_, --browser=google
           _C_r_e_a_t_e _a _n_e_w _w_i_n_d_o_w _o_r _t_a_b _i_n _t_h_e _G_o_o_g_l_e _C_h_r_o_m_e _b_r_o_w_s_e_r_. _C_h_e_c_k_s
           CHROME_BIN _e_n_v_i_r_o_n_m_e_n_t _v_a_r_i_a_b_l_e_; _o_t_h_e_r_w_i_s_e _l_o_o_k_s _f_o_r chrome _o_r
           google-chrome _i_n _t_h_e _P_A_T_H_.

CCRREEAATTEE NNEEWW PPAANNEESS OORR TTAABBSS
       --tab
           Create new tab.

       --left, --right, --below, --above
           If there is a current DomTerm window, split it in two, and create a
           new window to the left/right/above/below the old one.

       --pane
           Equivalent to either --right or --below depending on the current
           windowâs width/height ratio.

SSPPEECCIIAALL CCAASSEESS
       --detached
           When creating a new session, it is detached, without a window.

       --print-url
           Do not open a new window. Instead print out a URL that can be used
           in a browser to open a window. This is used by atom-domterm
           <https://atom.io/packages/atom-domterm>.



