DawnLauncher/README-ENGLISH.md
2024-09-20 19:55:56 +08:00

1.9 KiB

简体中文 | English

Dawn Launcher

The Windows quick launch tool helps you organize your messy desktop, manage your desktop shortcuts by category, and keep your desktop clean and tidy.

Supports associated folders (real-time synchronization of folder contents), quick search, relative paths (portable paths), scanning the local start menu, locally scanning the local Appx application list, adding URLs and obtaining URL information with one click.

Technology Stack

Electron + Vite + Vue3 + TS + Rust

Support Platform

Windows(10/11)

Compilation Steps

  1. Install node-gyp, required to compile SQLite3.
  2. Install the Rust environment + Cargo, which is needed to compile Rust.
  3. Then run yarn install to install the project dependencies (if you modify the Rust code, you need to re-run yarn install).
  4. yarn run dev runs the project locally.
  5. yarn run build packages the project.
  6. The portable version and the installation version need to be packaged twice. By modifying VITE_INSTALL in .env.production, true means the installation version and false means the portable version.

Official Website

dawnlauncher.com

UI

UI

Subclassification

Subclassification

Custom Theme

Custom Theme

Custom Background

Custom Background

Quick Search

Get URL Information with One Click

Get URL information with one click

Relative Paths (Portable Paths)

Relative Paths (Portable Paths)

Associate Folders

Associate Folders

Stargazers over time

Stargazers over time

License

MIT License