From 68eac42062eb5aadc4ddd7a9cc82e212d8eac2c2 Mon Sep 17 00:00:00 2001 From: "Amr Tj. Wallas" Date: Fri, 3 Apr 2015 23:53:36 +0200 Subject: [PATCH] Adds `sshfs` * https://github.com/osxfuse/sshfs - A tool for mounting remote file systems over SSH --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b1a098e..c7ff79c 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [zsh-notify](https://github.com/marzocchi/zsh-notify) - Desktop notifications for long running commands in zsh * [zshmarks](https://github.com/jocelynmallon/zshmarks) - A port of Bashmarks (simple bookmarking plugin by Todd Werth) for oh-my-zsh * [ag](https://github.com/ggreer/the_silver_searcher) - Super fast string search through a directory hierarchy +* [sshfs](https://github.com/osxfuse/sshfs) - A tool for mounting remote file systems over SSH # Guides * [Bash Hackers Wiki](http://wiki.bash-hackers.org/)