Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] 支持基本的命令行工具(无桌面会话的机器使用) #606

Open
witt-bit opened this issue Sep 29, 2024 · 3 comments
Open
Labels
type: feature request New feature or request

Comments

@witt-bit
Copy link
Member

Describe the problem

在没有桌面环境(有xclip)的机器上支持最基本的命令使用,主要是
1.剪贴板与图形化界面关系不紧密
2.Linux平台命令行更方便
3.命令行下,可以做一些高级的事情

Describe the solution you'd like

以下是举例的常见功能
1.eco-paste -v显示当前verbose详细运行信息,可以作为提ISSUE的必填项
2.eco-paste -V显示当前运行版本以及包架构,以及必要的一些依赖组件信息,如依赖的OCR版本
3.eco-paste -x n选择当前剪贴板的第n项,并复制到剪贴板
4.eco-paste -s显示剪贴板窗口
5.eco-paste -l n列出剪贴板的前n项
6.eco-paste -h展示命令行Usage信息

Alternatives considered

No response

Additional context

No response

@witt-bit witt-bit added the type: feature request New feature or request label Sep 29, 2024
@ayangweb
Copy link
Member

有相关的经验吗?直接安装 EcoPaste 后使用 eco-paste -i 我不太知道怎么实现☹️,目前已实现的方案是 EcoPaste的安装路径 -i 这种!

@witt-bit
Copy link
Member Author

有相关的经验吗?直接安装 EcoPaste 后使用 eco-paste -i 我不太知道怎么实现☹️,目前已实现的方案是 EcoPaste的安装路径 -i 这种!

像Linux这种(MAC不清楚),本身安装后就会在系统环境下存在可执行文件,不必使用安装路径,目前直接命令行EcoPaste(之前是eco-paste),就是启动程序打开主窗口

@witt-bit
Copy link
Member Author

有相关的经验吗?直接安装 EcoPaste 后使用 eco-paste -i 我不太知道怎么实现☹️,目前已实现的方案是 EcoPaste的安装路径 -i 这种!

参考 https://github.com/tw93/Pake/blob/master/bin/cli.ts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants