summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* terminal-here.el: Implement ssh sudo.HEADdevelOleg Pykhalov2019-05-131-1/+13
| | | | * terminal-here.el (terminal-here-launch): Implement ssh sudo.
* terminal-here: Implement directory specification.Oleg Pykhalov2018-05-171-3/+5
| | | | * terminal-here.el (terminal-here-launch)[directory]: New argument.
* terminal-here: Use car instead of first.Oleg Pykhalov2018-05-011-1/+1
| | | | | * terminal-here.el (terminal-here-terminal-window-name): Use car instead of first.
* terminal-here-terminal-window-name: Add directory.Oleg Pykhalov2018-03-271-1/+3
| | | | | * terminal-here.el (terminal-here-terminal-window-name): Add directory.
* Add guix.scm.Oleg Pykhalov2018-03-171-0/+71
| | | | * guix.scm: New file.
* Add scrollbar option.Oleg Pykhalov2018-02-281-4/+10
| | | | | * terminal-here.el (terminal-here-scrollbar): New variable. (terminal-here-terminal-options): Add this.
* Add color options.Oleg Pykhalov2018-02-221-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 Pykhalov2018-02-221-4/+3
| | | | | * terminal-here.el (terminal-here-terminal-window-name): Remove odd multiplexer argument.
* Implement name.Oleg Pykhalov2018-02-151-4/+18
|
* Merge branch 'wip-find-terminal' into develOleg Pykhalov2018-02-152-4/+15
|\
| * Find executable for a terminalOleg Pykhalov2018-02-152-4/+17
| | | | | | | | | | * terminal-here.el (terminal-here-default-terminal-command): Find executable for terminal.
* | Add launch terminal with multiplexer functions.Oleg Pykhalov2018-02-152-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 supportDavid Shepherd2018-02-083-26/+72
| | | | Fixes #11
* Add support for file paths opened using tramp and sudoDavid Shepherd2017-10-222-2/+52
| | | | Fixes #7.
* Update .travis.ymlDavid Shepherd2017-09-221-0/+2
|
* invoke user-error directlywouter bolsterlee2017-08-051-2/+2
| | | ... so that the error message actually shows up in the echo area.
* Update README.mdDavid Shepherd2017-05-131-1/+1
|
* Issue 9 - Doesn't work on Darwin; open filenames are relative to ↵Dan Harms2017-04-262-3/+3
| | | | default-directory
* 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 commandDavid Shepherd2017-04-032-0/+8
| | | | Closes #5
* 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 CommentarySteve Purcell2017-03-191-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-1David Shepherd2017-03-191-4/+0
|\ | | | | Remove redundant cask directives
| * Remove redundant cask directivesSteve Purcell2017-03-191-4/+0
|/ | | Using `package-file` means the removed directives were unnecessary.
* 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
|