-
-
Notifications
You must be signed in to change notification settings - Fork 302
Description
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 there
https://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