1.4.0 • Published 5 years ago

hypercwd v1.4.0

Weekly downloads
992
License
MIT
Repository
github
Last release
5 years ago

HyperCwd

Opens new tabs with the same directory as the current tab in Hyper for OS X, Linux and Windows.

New Tabs

Mentioned in Awesome Hyper

Installation

Open ~/.hyper.js and add hypercwd to the list of plugins.

Configuration

hypercwd can be configured in ~/.hyper.js configuration file within the config object:

Example configuration:

module.exports = {
  config: {
    // default font size for all tabs
    fontSize: 14,

    // ... other config options

    // add the hypercwd configuration object like this
    hypercwd: {
      initialWorkingDirectory: '~/Documents'
    }
  },
  plugins: [
    'hypercwd'
  ]
}

Options

initialWorkingDirectory - the path to open the first terminal session

Note: all subsequent sessions are opened with the same directory as the session in focus

1.4.0

5 years ago

1.3.0

5 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.2-canary-02

6 years ago

1.2.2-canary-01

6 years ago

1.2.1

6 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago

0.1.8-beta01

7 years ago

0.1.7

7 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago