Fedora每日一篇:Remind - 图形提醒工具
Productive Monday: Remind - GUI/Text reminder service Fedora每日一篇 Remind - 图形提醒工具 Remind是一个灵活的事件提醒工具,即可以用命令行也可以使用tkremind的图形工具。 提醒工具的基本目的是信息提示或在特定时间执行特定的命令,这么说有点像cron,但是remind提供更多的复杂功能,高级的可重复的提醒功能,并且支持跳过周末和节假日。复杂的remind脚本让人望而生畏,所以做好还是从remind的图形界面tkremind工具开始,然后看~/.reminders文件查看remind脚本的语法。remind的手册页也是最好的学习资料! rem命令用来方便查看提醒事件,当使用tkremind是,查看哪些事件发生了;在命令行时,使用remind的服务进程模式, $ nohup remind -z ~/.reminders & (如果加到你的 ~/.bash_profile就更好了 ). remind也包含rem2ps以便生成postscript的日历格式,方便打印。 安装命令: yum install remind remind-gui 图形安装: 在搜索便签页搜索remind 菜单位置: > 应用程序 > 办公 > tkremind 命令: /usr/bin/remind, /usr/bin/tkremind 网站: http://www.roaringpenguin.com/en/penguin/openSourceProducts/remind Thanks to Till Maas for suggesting this package! If you have a package that you would like to see mentioned, please use the Suggest a Package box on the right side of the main p...