Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Commit

Permalink
update screen shot & readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Akatsuki7629 committed May 23, 2022
1 parent a4a6493 commit 208373f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 13 deletions.
16 changes: 3 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,32 +13,21 @@ Live [demo](https://www.bilibili.com/video/av71530651)
</div>

## Prerequisites
[go1.12.+](https://go.dev/)

### Api server

git, node, npm

### Sound
refer to [hajimehoshi/oto](https://github.com/hajimehoshi/oto)


## Installation

**Note**: Tested only on Linux witch alacritty. Beside, it takes seconds when first time to run the program since clone the [api](https://github.com/Binaryify/NeteaseCloudMusicApi) repo and install its dependencies.

### Source
**Note**: Tested only on Linux witch alacritty.

Need go1.12.+ installed.
```bash
go get github.com/benmooo/lekima
```

### Binary(deprecated)

<s>curl -sLo lekima https://github.com/benmooo/lekima/blob/master/assets/lekima?raw=true</s>
<s>chmod u+x lekima</s>


## Usage

### Keybinds
Expand All @@ -47,6 +36,7 @@ go get github.com/benmooo/lekima
- `k`: up
- `j`: down
- `g`: jump to top
- `r`: refresh fm
- `G` : jump to bottom
- `<Tab>`: toggle focus
- `<Space>`: toggle play | pause
Expand Down
Binary file modified assets/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/typhoon-lekima.jpg
Binary file not shown.
1 change: 1 addition & 0 deletions ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ var (
"j": scroll down
"k": scroll up
"o": toggle playlists|play a song
"r": refresh fm
"?": show help
"/": search
"P": toggle play mode
Expand Down

0 comments on commit 208373f

Please sign in to comment.