File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -89,15 +89,15 @@ go install github.com/codechenx/tv@latest
8989
9090``` bash
9191# Download from releases page
92- wget https://github.com/codechenx/tv/releases/download/v0.6.2 /tv_0.6.3_linux_amd64 .deb
92+ wget https://github.com/codechenx/tv/releases/download/v0.7.0 /tv_0.7.0_linux_amd64 .deb
9393sudo dpkg -i tv_* .deb
9494```
9595
9696** CentOS/Fedora (.rpm)**
9797
9898``` bash
9999# Download from releases page
100- wget https://github.com/codechenx/tv/releases/download/v0.6.2 /tv_0.6.3_linux_amd64 .rpm
100+ wget https://github.com/codechenx/tv/releases/download/v0.7.0 /tv_0.7.0_linux_amd64 .rpm
101101sudo rpm -i tv_* .rpm
102102```
103103
Original file line number Diff line number Diff line change 11name : codechenx-tv
22
3- version : ' 0.6.3 ' # just for humans, typically '1.2+git' or '1.3.2'
3+ version : ' 0.7.0 ' # 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.3 " ,
17+ Version : "0.7.0 " ,
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