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!
- Host: GitHub
- URL: https://github.com/barrosfilipe/mountar-cli
- Owner: barrosfilipe
- Created: 2019-07-24T18:00:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-19T18:51:46.000Z (about 4 years ago)
- Last Synced: 2025-09-13T20:17:21.325Z (6 months ago)
- Topics: fuse, javascript, mount, osx, osxfuse, ssh, sshfs
- Language: JavaScript
- Homepage:
- Size: 88.9 KB
- Stars: 7
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)