user-startup-py
Just auto run command on startup. Support Windows, Linux and Macos, no root permission required.
Installation
- Download from Releases
- use bpm
- use cargo-binstall
- use cargo (compile from source)
Usage / Examples
# Add a new startup command
# List all startup commands and their ids
# Remove startup commands (by id)
# Open the startup folder
to see more Usage, run user-startup -h.
Use as lib
[]
= { = "0.1.0", = false }
see tests.
QA
- Q: If I have more than one line command, how to run them?
- A: Manually write the commands to a script (.bat, .ps1, .sh ...), and runs this script as a command.