Command line options: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
{{Man2top | {{Man2top | ||
|lang=en | |lang=en | ||
|rev=2.0.0 | |rev=2.0.0 | ||
|st=u | |||
|Title=2. Command line options | |Title=2. Command line options | ||
|prev=Man 2 ch03 | |prev=Man 2 ch03 | ||
Line 9: | Line 9: | ||
|next=Man 2 ch04 | |next=Man 2 ch04 | ||
}} | }} | ||
There are several useful command line options:<br /> | There are several useful command line options:<br /> | ||
<tt>man bluefish</tt> | <tt>'''$''' man bluefish</tt> | ||
;-c, --curwindow | ;-c, --curwindow | ||
:Open a file in an existing window. This can be used to overwrite the chosen default. | :Open a file in an existing window. This can be used to overwrite the chosen default. | ||
Line 30: | Line 30: | ||
:: --gtk-module=MODULES Load additional GTK+ modules | :: --gtk-module=MODULES Load additional GTK+ modules | ||
:: --g-fatal-warnings Make all warnings fatal | :: --g-fatal-warnings Make all warnings fatal | ||
:;--help-gnome | |||
:: todo | |||
;-v, --Version | ;-v, --Version | ||
Line 35: | Line 39: | ||
Many programs like browsers, email clients and file managers can be configured to open files in Bluefish. For example, '''bluefish '%s'''' will open a file in the current window, '''bluefish -n '%s'''' will open a file in a new window. | |||
Line 46: | Line 50: | ||
|nextname=Chapter IV. The user interface | |nextname=Chapter IV. The user interface | ||
}} | }} | ||
Latest revision as of 20:57, 10 January 2010
There are several useful command line options:
$ man bluefish
- -c, --curwindow
- Open a file in an existing window. This can be used to overwrite the chosen default.
- -n, --newwindow
- Open a file in a new window. This can be used to overwrite the chosen default.
- -?, --help, --help-*, --help-all
- Print all or just a group of help options. Some of these options may be documented in gtk-options(7) and gnome-options(7).
- --help-gtk
- GTK+ Options
- --class=CLASS Program class as used by the window manager
- --name=NAME Program name as used by the window manager
- --display=DISPLAY X display to use
- --screen=SCREEN X screen to use
- --sync Make X calls synchronous
- --gtk-module=MODULES Load additional GTK+ modules
- --g-fatal-warnings Make all warnings fatal
- --help-gnome
- todo
- -v, --Version
- Print version information.
Many programs like browsers, email clients and file managers can be configured to open files in Bluefish. For example, bluefish '%s' will open a file in the current window, bluefish -n '%s' will open a file in a new window.