Categorygithub.com/gohouse/go4rdm
repositorypackage
0.0.0-20201016081536-71a640870830
Repository: https://github.com/gohouse/go4rdm.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

go4rdm

go4rdm is golang for redis desktop manager, a cross-platform application written by golang and fyne gui framework

install

  1. download font https://github.com/maxsky/Yahei-Monaco-Hybrid-Font/raw/master/YaHeiMonacoHybrid.ttf
  2. move YaHeiMonacoHybrid.ttf to ~/Documents
  3. click file download:

install by golang

  1. install golang
  2. download ttf font for chinese support
    https://github.com/maxsky/Yahei-Monaco-Hybrid-Font/raw/master/YaHeiMonacoHybrid.ttf
    curl -o YaHeiMonacoHybrid.ttf https://github.com/maxsky/Yahei-Monaco-Hybrid-Font/raw/master/YaHeiMonacoHybrid.ttf  
    
    then move to ~/Documents directory
    mv YaHeiMonacoHybrid.ttf ~/Documents
    
    or
    export FYNE_FONT=/path/to/YaHeiMonacoHybrid.ttf  
    
  3. download go4rdm
go get -u github.com/gohouse/go4rdm

after download go4rdm, you can see the executable file in ${GOPATH}/bin directory which named
go4rdm(linux,mac) or go4rdm.exe(windows)
just run it, you can see:

click for big image view

winlinuxmac