tran
Securely transfer files between computers with TUI
TLDR
Open the file browser TUI
$ tran
Open TUI in a specific directory$ tran --start-dir [/path/to/dir]
Send a file or directory to a remote computer$ tran send [file_or_directory]
Receive files from a remote computer$ tran receive [password]
Authenticate with GitHub$ tran auth login
Sync tran config file$ tran sync start
SYNOPSIS
tran [options] [command]
DESCRIPTION
tran is a command-line tool and TUI that allows secure transfer and sending of files and directories between computers. It provides a file browser interface for selecting files and uses password-based authentication for receiving transfers.Configuration is stored in ~/.config/tran/tran.yml.
PARAMETERS
--start-dir path
Set the starting directory for the TUI.
SUBCOMMANDS
send fileordirectory
Send a file or directory to a remote computer.receive password
Receive files from a remote computer using a password.auth login
Authenticate with GitHub.sync start
Sync your tran config file.
HISTORY
tran was created by abdfnx and is written in Go.
