Skip to content

Gvrzizo/lazy-tui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning At ZJU Yes TUI Front-End

lazy-tui是一个基于 C++ 和 ftxui 库的 LAZY TUI。

安装

首先确保你成功安装了v0.2.0-pre.2及以后版本的lazy cli,可以在终端直接使用其命令。

目前在使用这个 TUI 工具前需要手动使用lazy login先登录账号,否则可能会有预想外的后果。

Linux/MacOS

Arch 及其衍生发行版

可以直接通过 AUR 安装。

//If you are using yay
yay -S lazy-tui-git
//If you are using paru
paru -S lazy-tui-git

其他发行版/MacOS

可以通过 Release 或下面的指令获得构建

git clone https://github.com/Gvrzizo/lazy-tui.git
cd lazy-tui

mkdir build
cd build

cmake ..

make -j

将二进制文件放在环境变量已经设定好的合适位置。之后就可以使用lazytui命令。

Windows

有条件可以自行构建,也可以下载 Release 中的压缩包。解压得到预构建的lazytui.exe文件。 将文件所在路径添加到环境变量PATH中即可在终端中访问。

Todo

  • 多文件提交
  • 课程的目录查看
  • 云盘的管理
  • 更用户友好的界面

About

A simple TUI front-end for Learning At ZJU Yes CLI tool(LAZY)

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors