Skip to content

ProgrammingIncluded/atom-terminal-powershell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atom-terminal-powershell

Difference from Atom-Terminal

Custom edit to atom-terminal plugin to support powershell out of the box. Provides the same properties as the original plugin except defaults to Powershell.

Original package can be found here: https://github.com/karan/atom-terminal

Default Powershell Option

Usage

If using Powershell, supply a Powershell executable and check the Is Powershell option.

If using other terminals, uncheck Is Powershell option and follow normal atom-terminal usage.

Is PowerShell Option

Original Atom-Terminal Instructions

Open terminal on current file's directory with ctrl-shift-t.

Open a terminal in the project's root directory with alt-shift-t.

Keybindings: ctrl-shift-t, alt-shift-t

Install: apm install atom-terminal-powershell

Config:

"atom-terminal":
    # only necessary if standard config doesn't find terminal app
    app: "/path/to/your/favorite/terminal"
    args: "--useThisOptionWhenLaunchingTerminal"

atom-terminal

About

Atom package to open powershell terminal on current file's directory with "ctrl-shift-t"

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 100.0%