I want to close the files from the terminal, so that when I reopen them from
bash, the tab is at the end.
geany --close-files a.sh b.sh
geany a.sh b.sh
You could also make a parameter to move them to the end.
geany --tab-to-end a.sh b.sh

--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2818