veeso / termscp

🖥 A feature rich terminal UI file transfer and explorer with support for SCP/SFTP/FTP/S3/SMB
https://termscp.veeso.dev
MIT License
1.62k stars 48 forks source link

One-liner for installing with Homebrew 😅 #21

Closed maelvls closed 3 years ago

maelvls commented 3 years ago

Hi! Thank you so much for termscp.

Just one nit: the two commands used in the README to install termscp using Homebrew can be folded into one command.

This:

brew install veeso/termscp/termscp

is equivalent to the two commands

brew tap veeso/termscp
brew install termscp

Thanks!

veeso commented 3 years ago

Hi, you're welcome 😉

thanks for your hint.