Projectpad is a free and open source project and server credentials management application for Linux. Using Projectpad, you can manage some secret project related details and server related details and easily get when you needed. It comes with SSH commands support, password protected data, command-line support, development, staging, uat and prod category, dark made and many more.
You can add projects, servers, project notes, project point of interests, server links, websites, database, markdown notes, users and export and import project details easily.
How to Install Projectpad on Ubuntu
Projectpad is available as a flatpak package file from the remote flathub store. Open the terminal application (ctrl+alt+t) and run below Projectpad flatpak install command.
flatpak install flathub com.github.emmanueltouzery.projectpad
And open it using the Show Apps application menu or via below command in the terminal.
flatpak run com.github.emmanueltouzery.projectpad
Note: If you don’t already have flatpak and flathub installed,then install them on your system using the commands provided below. After the installation, restart your system.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
And also uninstall it using below command.
flatpak uninstall com.github.emmanueltouzery.projectpad
[OR]
sudo flatpak uninstall com.github.emmanueltouzery.projectpad