Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
zh-cn:tips [2015/03/10 04:30] – [通过 xfrun4 打开用户手册页] yjworkzh-cn:tips [2015/03/10 05:06] (current) – [Do maths with xfrun4/appfinder] yjwork
Line 211: Line 211:
 使用 '#' 作为在 xfrun4 中打开一个用户手册页的快捷方式。例如,#man 使用 '#' 作为在 xfrun4 中打开一个用户手册页的快捷方式。例如,#man
  
-===== Do maths with xfrun4/appfinder ===== +===== 使用 xfrun4/应用程序查找器 做数学运算 ===== 
-  * What you getinput simple mathematical expressionlike 5+5 or (5+5)/or .5*10, in xfrun4/appfinder, and get the result as notification+  * 能干嘛在xfrun4/应用程序查找器 中,输入简单的数学运算式子,比如  5+5 或 (5+5)/或 .5*10, 运算结果将显示在桌面通知中
-  * Requirement: notify-send +  * 需要有此命令: notify-send 
-  * Save this script as bcme.sh, in your home directory:+  * 在您的家目录,保存此脚本为 bcme.sh :
  
   #!/bin/sh   #!/bin/sh
Line 224: Line 224:
   notify-send -t $notify_time "$res" "=$@"   notify-send -t $notify_time "$res" "=$@"
  
-  *Add custom action to Application finder +  *在应用程序查找器添加自定义动作 
-    * Type Regular Expression +    * 类型 正则表达式 
-    * Pattern : ^([0-9]|\(|\.).* +    * 类型 : ^([0-9]|\(|\.).* 
-    * Command : /bin/sh ~/bcme.sh \0 +    * 命令 : /bin/sh ~/bcme.sh \0 
-    *  (checkSave match in command history+    *  (勾选在命令历史中保存匹配的