Merge pull request #29625 from geekpi/translating

translated
This commit is contained in:
geekpi 2023-06-30 08:38:33 +08:00 committed by GitHub
commit 3c2aa003f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 109 additions and 109 deletions

View File

@ -1,109 +0,0 @@
[#]: subject: "Meet 'Clipboard': An Open-Source App That Aims to Turn Up Your Productivity"
[#]: via: "https://news.itsfoss.com/clipboard/"
[#]: author: "Sourav Rudra https://news.itsfoss.com/author/sourav/"
[#]: collector: "lkxed"
[#]: translator: "geekpi"
[#]: reviewer: " "
[#]: publisher: " "
[#]: url: " "
Meet 'Clipboard': An Open-Source App That Aims to Turn Up Your Productivity
======
The clipboard app is a useful open-source tool with lots of features to improve your productivity.
![clipboard app][1]
Want a new, 𝘳𝘪𝘥𝘰𝘯𝘬𝘶𝘭𝘪𝘤𝘪𝘰𝘶𝘴𝘭𝘺 smart clipboard manager? 🤔
That is what the folks behind **The Clipboard Project** think of their clipboard manager. They call it a 'second brain' that remembers anything, anytime, anywhere.
So, what do you say? Let us take a look at it:
### Clipboard: Overview ⭐
![a screenshot of clipboard's about info][2]
Written primarily in the venerable **C++ programming language**, [Clipboard][3] offers a number of features such as copying/pasting text, files, directories, binary data, infinite clipboards, and more!
Furthermore, it **seamlessly integrates with major GUI clipboard systems** and supports languages like Español, Portuguese, and Türkçe.
Let me show you how it works.
> 📋 Since this is a terminal-based app, you must use various commands to operate Clipboard.
So, the first thing you will be doing is to copy the contents of a file by using the following command:
```
cb copy 'filename'
```
![a screenshot of the cb copy command on clipboard][4]
Then to paste, you can use the following:
```
cb paste
```
![a screenshot of the cb paste command on clipboard][5]
For loading all your clipboards, you can use this command:
```
cb show
```
![a screenshot of the cb show command on clipboard][6]
And finally, the feature that grabbed our attention the most was the recently added **unlimited clipboard history** feature.
You can use this command to access the complete clipboard history:
```
cb hs
```
![a screenshot of the unlimited clipboard history feature on clipboard][7]
Clipboard should **appeal to users who prefer using terminal-based apps** over GUI-based apps; it offers a very minimal user experience with all the right tools to go with it.
Not to forget, it is packed with more features than I discussed, some of which include:
- Make scripts to automate your workflows
- Ability to paste every type of data you have got, including binary data
Those who prefer apps with a graphical interface can opt for [Pano clipboard manager][8]. It is a lightweight clipboard manager that integrates quite well with GNOME.
### 📥 Get Clipboard
You can begin your Clipboard journey by getting it from [GitHub][9] or exploring its [official website][10]. It also contains all the necessary installation guides and documentation.
[Clipboard (GitHub)][11]
_💬 What do you think of Clipboard? Will you be giving this a try? Do you have any other favorites to recommend? Share your thoughts in the comments down below._
--------------------------------------------------------------------------------
via: https://news.itsfoss.com/clipboard/
作者:[Sourav Rudra][a]
选题:[lkxed][b]
译者:[译者ID](https://github.com/译者ID)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
[a]: https://news.itsfoss.com/author/sourav/
[b]: https://github.com/lkxed/
[1]: https://news.itsfoss.com/content/images/size/w1304/2023/06/clipboard-first-look.jpg
[2]: https://news.itsfoss.com/content/images/2023/06/1-cb-info.png
[3]: https://getclipboard.app/
[4]: https://news.itsfoss.com/content/images/2023/06/2-cb-copy.png
[5]: https://news.itsfoss.com/content/images/2023/06/3-cb-paste.png
[6]: https://news.itsfoss.com/content/images/2023/06/4-cb-show.png
[7]: https://news.itsfoss.com/content/images/2023/06/5-cb-hs.png
[8]: https://news.itsfoss.com/pano-clipboard-manager/
[9]: https://github.com/Slackadays/Clipboard
[10]: https://getclipboard.app/
[11]: https://github.com/Slackadays/Clipboard

View File

@ -0,0 +1,109 @@
[#]: subject: "Meet 'Clipboard': An Open-Source App That Aims to Turn Up Your Productivity"
[#]: via: "https://news.itsfoss.com/clipboard/"
[#]: author: "Sourav Rudra https://news.itsfoss.com/author/sourav/"
[#]: collector: "lkxed"
[#]: translator: "geekpi"
[#]: reviewer: " "
[#]: publisher: " "
[#]: url: " "
认识一下 “Clipboard”一款旨在提高你的工作效率的开源应用
======
Clipboard 是一个有用的开源工具,具有许多可提高你的工作效率的功能。
![clipboard app][1]
想要一个新的智能剪贴板管理器吗? 🤔
这就是 **Clipboard 项目**背后的人们对其剪贴板管理器的看法。他们称之为“第二大脑”,可以随时随地记住任何事情。
你认为呢? 让我们看一下:
### Clipboard概述 ⭐
![a screenshot of clipboard's about info][2]
[Clipboard][3] 主要用古老的 **C++ 编程语言**编写,提供了许多功能,例如复制/粘贴文本、文件、目录、二进制数据、无限剪贴板等等!
此外,它**与主要的 GUI 剪贴板系统无缝集成**并支持西班牙语、葡萄牙语和土耳其语等语言。
让我向你展示它是如何工作的。
> 📋 由于这是一个基于终端的应用,因此你必须使用各种命令来操作 Clipboard。
因此,你要做的第一件事是使用以下命令复制文件的内容:
```
cb copy 'filename'
```
![a screenshot of the cb copy command on clipboard][4]
然后进行粘贴,你可以使用以下命令:
```
cb paste
```
![a screenshot of the cb paste command on clipboard][5]
要加载所有剪贴板,你可以使用以下命令:
```
cb show
```
![a screenshot of the cb show command on clipboard][6]
最后,最吸引我们注意的功能是最近添加的**无限剪贴板历史记录**功能。
你可以使用此命令访问完整的剪贴板历史记录:
```
cb hs
```
![a screenshot of the unlimited clipboard history feature on clipboard][7]
剪贴板应该**吸引那些更喜欢使用基于终端的应用**而不是基于 GUI 的应用的用户。它提供了非常简单的用户体验以及所有合适的工具。
不要忘了,它包含的功能比我讨论的更多,其中包括:
- 制作脚本来自动化你的工作流程
- 能够粘贴你拥有的每种类型的数据,包括二进制数据
那些喜欢图形界面的应用的人可以选择 [Pano 剪贴板管理器][8]。它是一个轻量级的剪贴板管理器,与 GNOME 集成得很好。
### 📥 获取 Clipboard
你可以通过从 [GitHub][9] 获取或浏览其[官方网站][10]开始你的剪贴板之旅。它还包含所有必要的安装指南和文档。
[Clipboard (GitHub)][11]
_💬 你对 Clipboard 有何看法? 你会尝试一下吗? 你还有其他值得推荐的吗? 在下面的评论中分享你的想法。_
--------------------------------------------------------------------------------
via: https://news.itsfoss.com/clipboard/
作者:[Sourav Rudra][a]
选题:[lkxed][b]
译者:[geekpi](https://github.com/geekpi)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
[a]: https://news.itsfoss.com/author/sourav/
[b]: https://github.com/lkxed/
[1]: https://news.itsfoss.com/content/images/size/w1304/2023/06/clipboard-first-look.jpg
[2]: https://news.itsfoss.com/content/images/2023/06/1-cb-info.png
[3]: https://getclipboard.app/
[4]: https://news.itsfoss.com/content/images/2023/06/2-cb-copy.png
[5]: https://news.itsfoss.com/content/images/2023/06/3-cb-paste.png
[6]: https://news.itsfoss.com/content/images/2023/06/4-cb-show.png
[7]: https://news.itsfoss.com/content/images/2023/06/5-cb-hs.png
[8]: https://news.itsfoss.com/pano-clipboard-manager/
[9]: https://github.com/Slackadays/Clipboard
[10]: https://getclipboard.app/
[11]: https://github.com/Slackadays/Clipboard