Skip to content

Golang TUI app that simplifies mounting samba drives in linux

Notifications You must be signed in to change notification settings

xorgzz/Samba_connect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Golang TUI app that simplifies mounting samba drives in linux

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages