Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cottonBuddha/Qsic
网易云音乐命令行工具/A command line tool for netEase-music
https://github.com/cottonBuddha/Qsic
music music-cli music-cli-swift netease-music swift
Last synced: 3 months ago
JSON representation
网易云音乐命令行工具/A command line tool for netEase-music
- Host: GitHub
- URL: https://github.com/cottonBuddha/Qsic
- Owner: cottonBuddha
- License: mit
- Created: 2017-07-12T13:41:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-18T08:01:38.000Z (over 6 years ago)
- Last Synced: 2024-08-01T19:33:04.961Z (6 months ago)
- Topics: music, music-cli, music-cli-swift, netease-music, swift
- Language: Swift
- Homepage:
- Size: 11.9 MB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - Qsic
README
# Qsic
一个简洁的(Q的)网易云音乐命令行工具,使用Swift编写,运行于mac OS平台。
## 安装
```
$ brew tap cottonbuddha/core && brew install qsic
也可直接从release下载qsic tar包,解压后放到/usr/local/bin下。
```
## 操作
快捷键 | 功能
------|-------------
↑ | 上移动
↓ | 下移动
← | 上一页
→ | 下一页
↵ | 选中
space | 播放/暂停
/ | 返回上一级菜单
, | 上一首
. | 下一首
\[ | 音量-
] | 音量+
q | 退出
w | 退出且登出
a | 添加到喜欢
s | 搜索
d | 登录(仅支持手机号)
f | 当前播放列表
1 | 单曲循环
2 | 顺序播放
3 | 随机播放## 说明
1.本工具使用网易的api,仅供学习交流,不作商业用途。
2.写本工具的过程中参考了[码农人生的博客](https://msching.github.io/)、[NeteaseCloudMusicApi](https://github.com/Binaryify/NeteaseCloudMusicApi)、[musicbox](https://github.com/darknessomi/musicbox)等博客和项目,在此表示感谢。
## 许可证
MIT