Application with gtkmm to Export and Import Firefox passwords
This application was created in this video:
And with this continuation:
It is still under development, but if you want to test it, the Firefox password export routine is already working, just run:
You need to have gtkmm 3.0 installed on your computer!
sudo apt install libgtkmm-3.0-dev libgtkmm-4.0-dev
git clone --recursive https://github.com/terroo/pass-firefox
cd pass-firefox
makeThere is still a Makefile.dev with libasan and more error checking. For more details, READ THE FILE: Makefile.dev and run it:
make -f ./Makefile.devAfter compiling, run:
sudo install -v ./app-pass-firefox /usr/local/binAfter installing, just run the command in the terminal:
app-pass-firefoxsudo rm /usr/local/bin/app-pass-firefox