Tobias Farrenkopf
91cc928f0d
Fix argument handling of the --execute flag
...
--execute behaves now like in the docs:
Runs the rest of the command line instead of your default shell
or profile specified command.
This fixes it's proper usage with tools like gio or xdg_open
2022-11-18 13:12:59 +00:00
Vulcalien
8e50eb75ce
Remove duplicated info in some debug messages
2022-01-28 21:51:54 +01:00
Vulcalien
817f820cfb
Change output of --list-profiles and --list-layouts
...
Bash completion is also added for --profile and --layout but it won't
work if the profile/layout has quotes or spaces in the name.
2021-10-11 12:04:47 +02:00
Vulcalien
4d00f83084
Obsolete "optparse" library replaced by "argparse"
2021-09-09 16:05:39 +02:00
Vulcalien
8f41308cb2
Add --list-profiles and --list-layouts options
2021-09-09 11:48:19 +02:00
Matt Rose
cdb5755193
add a commandline flag to unhide any windows
2020-11-26 15:35:12 -05:00
David Levanon
130b0a0af1
adding profile to the layout file
...
fix layout examples - adding profile
refactor - changing layoutfile to configjson
2020-09-21 01:02:19 +03:00
Matt Rose
c04b6aeb87
move cmdline option conversion to dbus format to optionparse
2020-08-28 16:51:37 -04:00
Hector Sam
792dbcda08
Adding maximize option
2020-06-11 20:23:18 +02:00
Markus Frosch
23135f2ca5
Fix shebang and executable flag for all scripts
2020-04-05 16:36:06 +02:00
Emilio Pozuelo Monfort
a3a67385fd
Adopt patch "python3" from Debian
...
https://bugs.launchpad.net/terminator/+bug/1662544
2020-04-05 14:07:13 +02:00
Stephen Boddy
92d8d70cc0
Remove the ability to set window classname, as function in gtk is now deprecated
2017-03-13 19:41:33 +01:00
Stephen Boddy
7d94a53a50
Fix secondary windows ~ expansion over DBus
2016-12-02 22:45:49 +01:00
Stephen Boddy
da37f398fa
Fix terminator not working with default python3 by forcing python2
2016-11-25 02:29:55 +01:00
Stephen Boddy
fbb70b2bc6
Correct some British spelt translated strings to American~
2015-11-29 00:39:22 +01:00
Stephen Boddy
e14cd19690
Initial cut of layout launcher. It 'aint pretty, but it works
2013-08-28 23:09:17 +02:00
Stephen Boddy
bd3c5ca52a
Tweak the style a little just to be consistent
2013-08-27 13:37:09 +02:00
Neal Fultz
c566e862f7
Bug 366644 / Don't modify -x when invoked as x-terminal-emulator
2013-08-04 12:36:33 -07:00
Neal Fultz
69f0e7c30e
Fixing Bug #366644 / terminator does not honor x-terminal-emulator -e option
2013-05-12 21:44:07 -07:00
Chris Jones
143ae983f2
Fix up a strange typo
2013-01-30 13:17:11 +00:00
Chris Jones
5d35c196c7
Add a command line option to spawn new tabs via DBus
2012-10-30 00:11:24 +00:00
Chris Jones
8b9bf56ec3
Support reading from alternate config files. Branch from Pavel Khlebovich. Closes LP#806424
2012-10-18 22:14:39 -07:00
Chris Jones
11887770e1
Merge branch from David Caro that fixes window creation via DBus to notice command line options. Closes. LP#623883
2012-10-18 16:03:58 -07:00
Stephen Boddy
54b4223c4d
Add some nice window icon setting abilities, plus I noticed a few options were missing from the manpage.
2012-06-28 18:07:00 +02:00
Stephen Boddy
bc9539f187
Adds ability to override the WMCLASS_NAME of a window.
2012-06-28 15:38:01 +02:00
pas
6f4cc90d52
Add commandline option for specifying config file
2012-03-30 23:35:19 +04:00
abdcc0f201
Changed the dbus method new_window to use an array of options instead of only
...
passing the layout, also formatted a little the help strings in the optionparse
module (to fit in 80 chars without breaking the indent)
2011-12-29 21:39:09 +01:00
Emilien Klein
223909b361
Translate the help text (the output of `terminator -h`) - bug#630063
2010-09-04 11:03:57 +02:00
Chris Jones
f20b437caf
Allow disabling of dbus from the command line, and make use of that when spawning a new terminator process
2010-07-22 13:59:06 +01:00
Chris Jones
c64d71b809
Restore the command line -p option to specify a particular profile. This is then enforced as the default for new terminals
2010-05-15 15:51:20 +02:00
Chris Jones
14e4b4d3fe
Fix --working-directory. Closes LP #552497
2010-03-31 14:02:55 +01:00
Chris Jones
1a6f659a40
The second part of that being, actually set it to 1 and not True
2010-03-21 00:49:22 +00:00
Chris Jones
53ef40d847
Don't blat options.debug with a simple truth when it should be an integer
2010-03-21 00:48:39 +00:00
Chris Jones
b1e4d7710d
Add two new debugging option strings for filtering on specific classes/methods
2010-02-17 21:16:52 +01:00
Chris Jones
3444087941
Set the default layout to be 'default'
2010-02-04 23:52:43 +00:00
Chris Jones
678057a0d3
First run at layout loading, creating, enumerating and saving. It sucks and works poorly at the moment, but here it is
2010-02-01 12:11:44 +00:00
Chris Jones
bc308c30e4
Fix minor pylint induced syntax issue
2010-01-22 19:04:37 +00:00
Chris Jones
bdbe359767
Restore -e and -x support
2010-01-18 22:56:43 +00:00
Chris Jones
4d216633fc
-d now automatically infers the Class::method in dbg(), and -d additionally adds a trailing (filename:line) item. debugserver is now moved to -ddd
2010-01-14 13:15:05 +00:00
Chris Jones
adfaf600fa
Store the command line options in Config rather than overwriting parts of it, and passing them around
2010-01-11 20:56:30 +00:00
Chris Jones
c5bd227197
Improve indication of what some debugging is
2010-01-10 23:47:36 +00:00
Chris Jones
4aa1b50fe6
Change the way window state config works. Initial workings of preferences window.
2010-01-08 01:02:49 +00:00
Chris Jones
fe7e03d00f
Add some old command line options as dummies, and make some command line options influence the config object. This is probably a poor long-term strategy as it means supplying command line options and saving the config will cause the command line options to be baked into the config
2010-01-05 12:51:53 +00:00
Chris Jones
dbe683e259
hey look it's 2010 already
2010-01-04 23:56:28 +00:00
Chris Jones
ba63f8fc2b
Merge old terminator option parsing into a new file that parses command line arguments and includes them in the loaded config
2010-01-04 23:52:39 +00:00