Closed sjehuda closed 3 months ago
@carnager I would appreciate your participation here.
…If you were gonna rename the issue after posting it, might as well specify that it's CLI arguments you're talking about.
Indeed. For not mentioning this, I am sorry.
Good evening!
I am working on a dmenu script which I use with rofi.
I have the following issues:
Command
buku --update INDEX
appears not to work (it does work when is used with search arguments).Argument
--offline
is not respected upon changing of URL, which forces an update of title (and perhaps comment and tags too) even when it is not desired.buku --update INDEX --url NEW_URL --offline
~Command
buku --delete INDEX
appears not to have an option to skip confirmation prompt. Note: I have also tried it by adding argument--np
.~ This has been solved by adding an extra argument--tacit
.buku-swift.sh.txt
I am aware that there is an advanced rofi script buku_run, yet I felt that the interface of it is too heavy for me, probably because I have a large database, hence I have made this namely for the SXMO interface.