textbrowser / biblioteq

Archive and catalog the world for today's and tomorrow's generations! Awesome and everyware.
https://textbrowser.github.io/biblioteq/
Other
217 stars 46 forks source link

External Tools : enhancement with a personal toolbar via --special-executable. #347

Closed meteos77 closed 8 months ago

meteos77 commented 8 months ago

I hope February will be better !

Currently, I'm running BiblioteQ with the automatic opening of the database and a number of external programs.

For ease of use, can we have an option that would add a --special-executable icon to a "personal toolbar"?

./BiblioteQ --open-sqlite-database $BIBLIOTEQ_CURRENT_SQLITE_FILE \
--special-executable $HOME/$BIB/09_lanceurplus \
--special-executable $HOME/$BIB/10_transfertPapyrusBiblioteQ \
--special-executable $HOME/$BIB/31_statistiques \

the icon path would be given via the --special-executale option (.png)

./BiblioteQ --open-sqlite-database $BIBLIOTEQ_CURRENT_SQLITE_FILE \
--special-executable $HOME/$BIB/09_lanceurplus,$HOME/$BIB/09_lanceurplus.png \
--special-executable $HOME/$BIB/10_transfertPapyrusBiblioteQ,$HOME/$BIB/10_transfertPapyrusBiblioteQ.png \
--special-executable $HOME/$BIB/31_statistiques,$HOME/$BIB/31_statistiques.png \

I don't know how much work it takes for you to do that?

Another solution I considered:

I'm stuck here because I don't know what to do next

Thanks in advance

textbrowser commented 8 months ago

./biblioteq.sh --special-executable /usr/local/dooble/dooble.sh --special-executable-icon /usr/local/dooble/dooble.png

textbrowser commented 8 months ago

Completed.

meteos77 commented 8 months ago

Super thanks for the modification.

I'll see how to rework my icons