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.
- Host: GitHub
- URL: https://github.com/shiningjason/hyper-open-working-dir
- Owner: shiningjason
- Created: 2019-05-19T09:18:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-19T10:17:17.000Z (about 6 years ago)
- Last Synced: 2025-02-17T08:17:49.843Z (3 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/hyper-open-working-dir
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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',
}
}
```