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
I know that I can manually edit the frequency database with pazi edit
However, if I want to programmatically edit it (send it through sed, or something), I need to know where the actual file for that is. I was unable to find any hints to this in the documentation, and I don't know enough rust to figure it out from the source code....
Thanks!
The text was updated successfully, but these errors were encountered:
It's stored in $XDG_CONFIG_HOME/pazi, which defaults to ~/.config/pazi on most systems.
Programmatically editing it won't be as easy as using sed since it's stored in msgpack rather than a text-based format.
I'll leave this open as a reminder to mention this in docs somewhere since even though it's not really editable, someone might want to know what to delete to do a complete uninstall.
Hello,
I know that I can manually edit the frequency database with
pazi edit
However, if I want to programmatically edit it (send it through sed, or something), I need to know where the actual file for that is. I was unable to find any hints to this in the documentation, and I don't know enough rust to figure it out from the source code....
Thanks!
The text was updated successfully, but these errors were encountered: