| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | terminal-here.el: Implement ssh sudo.HEADdevel | Oleg Pykhalov | 2019-05-13 | 1 | -1/+13 |
| | | | | | * terminal-here.el (terminal-here-launch): Implement ssh sudo. | ||||
| * | terminal-here: Implement directory specification. | Oleg Pykhalov | 2018-05-17 | 1 | -3/+5 |
| | | | | | * terminal-here.el (terminal-here-launch)[directory]: New argument. | ||||
| * | terminal-here: Use car instead of first. | Oleg Pykhalov | 2018-05-01 | 1 | -1/+1 |
| | | | | | | * terminal-here.el (terminal-here-terminal-window-name): Use car instead of first. | ||||
| * | terminal-here-terminal-window-name: Add directory. | Oleg Pykhalov | 2018-03-27 | 1 | -1/+3 |
| | | | | | | * terminal-here.el (terminal-here-terminal-window-name): Add directory. | ||||
| * | Add guix.scm. | Oleg Pykhalov | 2018-03-17 | 1 | -0/+71 |
| | | | | | * guix.scm: New file. | ||||
| * | Add scrollbar option. | Oleg Pykhalov | 2018-02-28 | 1 | -4/+10 |
| | | | | | | * terminal-here.el (terminal-here-scrollbar): New variable. (terminal-here-terminal-options): Add this. | ||||
| * | Add color options. | Oleg Pykhalov | 2018-02-22 | 1 | -3/+18 |
| | | | | | | | * terminal-here.el (terminal-here-terminal-options): New function. (terminal-here--term-command): Add this. (terminal-here-color): New variable. | ||||
| * | terminal-here-terminal-window-name: Remove odd multiplexer argument. | Oleg Pykhalov | 2018-02-22 | 1 | -4/+3 |
| | | | | | | * terminal-here.el (terminal-here-terminal-window-name): Remove odd multiplexer argument. | ||||
| * | Implement name. | Oleg Pykhalov | 2018-02-15 | 1 | -4/+18 |
| | | |||||
| * | Merge branch 'wip-find-terminal' into devel | Oleg Pykhalov | 2018-02-15 | 2 | -4/+15 |
| |\ | |||||
| | * | Find executable for a terminal | Oleg Pykhalov | 2018-02-15 | 2 | -4/+17 |
| | | | | | | | | | | | * terminal-here.el (terminal-here-default-terminal-command): Find executable for terminal. | ||||
| * | | Add launch terminal with multiplexer functions. | Oleg Pykhalov | 2018-02-15 | 2 | -15/+97 |
| |/ | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | Add remote directory support | David Shepherd | 2018-02-08 | 3 | -26/+72 |
| | | | | | Fixes #11 | ||||
| * | Add support for file paths opened using tramp and sudo | David Shepherd | 2017-10-22 | 2 | -2/+52 |
| | | | | | Fixes #7. | ||||
| * | Update .travis.yml | David Shepherd | 2017-09-22 | 1 | -0/+2 |
| | | |||||
| * | invoke user-error directly | wouter bolsterlee | 2017-08-05 | 1 | -2/+2 |
| | | | | ... so that the error message actually shows up in the echo area. | ||||
| * | Update README.md | David Shepherd | 2017-05-13 | 1 | -1/+1 |
| | | |||||
| * | Issue 9 - Doesn't work on Darwin; open filenames are relative to ↵ | Dan Harms | 2017-04-26 | 2 | -3/+3 |
| | | | | | default-directory | ||||
| * | Add melpa stable badge | David Shepherd | 2017-04-15 | 1 | -1/+1 |
| | | |||||
| * | Bump version to 1.0 | David Shepherd | 2017-04-13 | 1 | -1/+1 |
| | | |||||
| * | Update README.md | David Shepherd | 2017-04-13 | 1 | -7/+2 |
| | | |||||
| * | Remove some pointless complexity from the Makefile | David Shepherd | 2017-04-03 | 1 | -7/+4 |
| | | |||||
| * | Add an alias for launch command | David Shepherd | 2017-04-03 | 2 | -0/+8 |
| | | | | | Closes #5 | ||||
| * | Don't query about closing terminals when exiting emacs on Windows | David Shepherd | 2017-03-30 | 2 | -37/+43 |
| | | |||||
| * | Show error message if terminal command fails | Syohei YOSHIDA | 2017-03-30 | 2 | -2/+14 |
| | | |||||
| * | Update README.md | David Shepherd | 2017-03-30 | 1 | -3/+7 |
| | | |||||
| * | Fix copyright statement | David Shepherd | 2017-03-22 | 1 | -1/+1 |
| | | |||||
| * | Update README.md | David Shepherd | 2017-03-19 | 1 | -2/+3 |
| | | |||||
| * | Update terminal-here.el | David Shepherd | 2017-03-19 | 1 | -0/+1 |
| | | |||||
| * | Add documentation on windows support | David Shepherd | 2017-03-19 | 1 | -3/+20 |
| | | |||||
| * | Remove package-lint from default build target because it doesn't work on Travis | David Shepherd | 2017-03-19 | 1 | -1/+1 |
| | | |||||
| * | Update test | David Shepherd | 2017-03-19 | 1 | -1/+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 | 2 | -23/+34 |
| | | |||||
| * | Simplify default terminal command and add missing defgroup | Steve Purcell | 2017-03-19 | 1 | -6/+11 |
| | | |||||
| * | Tidy up the Commentary | Steve Purcell | 2017-03-19 | 1 | -2/+2 |
| | | | | | | | - It's redundant to mention Emacs - Don't refer people to the README. Ideally the commentary and command docstrings should tell the whole story. | ||||
| * | Merge pull request #2 from purcell/patch-1 | David Shepherd | 2017-03-19 | 1 | -4/+0 |
| |\ | | | | | Remove redundant cask directives | ||||
| | * | Remove redundant cask directives | Steve Purcell | 2017-03-19 | 1 | -4/+0 |
| |/ | | | Using `package-file` means the removed directives were unnecessary. | ||||
| * | 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 | 2 | -3/+12 |
| | | |||||
| * | Tidy up | David Shepherd | 2017-03-16 | 2 | -13/+6 |
| | | |||||
| * | Add package linting | David Shepherd | 2017-03-16 | 2 | -1/+5 |
| | | |||||
| * | Add function to launch in project root | David Shepherd | 2017-03-16 | 2 | -0/+28 |
| | | |||||
| * | Fix TODOs | David Shepherd | 2017-03-16 | 1 | -2/+7 |
| | | |||||
| * | Add melpa-stable cask source because gnu doesn't have some things | David Shepherd | 2017-03-16 | 1 | -0/+1 |
| | | |||||
| * | Add badges | David Shepherd | 2017-03-16 | 1 | -0/+10 |
| | | |||||
| * | Initial probably-working version | David Shepherd | 2017-03-16 | 5 | -15/+107 |
| | | |||||
| * | Add build system | David Shepherd | 2017-03-16 | 3 | -0/+49 |
| | | |||||
| * | Initial code | David Shepherd | 2017-03-16 | 1 | -0/+40 |
| | | |||||
| * | Initial commit | David Shepherd | 2017-03-16 | 2 | -0/+42 |
| | | |||||
