LINUXOPOLIS # 1,083 ~ WORLD MAP

in #linux4 years ago

WORLD MAP

Building a Linux Habitat
willi glenz @ telegram
Published with SteemPeak
home

screenshot by willi glenz

vim ~/.config/fish/functions/_.fish

function gworldmap --description 'world map'
    clear; echo
    echo '=========================================================================='
    echo '                                WORLD MAP                                 '
    echo '=========================================================================='
    echo ' $ telnet mapscii.me                                                      '
    echo ' $ mapscii                                                                '
    echo ' ------------------------------------------------------------------------ '
    echo ' # snap install mapscii.me                                                '
    echo ' $ mapscii                                                                '
    echo ' ------------------------------------------------------------------------ '
    echo ' a,z      zoom                                                            '
    echo ' q        quit                                                            '
    echo ' arrows   move                                                            '
    echo ' mouse    move                                                            '
    echo '=========================================================================='
    echo; read
    command mapscii
end

screenshot by willi glenz

SOURCES
 homepage .............. github.com/rastapasta/mapscii
 fish .................. fishshell.com/docs/current/index.html
 picture ............... screenshot by me ~ my gnome-desktop
 picture ............... screenshot by me ~ my terminal