I am writing documentation using Pandoc, with a view to having it be viewed in HTML eventually on my web site. During development I want to test how the results look locally, so I have a build command set up in Geany like this:
pandoc --toc --smart --standalone %f -o %e.htm && firefox %e.htm
This all works fine, except that every time I hit the function key to run this, a new tab opens in Firefox, and eventually I have lots of them with older versions of my test document.
My question ...
Can I make Firefox reopen (or reload) a particular tab, from the command line?
Environment:
- Ubuntu 14.04
- Firefox 39.0
- pandoc 1.13.2.1
- geany 1.23.1