jacobsalmela / tccutil

♿️ Command line tool to modify OS X's accessibility database (TCC.db)
https://jacobsalmela.com/2014/07/14/tccutil-py-command-line-utility-modifying-accessibility-database-os-x/
GNU General Public License v2.0
463 stars 61 forks source link

Support for user space TCC modifications #64

Closed tnarik closed 9 months ago

tnarik commented 9 months ago

Added support for -u and --user Fixed support for reset action (by allowing additional "unknown" parameters and using an absolute path for invocation of the native tool). Modernised string interpolation from str.format and the modulo operator to f-strings.