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

https://github.com/barrosfilipe/mountar-cli

:zap: Mount your remote SSH servers as folders pretty easy!
https://github.com/barrosfilipe/mountar-cli

fuse javascript mount osx osxfuse ssh sshfs

Last synced: 2 months ago
JSON representation

:zap: Mount your remote SSH servers as folders pretty easy!

Awesome Lists containing this project

README

          




Mount your remote SSH servers as folders pretty easy!

## Install

```
npm i -g mountar-cli
```

## Usage

Parameters: `remote user` `remote server` `remote directory` `remote ssh port`

```
mountar john my.server.com /var/www 2222
```

Mounted remote directory will automatically pop-up on screen.

## Note

Currenly we're supporting `macOS` & `Linux (in BETA)` systems. `Windows` will be added soon as possible.

It's a work in progress.

## License

MIT © [Filipe Barros](https://github.com/barrosfilipe)