mirror of
https://github.com/router-for-me/EasyCLI.git
synced 2026-04-25 15:45:53 +03:00
[PR #14] [MERGED] Add auto-start on login feature #30
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/EasyCLI#30
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/router-for-me/EasyCLI/pull/14
Author: @benzntech
Created: 10/27/2025
Status: ✅ Merged
Merged: 11/3/2025
Merged by: @luispater
Base:
main← Head:feature/auto-start-on-login📝 Commits (1)
d0859daAdd auto-start on login feature📊 Changes
6 files changed (+274 additions, -2 deletions)
View changed files
📝
js/settings-core.js(+44 -0)📝
js/settings-init.js(+1 -0)📝
settings.html(+13 -0)📝
src-tauri/Cargo.lock(+12 -1)📝
src-tauri/Cargo.toml(+3 -0)📝
src-tauri/src/main.rs(+201 -1)📄 Description
Summary
Implemented platform-specific auto-start functionality to launch EasyCLI automatically when the user logs in.
Changes
check_auto_start_enabled,enable_auto_start,disable_auto_start~/Library/LaunchAgents/~/.config/autostart/HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Runwinregdependency for Windows registry supportImpact
This ensures the application starts automatically after system reboot, improving user experience.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.