Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaos authored Aug 22, 2024
1 parent da2c0af commit 7922209
Showing 1 changed file with 3 additions and 29 deletions.
32 changes: 3 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,6 @@ Viddy well, gopher. Viddy well.
<img src="images/demo.gif" width="100%" alt="viddy" title="viddy" />
</p>

## Viddy v1.0.0 RC is available

Viddy was originally a program written in Go, but starting from version 1.0.0, it is being reimplemented in Rust. For more details, please see [the announcement](https://github.com/sachaos/viddy/issues/117). We are currently distributing a release candidate (RC) version of v1.0.0.

Since the build methods will change for each package management system, please take note and make the necessary adjustments.

We would greatly appreciate it if as many people as possible could test the RC version. If you are willing to help, we would be very grateful if you could install and test the RC version. Please refer to [the RC installation section](#install-v100-rc-version) for details.

If you find any bugs or areas for improvement, feel free to submit an issue.

## Features

* Basic features of original watch command.
Expand Down Expand Up @@ -77,7 +67,7 @@ scoop install extras/viddy
### Linux

```shell
wget -O viddy.tar.gz https://github.com/sachaos/viddy/releases/download/v0.4.0/viddy_Linux_x86_64.tar.gz && tar xvf viddy.tar.gz && mv viddy /usr/local/bin
wget -O viddy.tar.gz https://github.com/sachaos/viddy/releases/download/v1.0.0/viddy-v1.0.0-linux-x86_64.tar.gz && tar xvf viddy.tar.gz && mv viddy /usr/local/bin
```

#### ArchLinux ( AUR )
Expand Down Expand Up @@ -107,24 +97,6 @@ asdf global viddy latest

Download from [release page](https://github.com/sachaos/viddy/releases).

## Install v1.0.0 RC version

### Mac

```shell
brew install sachaos/tap/viddy-rc
```

### Linux

```shell
wget -O viddy.tar.gz https://github.com/sachaos/viddy/releases/download/v1.0.0-rc.5/viddy-v1.0.0-rc.5-linux-x86_64.tar.gz && tar xvf viddy.tar.gz && mv viddy /usr/local/bin
```

### Other

Download from [release page](https://github.com/sachaos/viddy/releases/tag/v1.0.0-rc.5).

## Keymaps

| key | |
Expand All @@ -138,6 +110,8 @@ Download from [release page](https://github.com/sachaos/viddy/releases/tag/v1.0.
| / | Search text |
| j | Pager: next line |
| k | Pager: previous line |
| h | Pager: move left |
| l | Pager: move right |
| Control-F | Pager: page down |
| Control-B | Pager: page up |
| g | Pager: go to top of page |
Expand Down

0 comments on commit 7922209

Please sign in to comment.