Add NetBSD

This commit is contained in:
pin
2022-10-25 18:10:00 +02:00
committed by Christian Visintin
parent cb33ba114e
commit 8e6aae08b6
+8 -3
View File
@@ -119,7 +119,7 @@
## About termscp 🖥 ## About termscp 🖥
Termscp is a feature rich terminal file transfer and explorer, with support for SCP/SFTP/FTP/S3. So basically is a terminal utility with an TUI to connect to a remote server to retrieve and upload files and to interact with the local file system. It is **Linux**, **MacOS**, **FreeBSD** and **Windows** compatible. Termscp is a feature rich terminal file transfer and explorer, with support for SCP/SFTP/FTP/S3. So basically is a terminal utility with an TUI to connect to a remote server to retrieve and upload files and to interact with the local file system. It is **Linux**, **MacOS**, **FreeBSD**, **NetBSD** and **Windows** compatible.
![Explorer](assets/images/explorer.gif) ![Explorer](assets/images/explorer.gif)
@@ -137,7 +137,7 @@ Termscp is a feature rich terminal file transfer and explorer, with support for
- ⭐ Connect to your favourite hosts through built-in bookmarks and recent connections - ⭐ Connect to your favourite hosts through built-in bookmarks and recent connections
- 📝 View and edit files with your favourite applications - 📝 View and edit files with your favourite applications
- 💁 SFTP/SCP authentication with SSH keys and username/password - 💁 SFTP/SCP authentication with SSH keys and username/password
- 🐧 Compatible with Windows, Linux, FreeBSD and MacOS - 🐧 Compatible with Windows, Linux, FreeBSD, NetBSD and MacOS
- 🎨 Make it yours! - 🎨 Make it yours!
- Themes - Themes
- Custom file explorer format - Custom file explorer format
@@ -172,6 +172,11 @@ while if you're a Windows user, you can install termscp with [Chocolatey](https:
choco install termscp choco install termscp
``` ```
NetBSD users can install termscp from the official repositories.
```sh
pkgin install termscp
```
For more information or other platforms, please visit [veeso.github.io](https://veeso.github.io/termscp/#get-started) to view all installation methods. For more information or other platforms, please visit [veeso.github.io](https://veeso.github.io/termscp/#get-started) to view all installation methods.
⚠️ If you're looking on how to update termscp just run termscp from CLI with: `(sudo) termscp --update` ⚠️ ⚠️ If you're looking on how to update termscp just run termscp from CLI with: `(sudo) termscp --update` ⚠️
@@ -181,7 +186,7 @@ For more information or other platforms, please visit [veeso.github.io](https://
- **Linux** users: - **Linux** users:
- libdbus-1 - libdbus-1
- pkg-config - pkg-config
- **FreeBSD** users: - **FreeBSD** or, **NetBSD** users:
- dbus - dbus
- pkgconf - pkgconf