| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add scrollbar option.•••* terminal-here.el (terminal-here-scrollbar): New variable.
(terminal-here-terminal-options): Add this.
| Oleg Pykhalov | 2018-02-28 | 1 | -4/+10 |
| * | Add color options.•••* terminal-here.el (terminal-here-terminal-options): New function.
(terminal-here--term-command): Add this.
(terminal-here-color): New variable.
| Oleg Pykhalov | 2018-02-22 | 1 | -3/+18 |
| * | terminal-here-terminal-window-name: Remove odd multiplexer argument.•••* terminal-here.el (terminal-here-terminal-window-name): Remove odd
multiplexer argument.
| Oleg Pykhalov | 2018-02-22 | 1 | -4/+3 |
| * | Implement name. | Oleg Pykhalov | 2018-02-15 | 1 | -4/+18 |
| * | Merge branch 'wip-find-terminal' into devel | Oleg Pykhalov | 2018-02-15 | 1 | -2/+8 |
| |\ |
|
| | * | Find executable for a terminal•••* terminal-here.el (terminal-here-default-terminal-command): Find
executable for terminal.
| Oleg Pykhalov | 2018-02-15 | 1 | -2/+14 |
| * | | Add launch terminal with multiplexer functions.•••New functions ‘terminal-here-project-launch-multiplexer’ and
‘terminal-here-launch-multiplexer’ to launch a terminal with a
‘screen’ or ‘tmux’ multiplexer.
* terminal-here.el (terminal-here-multiplexer,
terminal-here-multiplexers, terminal-here-multiplexer-new-session,
terminal-here-multiplexer-flags, terminal-here-multiplexer-session):
New variables.
(terminal-here-multiplexer-command, terminal-here-launch-multiplexer,
terminal-here-project-launch-multiplexer,
terminal-here-find-executable): New functions.
(terminal-here--ssh-command, terminal-here--term-command,
terminal-here-launch-in-directory, terminal-here-launch,
terminal-here-project-launch)[multiplexer]: New optional argument.
(terminal-here-not-null-symbol): New macro.
| Oleg Pykhalov | 2018-02-15 | 1 | -15/+92 |
| |/ |
|
| * | Add remote directory support•••Fixes #11
| David Shepherd | 2018-02-08 | 1 | -18/+34 |
| * | Add support for file paths opened using tramp and sudo•••Fixes #7.
| David Shepherd | 2017-10-22 | 1 | -1/+31 |
| * | invoke user-error directly•••... so that the error message actually shows up in the echo area. | wouter bolsterlee | 2017-08-05 | 1 | -2/+2 |
| * | Issue 9 - Doesn't work on Darwin; open filenames are relative to default-dire... | Dan Harms | 2017-04-26 | 1 | -2/+2 |
| * | Bump version to 1.0 | David Shepherd | 2017-04-13 | 1 | -1/+1 |
| * | Add an alias for launch command•••Closes #5
| David Shepherd | 2017-04-03 | 1 | -0/+3 |
| * | Don't query about closing terminals when exiting emacs on Windows | David Shepherd | 2017-03-30 | 1 | -2/+4 |
| * | Show error message if terminal command fails | Syohei YOSHIDA | 2017-03-30 | 1 | -2/+9 |
| * | Fix copyright statement | David Shepherd | 2017-03-22 | 1 | -1/+1 |
| * | Update terminal-here.el | David Shepherd | 2017-03-19 | 1 | -0/+1 |
| * | Fix the Windows launch command | David Shepherd | 2017-03-19 | 1 | -1/+1 |
| * | Use a defcustom to control the project root function | Steve Purcell | 2017-03-19 | 1 | -5/+20 |
| * | Simplify default terminal command and add missing defgroup | Steve Purcell | 2017-03-19 | 1 | -6/+11 |
| * | Tidy up the Commentary•••- It's redundant to mention Emacs
- Don't refer people to the README. Ideally the commentary and command
docstrings should tell the whole story.
| Steve Purcell | 2017-03-19 | 1 | -2/+2 |
| * | Add missing autoloads | David Shepherd | 2017-03-17 | 1 | -1/+2 |
| * | Avoid calling vc-root-dir when it doesn't exist | David Shepherd | 2017-03-16 | 1 | -3/+4 |
| * | Tidy up | David Shepherd | 2017-03-16 | 1 | -1/+1 |
| * | Add function to launch in project root | David Shepherd | 2017-03-16 | 1 | -0/+11 |
| * | Initial probably-working version | David Shepherd | 2017-03-16 | 1 | -14/+43 |
| * | Initial code | David Shepherd | 2017-03-16 | 1 | -0/+40 |