/Samba_connect

Golang TUI app that simplifies mounting samba drives in linux

Primary LanguageGo

Samba_connect

image Golang TUI app that simplifies mounting samba drives in linux

How to set up

$ sudo apt install libncurses-dev
$ git clone https://github.com/xorgzz/Samba_connect
$ cd Samba_connect
$ go build

How to use

There are 2 modes Shell and TUI

Shell

Mount:
$ sudo ./samba_connect user:password local_mount_point:samba_server
Dismount:
$ sudo ./samba_connect local_mount_point

TUI

  • q - quit
  • m - mount
  • d - dismount

Data viewd in TUI is pulled from servers.json, user and password can be blank so if they are you'll be prompted for input.