mirror of
https://github.com/electerm/electerm.git
synced 2026-04-25 05:25:50 +03:00
Page:
Autorun electerm when login to os
Pages
AI model config guide
Auto data Sync
Autorun electerm when login to os
Command line usage
Connecting to Servers with Special Character Encoding
Connection Hopping Behavior Change in electerm since v1.50.65
Contributors
Create bookmark by AI
Create personal access token
Create secret gist
Custom CSS examples
Custom sync server
Deep link support
Default Profile
Develop in windows
Home
How Electerm Gets the Current Working Directory (pwd) in Terminal When "SFTP Follow Terminal Path" Is Enabled
How to use ssh tunnel
In windows can not access port 30975 issue
Know issues
MCP Widget Usage Guide
Migrate from Version 2 to Version 3
RDP File Transfer
RDP Limitation
SSH Certificate Authentication Guide for electerm
Sponsor electerm
Terminal keywords highlight regular expression exmaples
Troubleshoot
Upgrading from 1.x to 2.x: Data Loss Issue and Recovery
VNC‐session‐known‐issues
Warning about sftp follow ssh path function
WebDAV sync
Workspace Feature
batch operation
gitee data sync warning
privacy notice
proxy format
quick command templates
quick connect
ssh agent
No results
2
Autorun electerm when login to os
ZHAO Xudong edited this page 2026-01-21 18:44:29 +08:00
Table of Contents
Autorun Electerm When Login to OS
English
ubuntu 16.04+
start panel => startup applications => add =>
name: electerm, command: electerm --autohide
windows
create electerm.exe's shortcut and move the shortcut to %appdata%\Microsoft\Windows\Start Menu\Programs\Startup
Mac OS
create electerm.sh with content:
/Applications/electerm.app/Contents/MacOS/electerm --autohide
# make it exe
chmod +x electerm.sh
Then from settings -> Users & Groups -> Your-user -> login items -> add electerm.sh
中文
ubuntu 16.04+
启动面板 => 启动应用程序 => 添加 =>
名称: electerm, 命令: electerm --autohide
windows
创建 electerm.exe 的快捷方式,并将快捷方式移动到 %appdata%\Microsoft\Windows\Start Menu\Programs\Startup
Mac OS
创建 electerm.sh 文件,内容为:
/Applications/electerm.app/Contents/MacOS/electerm --autohide
# 使其可执行
chmod +x electerm.sh
然后从设置 -> 用户与群组 -> 您的用户 -> 登录项 -> 添加 electerm.sh