1.0.8 • Published 5 years ago

hyper-samewd v1.0.8

Weekly downloads
4
License
GPL-3.0
Repository
github
Last release
5 years ago

hyper-samewd

Simple extension for hyper terminal that maintains the current working directory when opening new tabs.

Installation

Simply run hyper i hyper-samewd if you have added hyper to path.

or open ~/.hyper.js and add "hyper-samewd" to plugins list manually.

Config Options

Currently the only option supported is initialWorkingDirectory. This allows you to set the initial directory when opening hyper for the first time.

Add the following to the config object in ~/.hyper.js

config: {
  // Default config options
  hyperwd: {
    initialWorkingDirectory: '/tmp' // Replace /tmp with your preferred working directory
  }
}
1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.0

5 years ago