LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

tran

Securely transfer files between computers with TUI

TLDR

Open the file browser TUI
$ tran
copy
Open TUI in a specific directory
$ tran --start-dir [/path/to/dir]
copy
Send a file or directory to a remote computer
$ tran send [file_or_directory]
copy
Receive files from a remote computer
$ tran receive [password]
copy
Authenticate with GitHub
$ tran auth login
copy
Sync tran config file
$ tran sync start
copy

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.

SEE ALSO

croc(1), portal(1)

Copied to clipboard
Kai