-
-
Notifications
You must be signed in to change notification settings - Fork 294
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
New feature request : --force flag #368
Comments
To some extent you can do that using the option |
Thank you for your answer. But still not the solution |
|
about
Assume that I want to import only firefox boorkmarks (not chromium). How can I do this with Anyway, I managed to find a solution to my issue based on expect. I use the following script to first backup and then drop the current buku database and create and populate a new buku db with firefox bookmarks I excecute the following script
that calls
Thanks for your help. And again : buku is great :) |
This is a great solution! I will add it to the wiki. |
Added to the readme for other users. Thanks! |
Hi
buku is a great piece of job. I would like to use it for bookmark backup, syncing, im/export and manipulation (eg tag filtering). However, some buku operations (eg
-d --ai
etc) expect user interaction (typically y/n answer) and calling buku from a bash script to automate bookmark manipulation seems problematic. I wasnt able to find a suitable buku option that prevents this behavior. My attempts to bypass the buku prompt are based on the suggestions I found there https://askubuntu.com/questions/338857/automatically-enter-input-in-command-line and therehttps://likegeeks.com/expect-command/. None of them was successful.
Is there any way to include some sort of
--force
flag or some other options that would allow buku to perform bookmark management without the user interaction or with default answer ?I'm not a coder in any way and I am sorry I cannot develop myself such a feature to be ported to buku
The text was updated successfully, but these errors were encountered: