dim-an / cod

cod is a completion daemon for bash/fish/zsh
Apache License 2.0
517 stars 23 forks source link

Which file to sync to share the learned completions between my machines? #47

Closed IndianBoy42 closed 3 years ago

IndianBoy42 commented 3 years ago

I currently use YADM to sync all my configs, as well as my fish completions.

I would like to share the cod learned completions as well.

I am not sure which/if there is a file that I should sync, it seems like you store the completions in a sqlite database.

Thanks for any help

dim-an commented 3 years ago

cod stores all completions in $HOME/.local/share/cod/db.sqlite3 by default. Though I would consider this file as implementation detail and I'm afraid that this file wasn't designed for syncing.

But you can try.

dim-an commented 3 years ago

I'm closing this issue for now. If you still have any questions please reopen.