summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* terminal-here.el: Implement ssh sudo.•••* terminal-here.el (terminal-here-launch): Implement ssh sudo. HEADdevelOleg Pykhalov2019-05-131-1/+13
* terminal-here: Implement directory specification.•••* terminal-here.el (terminal-here-launch)[directory]: New argument. Oleg Pykhalov2018-05-171-3/+5
* terminal-here: Use car instead of first.•••* terminal-here.el (terminal-here-terminal-window-name): Use car instead of first. Oleg Pykhalov2018-05-011-1/+1
* terminal-here-terminal-window-name: Add directory.•••* terminal-here.el (terminal-here-terminal-window-name): Add directory. Oleg Pykhalov2018-03-271-1/+3
* Add guix.scm.•••* guix.scm: New file. Oleg Pykhalov2018-03-171-0/+71
* 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-152-4/+15
|\
| * Find executable for a terminal•••* terminal-here.el (terminal-here-default-terminal-command): Find executable for terminal. Oleg Pykhalov2018-02-152-4/+17
* | 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-152-15/+97
|/
* Add remote directory support•••Fixes #11 David Shepherd2018-02-083-26/+72
* Add support for file paths opened using tramp and sudo•••Fixes #7. David Shepherd2017-10-222-2/+52
* Update .travis.ymlDavid Shepherd2017-09-221-0/+2
* invoke user-error directly•••... so that the error message actually shows up in the echo area.wouter bolsterlee2017-08-051-2/+2
* Update README.mdDavid Shepherd2017-05-131-1/+1
* Issue 9 - Doesn't work on Darwin; open filenames are relative to default-dire...Dan Harms2017-04-262-3/+3
* Add melpa stable badgeDavid Shepherd2017-04-151-1/+1
* Bump version to 1.0David Shepherd2017-04-131-1/+1
* Update README.mdDavid Shepherd2017-04-131-7/+2
* Remove some pointless complexity from the MakefileDavid Shepherd2017-04-031-7/+4
* Add an alias for launch command•••Closes #5 David Shepherd2017-04-032-0/+8
* Don't query about closing terminals when exiting emacs on WindowsDavid Shepherd2017-03-302-37/+43
* Show error message if terminal command failsSyohei YOSHIDA2017-03-302-2/+14
* Update README.mdDavid Shepherd2017-03-301-3/+7
* Fix copyright statementDavid Shepherd2017-03-221-1/+1
* Update README.mdDavid Shepherd2017-03-191-2/+3
* Update terminal-here.elDavid Shepherd2017-03-191-0/+1
* Add documentation on windows supportDavid Shepherd2017-03-191-3/+20
* Remove package-lint from default build target because it doesn't work on TravisDavid Shepherd2017-03-191-1/+1
* Update testDavid Shepherd2017-03-191-1/+1
* Fix the Windows launch commandDavid Shepherd2017-03-191-1/+1
* Use a defcustom to control the project root functionSteve Purcell2017-03-192-23/+34
* 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
* Merge pull request #2 from purcell/patch-1•••Remove redundant cask directivesDavid Shepherd2017-03-191-4/+0
|\
| * Remove redundant cask directives•••Using `package-file` means the removed directives were unnecessary.Steve Purcell2017-03-191-4/+0
|/
* Add missing autoloadsDavid Shepherd2017-03-171-1/+2
* Avoid calling vc-root-dir when it doesn't existDavid Shepherd2017-03-162-3/+12
* Tidy upDavid Shepherd2017-03-162-13/+6
* Add package lintingDavid Shepherd2017-03-162-1/+5
* Add function to launch in project rootDavid Shepherd2017-03-162-0/+28
* Fix TODOsDavid Shepherd2017-03-161-2/+7
* Add melpa-stable cask source because gnu doesn't have some thingsDavid Shepherd2017-03-161-0/+1
* Add badgesDavid Shepherd2017-03-161-0/+10
* Initial probably-working versionDavid Shepherd2017-03-165-15/+107
* Add build systemDavid Shepherd2017-03-163-0/+49
* Initial codeDavid Shepherd2017-03-161-0/+40
* Initial commitDavid Shepherd2017-03-162-0/+42