File tree Expand file tree Collapse file tree 4 files changed +4
-13
lines changed Expand file tree Collapse file tree 4 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 6868 formats :
6969 - deb
7070 - rpm
71- - apk
7271 bindir : /usr/bin
Original file line number Diff line number Diff line change @@ -85,26 +85,18 @@ go install github.com/codechenx/tv@latest
8585
8686``` bash
8787# Download from releases page
88- wget https://github.com/codechenx/tv/releases/latest/download/tv_0.6.1_Linux_x86_64 .deb
88+ wget https://github.com/codechenx/tv/releases/latest/download/tv_0.6.2_Linux_x86_64 .deb
8989sudo dpkg -i tv_* .deb
9090```
9191
9292** CentOS/Fedora (.rpm)**
9393
9494``` bash
9595# Download from releases page
96- wget https://github.com/codechenx/tv/releases/latest/download/tv_0.6.1_Linux_x86_64 .rpm
96+ wget https://github.com/codechenx/tv/releases/latest/download/tv_0.6.2_Linux_x86_64 .rpm
9797sudo rpm -i tv_* .rpm
9898```
9999
100- ** Alpine (apk)**
101-
102- ``` bash
103- # Download from releases page
104- wget https://github.com/codechenx/tv/releases/latest/download/tv_0.6.1_Linux_x86_64.apk
105- sudo apk add --allow-untrusted tv_* .apk
106- ```
107-
108100### Manual Download
109101
110102Download pre-built binaries from [ releases] ( https://github.com/codechenx/tv/releases ) for:
Original file line number Diff line number Diff line change 11name : codechenx-tv
22
3- version : ' 0.6.1 ' # just for humans, typically '1.2+git' or '1.3.2'
3+ version : ' 0.6.2 ' # just for humans, typically '1.2+git' or '1.3.2'
44summary : tv(Table Viewer) for delimited file in terminal
55description : |
66 tv is a tool to view the delimited file in terminal.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ func main() {
1414 args .setDefault ()
1515 RootCmd := & cobra.Command {
1616 Use : "tv {File_Name}" ,
17- Version : "0.6.1 " ,
17+ Version : "0.6.2 " ,
1818 Short : "tv(Table Viewer) for delimited file in terminal" ,
1919 Run : func (cmd * cobra.Command , cmdargs []string ) {
2020 if args .Sep == "\\ t" {
You can’t perform that action at this time.
0 commit comments