whonix-setup-wizard
incudes several different options:
setup, quick, repository, locale_settings
.
When we talk about integrating tor-conncetion-wizard
with whonix-setup-wizard
, do we mean replacing the old setup
and quick
options with the tor-conncetion-wizard
?
It seems whonix-setup-wizard
is more than displaying disclaimers and providing an entry to tor-conncetion-wizard
, which means abandoning it will also abandon repository, locale_settings
options?
Yes, it is hard since cli is written in bash.
Do you think it will be a good idea to write a python-based cli which supports bridge and proxy settings? It seems to be easy at the first glance:
- share code base with the current GUI one
- input can be simply taken by
input()
function in Python3
It will be something like:
Please choose options by inputing 1-4:
1) Conncet
2) Configure
3) Disable Tor
4) Quit
Could you please share your insights on the questions? @Patrick @JasonJAyalaP
I really appreciate your help!