An open API service indexing awesome lists of open source software.

https://github.com/shiningjason/hyper-open-working-dir

Open Hyper with working directory.
https://github.com/shiningjason/hyper-open-working-dir

Last synced: 3 months ago
JSON representation

Open Hyper with working directory.

Awesome Lists containing this project

README

        

# hyper-open-working-dir

Open [Hyper](https://hyper.is/) with working directory.
Only compatible with macOS, Linux.

## Usage
1. Open `~/.hyper.js`.
2. Add `hyper-open-working-dir` to `plugins` list.

## Configuration

### Change default working directory

Add `defaultWorkingDir` (`string`) to `config` in `~/.hyper.js`.

```js
// ~/.hyper.js
module.exports = {
config: {
defaultWorkingDir: '~/Documents/workspace',
}
}
```