summaryrefslogtreecommitdiff
path: root/terminal-here.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* terminal-here-terminal-window-name: Add directory.•••* terminal-here.el (terminal-here-terminal-window-name): Add directory. Oleg Pykhalov2018-03-271-1/+3
* Add scrollbar option.•••* terminal-here.el (terminal-here-scrollbar): New variable. (terminal-here-terminal-options): Add this. Oleg Pykhalov2018-02-281-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 Pykhalov2018-02-221-3/+18
* terminal-here-terminal-window-name: Remove odd multiplexer argument.•••* terminal-here.el (terminal-here-terminal-window-name): Remove odd multiplexer argument. Oleg Pykhalov2018-02-221-4/+3
* Implement name.Oleg Pykhalov2018-02-151-4/+18
* Merge branch 'wip-find-terminal' into develOleg Pykhalov2018-02-151-2/+8
|\
| * Find executable for a terminal•••* terminal-here.el (terminal-here-default-terminal-command): Find executable for terminal. Oleg Pykhalov2018-02-151-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 Pykhalov2018-02-151-15/+92
|/
* Add remote directory support•••Fixes #11 David Shepherd2018-02-081-18/+34
* Add support for file paths opened using tramp and sudo•••Fixes #7. David Shepherd2017-10-221-1/+31
* invoke user-error directly•••... so that the error message actually shows up in the echo area.wouter bolsterlee2017-08-051-2/+2
* Issue 9 - Doesn't work on Darwin; open filenames are relative to default-dire...Dan Harms2017-04-261-2/+2
* Bump version to 1.0David Shepherd2017-04-131-1/+1
* Add an alias for launch command•••Closes #5 David Shepherd2017-04-031-0/+3
* Don't query about closing terminals when exiting emacs on WindowsDavid Shepherd2017-03-301-2/+4
* Show error message if terminal command failsSyohei YOSHIDA2017-03-301-2/+9
* Fix copyright statementDavid Shepherd2017-03-221-1/+1
* Update terminal-here.elDavid Shepherd2017-03-191-0/+1
* Fix the Windows launch commandDavid Shepherd2017-03-191-1/+1
* Use a defcustom to control the project root functionSteve Purcell2017-03-191-5/+20
* Simplify default terminal command and add missing defgroupSteve Purcell2017-03-191-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 Purcell2017-03-191-2/+2
* Add missing autoloadsDavid Shepherd2017-03-171-1/+2
* Avoid calling vc-root-dir when it doesn't existDavid Shepherd2017-03-161-3/+4
* Tidy upDavid Shepherd2017-03-161-1/+1
* Add function to launch in project rootDavid Shepherd2017-03-161-0/+11
* Initial probably-working versionDavid Shepherd2017-03-161-14/+43
* Initial codeDavid Shepherd2017-03-161-0/+40