Crates.io | user-startup |
lib.rs | user-startup |
version | |
source | src |
created_at | 2024-11-16 04:21:34.958213 |
updated_at | 2024-12-04 12:50:46.220497 |
description | Simple cross-platform tool to make your command auto run on startup |
homepage | https://github.com/lxl66566/user-startup-rs |
repository | https://github.com/lxl66566/user-startup-rs |
max_upload_size | |
id | 1449948 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Just auto run command on startup. Support Windows, Linux and Macos, no root permission required.
bpm i lxl66566/user-startup-rs
cargo binstall user-startup
cargo install user-startup
# Add a new startup command
user-startup add 'my command'
# List all startup commands and their ids
user-startup list
# Remove startup commands (by id)
user-startup remove 'my'
# Open the startup folder
user-startup open
to see more Usage, run user-startup -h
.
[dependencies]
user-startup = { version = "0.1.0", default-features = false }
see tests.