目标:整合所有在研后端工具,统一入口,提供命令行与Web图形界面两种视图。着重于易用性与可扩展性,打造用户友好型工具。 ToDo Lists: - [x] 提供初始框架 https://github.com/linuxkerneltravel/lmp/pull/711 - [x] 实现命令行后端视图, 统一入口,聚合所有工具至一个命令行前端,支持命令行补全 https://github.com/linuxkerneltravel/lmp/pull/760 - [x] 实现交叉编译(x64平台编译出arm64的程序) https://github.com/linuxkerneltravel/lmp/pull/764 - [x] 增加lmp vscode可视化插件 https://github.com/linuxkerneltravel/lmp/pull/846 - [x] 侧边栏工具信息从json配置文件中读取 https://github.com/linuxkerneltravel/lmp/pull/865
目标:整合所有在研后端工具,统一入口,提供命令行与Web图形界面两种视图。着重于易用性与可扩展性,打造用户友好型工具。
ToDo Lists:
add new project named MagicEyes, integrate multiple tools under the lmp project and use cmake for build #711
MagicEyes:provide magic_eyes_cli tool, a unified entry to all of backend tools #760
MagicEyes: [new feature] cross compile arm64 BPF programs in x64 platform #764
[MagicEyes] add lmp vscode extension based on grafana #846
MagicEyes: treeview shows via parse config file now #865