hyper-open-working-dir
v1.0.3
Published
Open Hyper with working directory
Downloads
1
Readme
hyper-open-working-dir
Open Hyper with working directory.
Only compatible with macOS, Linux.
Usage
- Open
~/.hyper.js
. - Add
hyper-open-working-dir
toplugins
list.
Configuration
Change default working directory
Add defaultWorkingDir
(string
) to config
in ~/.hyper.js
.
// ~/.hyper.js
module.exports = {
config: {
defaultWorkingDir: '~/Documents/workspace',
}
}