问HN:用于回忆的实用键盘记录器
你好,亲爱的朋友们。
我正在寻找一种方法,可以快速回忆起几分钟前输入的文本片段,而这些片段并没有被添加到剪贴板中。
剪贴板回忆工具有很多,它们的工作效果都不错。
但现在,我希望在按键层面上实现同样的功能。换句话说,我在寻找一种无害的键盘记录器,它能够在按下回车键时自动分割按键流,或者根据用户设置的超时时间进行分割,并通过按下特定的快捷键呈现出一个文本片段列表。然后,用户只需双击其中的项目即可将其复制到剪贴板。
所以,这实际上是一种输入文本历史记录工具。
一种键盘回忆工具。
一种剪贴板回忆和键盘记录器的混合体。
我在GitHub上搜索过,但没有找到任何相关的工具。
如果有任何提示,我将不胜感激。
谢谢!
查看原文
Greetings fellow humans.<p>I'm looking for a way to quickly recall text snippets I typed few minutes earlier that I DIDN'T add to clipboard.<p>Clipboard recall tools are abundant, and they are all, more or less, working great.<p>But now, I am looking for the same thing on a keystroke level. In other words, I am looking for a non-malicious keylogger that could auto-split the stream of keystrokes on ENTER keycode, and/or user-adjustable timeout, and would present a list of snippets by pressing a special shortcut. From there, a simple double-click on the item would copy it to clipboard.<p>So, a typed text history tool of sorts.<p>A keyboard recall tool.<p>A hybrid between clipboard recall and a keylogger.<p>Was searching on Github, couldn't find any.<p>Any hints would be greatly appreciated.<p>Thanks!