LINUXOPOLIS # 2019-12-25 ~ IDEssteemCreated with Sketch.

in #linux6 years ago (edited)

IDEs

Building a Linux Habitat
Published with SteemPeak
home previous

screenshot by willi glenz

$ 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

Coin Marketplace

STEEM 0.04
TRX 0.33
JST 0.083
BTC 62069.28
ETH 1614.34
USDT 1.00
SBD 0.45