-
-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to specify database location #171
Comments
Why not use a tag, say... Coming to the option of specifying the DB location:
I would like to keep Buku simple for the regular users. |
I am re-opening this as I see more requests for this feature. You'll have it soon. :) |
I am adding an undocumented API |
Is there a reason to not document the |
Yes, we would like to keep it hidden from regular users. There's a high chance of mixing up if someone tries to use both. |
I like to use Boku with Tails OS, however, though I can now make the app be persistently installed using their new persistent apps feature, the DB file is saved by default to /home/amnesia/.local/buku/bookmarks.db when I want it saved to /home/amnesia/Persistent/.local/buku/bookmarks.db so that the database is persistent as well. I can't recompile Boku to make this change — I have to use the scripted apt-get that Tails OS uses to make persistent apps function. |
What's You can use the |
It would be nice if I were able to specify the location of the database file to use, as I like to separate my work bookmarks from my personal ones.
Perhaps even a flag such as
--database
which would allow you to specify which database the command should deal with.The text was updated successfully, but these errors were encountered: