mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-05-29 07:20:35 +00:00
Merge branch 1.7.3 into master
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
<img src="https://github.com/xpipe-io/xpipe/assets/72509152/88d750f3-8469-4c51-bb64-5b264b0e9d47" alt="drawing" width="250"/>
|
||||
|
||||
### A brand-new shell connection hub and remote file manager
|
||||
|
||||
XPipe is a new type of shell connection hub and remote file manager that allows you to access your entire server infrastructure from your local machine. It works on top of your installed command-line programs that you normally use to connect and does not require any setup on your remote systems.
|
||||
XPipe is a new type of shell connection hub and remote file manager that allows you to access your entire server infrastructure from your local machine. It works on top of your installed command-line programs and does not require any setup on your remote systems.
|
||||
|
||||
XPipe fully integrates with your tools such as your favourite text/code editors, terminals, shells, command-line tools and more. The platform is designed to be extensible, allowing anyone to add easily support for more tools or to implement custom functionality through a modular extension system.
|
||||
|
||||
@@ -17,21 +15,22 @@ It currently supports:
|
||||
## Connection Hub
|
||||
|
||||
- Easily connect to and access all kinds of remote connections in one place
|
||||
- Securely stores all information exclusively on your computer and encrypts all secret information. See the [security page](/SECURITY.md) for more information
|
||||
- Securely stores all information exclusively on your computer and encrypts all secret information
|
||||
- Allows you to create specific login environments on any system to instantly jump into a properly set up environment for every use case
|
||||
- Can create desktop shortcuts that automatically open remote connections in your terminal
|
||||
- Group all your connections into hierarchical categories
|
||||
|
||||

|
||||

|
||||
|
||||
## Remote File Manager
|
||||
|
||||
- Interact with the file system of any remote system using a workflow optimized for professionals
|
||||
- Quickly open a terminal into any directory
|
||||
- Quickly open a terminal session into any directory in your favourite terminal emulator
|
||||
- Utilize your favourite local programs to open and edit remote files
|
||||
- Dynamically elevate sessions with sudo when required
|
||||
- Dynamically elevate sessions with sudo when required without having to restart the session
|
||||
- Integrates with your local desktop environment for a seamless transfer of local files
|
||||
|
||||

|
||||

|
||||
|
||||
## Terminal Launcher
|
||||
|
||||
@@ -44,13 +43,22 @@ It currently supports:
|
||||
|
||||
<br>
|
||||
<p align="center">
|
||||
<img src="https://github.com/xpipe-io/xpipe/assets/72509152/f3d29909-acd7-4568-a625-0667d936ef2b" alt="Terminal launcher"/>
|
||||
<img src="https://github.com/xpipe-io/xpipe/assets/72509152/02351317-f25d-4af3-8116-bc3b4fb92312" alt="Terminal launcher"/>
|
||||
</p>
|
||||
<br>
|
||||
|
||||
## Downloads
|
||||
## Versatile scripting system
|
||||
|
||||
Note that this is a desktop application that should be run on your local desktop workstation, not on any server or containers. It will be able to connect to your server infrastructure with ease from your local machine.
|
||||
- Create reusable simple shell scripts, templates, and groups to run on connected remote systems
|
||||
- Automatically make your scripts available in the PATH on any remote system without any setup
|
||||
- Setup shell init environments for connections to fully customize your work environment for every purpose
|
||||
- Open custom shells and custom remote connections by providing your own commands
|
||||
|
||||

|
||||
|
||||
# Downloads
|
||||
|
||||
Note that this is a desktop application that should be run on your local desktop workstation, not on any server or containers. It will be able to connect to your server infrastructure from there.
|
||||
|
||||
### Installers
|
||||
|
||||
@@ -94,7 +102,6 @@ The script supports installation via `apt`, `rpm`, and `pacman` on Linux, plus a
|
||||
bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh)
|
||||
```
|
||||
|
||||
|
||||
### Package managers
|
||||
|
||||
Alternatively, you can also use your favorite package manager (if supported):
|
||||
@@ -107,7 +114,7 @@ Alternatively, you can also use your favorite package manager (if supported):
|
||||
|
||||
XPipe utilizes an open core model, which essentially means that the main application is open source while certain other components are not. Select parts are not open source yet, but may be added to this repository in the future.
|
||||
|
||||
This mainly concerns the features only available in the professional tier and the shell handling library implementation and extensions for configuring and handling shell connections. Furthermore, some tests and especially test environments and that run on private servers are also not included in this repository. Finally, scripts and workflows to create and publish installers and packages are also not included to prevent attackers from easily impersonating the XPipe application.
|
||||
This mainly concerns the features only available in the professional tier and the shell handling library implementation. Furthermore, some tests and especially test environments and that run on private servers are also not included in this repository.
|
||||
|
||||
## Further information
|
||||
|
||||
|
||||
Reference in New Issue
Block a user