Golang TUI app that simplifies mounting samba drives in linux
$ sudo apt install libncurses-dev
$ git clone https://github.com/xorgzz/Samba_connect
$ cd Samba_connect
$ go build
There are 2 modes Shell and TUI
Mount:
$ sudo ./samba_connect user:password local_mount_point:samba_server
Dismount:
$ sudo ./samba_connect local_mount_point
- 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.