Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kutsan/smm-cli

User-friendly command-line interface for managing mountable local and remote devices with SSHFS. Optionally powered with your `~/.ssh/config/` file Host configurations.
https://github.com/kutsan/smm-cli

fuse mount ssh sshfs

Last synced: 17 days ago
JSON representation

User-friendly command-line interface for managing mountable local and remote devices with SSHFS. Optionally powered with your `~/.ssh/config/` file Host configurations.

Awesome Lists containing this project

README

        

Logo

# smm-cli

[![npm](https://img.shields.io/npm/v/smm-cli)](https://www.npmjs.com/package/smm-cli)

SSHFS Mount Manager is user-friendly command-line interface for managing devices with [SSHFS](https://github.com/libfuse/sshfs).

## Installation

```sh
npm install --global smm-cli
```

## Usage

Use built-in help page to see how to use the client.

```sh
smm --help
```

## License

GPL-3.0