├── LICENSE ├── README.md ├── const_bsd.go ├── const_linux.go ├── getpass.go ├── getpass_nix.go ├── getpass_windows.go ├── isatty-c.go ├── isatty.go ├── isatty_nix.go └── isatty_windows.go /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrew-d/go-termutil/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrew-d/go-termutil/HEAD/README.md -------------------------------------------------------------------------------- /const_bsd.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrew-d/go-termutil/HEAD/const_bsd.go -------------------------------------------------------------------------------- /const_linux.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrew-d/go-termutil/HEAD/const_linux.go -------------------------------------------------------------------------------- /getpass.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrew-d/go-termutil/HEAD/getpass.go -------------------------------------------------------------------------------- /getpass_nix.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrew-d/go-termutil/HEAD/getpass_nix.go -------------------------------------------------------------------------------- /getpass_windows.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrew-d/go-termutil/HEAD/getpass_windows.go -------------------------------------------------------------------------------- /isatty-c.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrew-d/go-termutil/HEAD/isatty-c.go -------------------------------------------------------------------------------- /isatty.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrew-d/go-termutil/HEAD/isatty.go -------------------------------------------------------------------------------- /isatty_nix.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrew-d/go-termutil/HEAD/isatty_nix.go -------------------------------------------------------------------------------- /isatty_windows.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrew-d/go-termutil/HEAD/isatty_windows.go --------------------------------------------------------------------------------