You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>>> actions.list('path')
path.talon_app() -> str
Path to Talon application
path.talon_home() -> str
Path to home/.talon
path.talon_user() -> str
Path to Talon user
path.user_home() -> str
Path to user home
>>> actions.path.talon_app()
PosixPath('/Users/nicholas/Applications/Talon.app/Contents/Resources')
>>> actions.path.talon_home()
PosixPath('/Users/nicholas/.talon')
>>> actions.path.talon_user()
PosixPath('/Users/nicholas/.talon/user')
>>> actions.path.user_home()
'/Users/nicholas'
The text was updated successfully, but these errors were encountered:
nriley
added a commit
to nriley/talon_community
that referenced
this issue
Jan 15, 2022
The text was updated successfully, but these errors were encountered: