LINUXOPOLIS # 2019-12-25 ~ IDEs
IDEs
Building a Linux HabitatPublished with SteemPeak
home previous

$ vim ~/.config/fish/functions/gide.fish
functions gide --description "ide"
clear
echo
echo '=========================================================================='
echo ' IDEs '
echo '=========================================================================='
echo
echo ' intellij-idea
echo ' homepage : jetbrains.com/idea/ '
echo ' tutorial : jetbrains.com/idea/documentation/ '
echo ' installation # snap install intellij-idea-community --classic '
echo
echo ' eclipse
echo ' homepage : eclipse.org '
echo ' download : eclipse.org/downloads/ '
echo ' documentation : help.eclipse.org/2019-03/index.jsp '
echo ' tutorial : tutorialspoint.com/eclipse/ '
echo ' installation # snap install eclipse '
echo
echo ' thonny
echo ' homepage : thonny.org '
echo ' tutorial : youtu.be/nwIgxrXP-X4 '
echo ' installation # apt install thonny '
echo
echo ' pycharm '
echo ' homepage : jetbrains.com '
echo ' documentation : jetbrains.com/pycharm/documentation/ '
echo ' quick Start : jetbrains.com/help/pycharm/quick-start-guide.html '
echo ' videos : jetbrains.com/pycharm/documentation/pycharm-videos.html'
echo ' tutorialspoint : tutorialspoint.com/pycharm/index.htm '
echo ' download : jetbrains.com/pycharm/ '
echo ' snap # snap install pycharm-community --classic '
echo ' flatpak # flatpack install com.jetbrains.PyCharm-Community '
echo
echo '=========================================================================='
echo
end
SOURCES
picture ................................................. screenshoot by me ~ my gnome-desktop