一个从PC上某处读取文本文件的屏幕保护程序

网友投稿 515 2022-10-29

一个从PC上某处读取文本文件的屏幕保护程序

一个从PC上某处读取文本文件的屏幕保护程序

todoscreensaver

A screensaver that reads a text file from somewhere on your PC.

It doesn't have to be a todo list of course, that's just the best use case I can think of, and what I designed it for.

usage

git clone https://github.com/roryok/todoscreensaverCompile using Visual Studio 2015Rename the binary todoscreensaver.exe to todoscreensaver.scrRight-click on todoscreensaver.scr and click "install"

settings

PATH - where your text file is storedCLOSE MODE - dismiss either with a mouse movement or with the escape keyBACKGROUND / FOREGROUND - set colors for the screensaver.

formatting the text file

No special formatting is required - we're literally just reading and displaying a text file.

I like to start my todo item lines with utf8 symbols like the ones below

☐ BALLOT BOX (U+2610) -- not yet completed task✓ CHECK MARK (U+2713) -- completed task✗ BALLOT X (U+2717) -- cancelled or failed task

credits

The most complicated parts of this source are borrowed from Sean Sexton's Wave Sim Screensaver, available on CodePlex and licenced under GNU General Public License version 2 (GPLv2)

licence

This app is licenced under GNU General Public License version 2 (GPLv2). I'm a noob when it comes to licencing, but I'm fairly sure I have to GPL it, because it uses some GPL'ed code.

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:Elasticsearch实战——全文检索架构设计
下一篇:grpc
相关文章

 发表评论

暂时没有评论,来抢沙发吧~