Added:
-
New xonsh syntax
pf
strings -- combining path strings with f-strings.Usage:
.. code-block:: bash
gil@bad_cat ~ $ repos = 'github.com'
gil@bad_cat ~ $ pf"~/{repos}"
PosixPath('/home/gil/github.com')
gil@bad_cat ~ $ pf"{$HOME}"
PosixPath('/home/gil')
gil@bad_cat ~ $ pf"/home/${'US' + 'ER'}"
PosixPath('/home/gil')
Fixed:
- Set
ls
topredict_true
indefault_threadable_predictors
. This preventsls
on OSX
from being flagged on OSX as unthreadable (incorrectly) because it relies onncurses
.