{"id":13801831,"url":"https://github.com/ChurchTao/Lanaya","last_synced_at":"2025-05-13T12:30:30.210Z","repository":{"id":65359335,"uuid":"575496072","full_name":"ChurchTao/Lanaya","owner":"ChurchTao","description":"Simple to use clipboard manager! 全键盘操作的剪贴板管理工具.","archived":false,"fork":false,"pushed_at":"2024-01-26T02:45:04.000Z","size":6944,"stargazers_count":139,"open_issues_count":0,"forks_count":13,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-11-13T12:02:44.813Z","etag":null,"topics":["clipboard","rust","tauri","vite","vue3","web"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ChurchTao.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-07T16:36:01.000Z","updated_at":"2024-10-18T03:36:48.000Z","dependencies_parsed_at":"2023-03-03T17:00:29.302Z","dependency_job_id":"fb672992-0a1a-4b81-aa80-b6ceabced117","html_url":"https://github.com/ChurchTao/Lanaya","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChurchTao%2FLanaya","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChurchTao%2FLanaya/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChurchTao%2FLanaya/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChurchTao%2FLanaya/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChurchTao","download_url":"https://codeload.github.com/ChurchTao/Lanaya/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225208429,"owners_count":17438209,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clipboard","rust","tauri","vite","vue3","web"],"created_at":"2024-08-04T00:01:28.340Z","updated_at":"2024-11-18T16:31:27.591Z","avatar_url":"https://github.com/ChurchTao.png","language":"Rust","funding_links":[],"categories":["Rust","Applications","Apps"],"sub_categories":["Utilities","Open Source"],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cimg src=\"./md/icon.png\" width=\"128\" /\u003e\n  \u003cbr\u003e\n  Lanaya\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n\u003ch3 align=\"center\"\u003e\n一个简洁易用的剪贴板管理\n\u003c/h3\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003cimg alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/churchTao/Lanaya/total?color=%23\"\u003e\n\u003cimg alt=\"GitHub\" src=\"https://img.shields.io/github/license/churchtao/lanaya?color=%23\"\u003e\n\u003cimg alt=\"GitHub Repo stars\" src=\"https://img.shields.io/github/stars/churchtao/lanaya?style=social\"\u003e\n\u003c/div\u003e\n\n\u003ch3 align=\"center\"\u003e\n\u003ca href=\"https://github.com/ChurchTao/Lanaya/blob/master/README_EN.md\"\u003eEnglish\u003c/a\u003e |\n\u003ca href=\"https://github.com/ChurchTao/Lanaya/blob/master/README_CN.md\" target=\"_blank\"\u003e中文\u003c/a\u003e\n\u003c/h3\u003e\n\n## 简介\n\n`Lanaya` 来自于`DOTA2`中的圣堂刺客, 简洁易用，全键盘操作的剪贴板管理工具\n\n### 当初写这个项目是学习阶段，写的简陋，目前正在准备重写 2.0 版本，敬请期待...\n\n## 功能\n\n- 通过关键词搜索\n- 全快捷键操作\n- 设置历史条数范围\n- 多语言\n- 自动更新\n- 输入 `f:xxx` 搜索收藏的记录\n- 输入 `t:xxx` 搜索标签分类\n\n## 未完成\n\n- [x] 引入`taildwind`管理 css\n- [x] 新增复制图片历史的功能\n- [ ] 增加主题\n- [x] 新增收藏夹功能\n- [ ] 增加`Windows`,`Linux`的适配\n- [x] 使用`Rust`实现后台监听剪切板\n- [x] 使用`Rust`实现`Sqlite`的数据库操作\n\n## 下载\n\n从 [release](https://github.com/ChurchTao/Lanaya/releases) 中下载.\n\n### Mac 用户\n\n如果提示`软件已损坏，请移到废纸篓`，可以使用命令 `xattr -cr /Applications/Lanaya.app` 解决\n\n## 开发\n\n你需要安装 `Rust` 和 `Nodejs`，详细步骤查看 [这里](https://tauri.app/zh-cn/v1/guides/getting-started/prerequisites) ，然后按如下命令进行开发\n\n```shell\nnpm install\n```\n\n然后\n\n```shell\ncargo install tauri-cli # 提示没有 cargo tauri 命令需先执行安装\ncargo tauri dev\n```\n\n如果需要构建\n\n```shell\ncargo tauri build\n```\n\n## 截图\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"./md/demo1.png\" alt=\"demo1\" width=\"80%\" /\u003e\n  \u003cimg src=\"./md/demo2.png\" alt=\"demo2\" width=\"80%\" /\u003e\n  \u003cimg src=\"./md/demo3.png\" alt=\"demo3\" width=\"80%\" /\u003e\n  \u003cimg src=\"./md/demo4.png\" alt=\"demo4\" width=\"80%\" /\u003e\n  \u003cimg src=\"./md/demo5.png\" alt=\"demo4\" width=\"80%\" /\u003e\n  \u003cimg src=\"./md/demo6.png\" alt=\"demo6\" width=\"80%\" /\u003e\n  \u003cimg src=\"./md/demo7.png\" alt=\"demo7\" width=\"80%\" /\u003e\n\u003c/div\u003e\n\n## 建议\n\n👏🏻 非常欢迎提`Issue`和`PR`！毕竟一个人的力量有限。\n\n## 技术栈\n\n`Lanaya` 基于如下技术栈：\n\n- [tauri-apps/tauri](https://github.com/tauri-apps/tauri): Build smaller, faster, and more secure desktop applications with a web frontend.\n- [vitejs/vite](https://github.com/vitejs/vite): Next generation frontend tooling. It's fast!\n- [vue3](https://github.com/vuejs/core): An approachable, performant and versatile framework for building web user interfaces.\n- [tailwindlabs](https://github.com/tailwindlabs) Creators of Tailwind CSS and Headless UI, and authors of Refactoring UI.\n\n## License\n\nApache-2.0 license. See [License here](./LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FChurchTao%2FLanaya","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FChurchTao%2FLanaya","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FChurchTao%2FLanaya/lists"}