22 lines
522 B
Plaintext
22 lines
522 B
Plaintext
os: windows
|
|
and app.name: Windows PowerShell
|
|
os: windows
|
|
app: windows_terminal
|
|
and win.title: /PowerShell/
|
|
os: windows
|
|
and app.exe: powershell.exe
|
|
-
|
|
# makes the commands in terminal.talon available
|
|
tag(): terminal
|
|
|
|
# activates the implementation of the commands/functions in terminal.talon
|
|
tag(): user.generic_windows_shell
|
|
|
|
# makes commands for certain applications available
|
|
# you can deactivate them if you do not use the application
|
|
tag(): user.git
|
|
tag(): user.anaconda
|
|
# tag(): user.kubectl
|
|
|
|
tag(): user.file_manager
|