_
___| |_ __ _ _ __ _ __ ___ __ _ _ __
/ __| __/ _` | '__| '_ ` _ \ / _` | '_ \
\__ \ || (_| | | | | | | | | (_| | | | |
|___/\__\__,_|_| |_| |_| |_|\__,_|_| |_|
v0.1.4
A simple yet intuitive cli tool for managing windows start up applications.
go install github.com/elliot40404/starman@latest
Just run the below command in powershell
iwr tinyurl.com/sstarman -OutFile $pwd\starman.exe
Or just download the binary from releases page and put it in your PATH.
- Add an application to startup
- Remove an application from startup
- List all applications in startup
- Enable or disable an application from startup
- Enable or Disable starman startup
- Set delay time for startup
starman add <app_name>
starman rm <app_name>
starman ls
starman enable <app_name>
starman disable <app_name>
starman start
starman stop
starman delay
starman delay <delay_time>
starman run <app_name>
starman help
add
is also aliased as a
starman add <app_name> <app_path>
starman a <app_name> <app_path>
starman rm <app_name>
ls
is also aliased as l
$ starman l
$ starman ls
┌─────────┬─────────┬────────────────────────────────────────┐
│ NAME │ STATUS │ PATH │
├─────────┼─────────┼────────────────────────────────────────┤
│ SPOTIFY │ Enabled │ "C:\Users\Avishek\Desktop\Spotify.exe" │
└─────────┴─────────┴────────────────────────────────────────┘
enable
is also aliased as e
starman enable <app_name>
starman e <app_name>
disable
is also aliased as d
starman disable <app_name>
starman d <app_name>
starman stop
starman start
starman delay
delay time is in seconds. Default is 30 seconds
starman delay <delay_time>
run
is also aliased as r
starman run <app_name>
starman r <app_name>
- Default delay time is 10 seconds
- Config file location is
HOMEDIR/.sm/sm_startup.bat
- LOG file location is
HOMEDIR/.sm/sm_startup.log
GPL-3.0