mirror of
https://github.com/nonoo/kappanhang.git
synced 2026-04-18 12:53:42 +00:00
Add displaying PTT/freq/mode info to the status bar
This commit is contained in:
parent
9957abbb46
commit
dfb5dbd948
10 changed files with 266 additions and 35 deletions
2
go.mod
2
go.mod
|
|
@ -4,7 +4,9 @@ go 1.14
|
|||
|
||||
require (
|
||||
github.com/akosmarton/papipes v0.0.0-20201027113853-3c63b4919c76
|
||||
github.com/fatih/color v1.9.0
|
||||
github.com/google/goterm v0.0.0-20200907032337-555d40f16ae2
|
||||
github.com/mattn/go-isatty v0.0.11
|
||||
github.com/pborman/getopt v1.1.0
|
||||
go.uber.org/multierr v1.6.0 // indirect
|
||||
go.uber.org/zap v1.16.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue