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
fselect
TOML parse error at line 1, column 1
|
1 | no_color = false
| ^^^^^^^^^^^^^^^^
missing field `is_font`
Tried to find config.toml at ~/.config/fselect as in the doc but the folder doesn't exist.
May I ask where is the location of config.toml on Mac (installed via homebrew)?
Update: There is argument for setting config file location as well but I can't find any example .toml file in this project to copy from 😔
The fselect command still show result and in the mean time I just cut first 6 lines from its stderr to temporary use it:
fselect path, is_dir where "(name != '*.md' and is_dir = false) or (is_dir and name = '.*')" order by is_dir 2>&1| tail -n +6
The text was updated successfully, but these errors were encountered:
I can confirm that adding the is_font definition to ~/Library/Application\ Support/jhspetersson.fselect/config.toml - which was entirely missing in my macOS brew installation - was successful in eliminating the TOML parse error issue for me.
Terminal output:
Tried to find config.toml at ~/.config/fselect as in the doc but the folder doesn't exist.
May I ask where is the location of config.toml on Mac (installed via homebrew)?
Update: There is argument for setting config file location as well but I can't find any example .toml file in this project to copy from 😔
The fselect command still show result and in the mean time I just cut first 6 lines from its stderr to temporary use it:
The text was updated successfully, but these errors were encountered: