Update README.md

This commit is contained in:
maglore9900 2024-10-02 14:45:14 -04:00
parent d432c68c46
commit 8f62e453ee

View File

@ -48,18 +48,24 @@ you can find information on getting that information here: https://developer.spo
max can take the following commands: play, pause, stop, next, previous, favorite max can take the following commands: play, pause, stop, next, previous, favorite
`max play spotify` for example
***note: you can say really any words that are similiar, max will attempt to read your intent and use the right command** ***note: you can say really any words that are similiar, max will attempt to read your intent and use the right command**
## Window Focus ## Window Focus
this tool brings the focus of whatever app you name to the front, it will not open an app this tool brings the focus of whatever app you name to the front, it will not open an app
`max show obisidian` for example
***note: only works on windows** ***note: only works on windows**
## Open App ## Open App
this tool will open an application. when you run max it will create an index of the apps installed on your system this tool will open an application. when you run max it will create an index of the apps installed on your system
`max open obsidian` for example
***note: only works on windows** ***note: only works on windows**
## Timer ## Timer
@ -68,6 +74,8 @@ this tool will set a timer with a popup. you tell max to set a time for X time,
the default timer will have a "clippy" popup, with potentially custom text the default timer will have a "clippy" popup, with potentially custom text
`max set timer 2 hours` for example
# Custom Prompt # Custom Prompt
Max Headroom is the default prompt. If you want to make a custom prompt look in modules/prompts.py and add it there. then set the name in .env Max Headroom is the default prompt. If you want to make a custom prompt look in modules/prompts.py and add it there. then set the name in .env