public:computer:alfred

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
public:computer:alfred [2024/04/29 20:39] alexpublic:computer:alfred [2024/05/01 20:47] (current) alex
Line 2: Line 2:
  
 ===== My Snippets ===== ===== My Snippets =====
-  * !!!td:  {isodate: EEEE, MMMM d, yyyy} +  * Today; !!!td:  <sxh>{isodate: EEEE, MMMM d, yyyy}</sxh> 
-  * !!!ct: {isodate: HH:mm:ss} +  * Current Time; !!!ct: <sxh>{isodate: HH:mm:ss}</sxh> 
-  * !!!cd: {isodate: EEEE, MMMM d, yyyy. HH:mm:ss}+  * Current Datetime; !!!cd: <sxh>{isodate: EEEE, MMMM d, yyyy. HH:mm:ss}</sxh> 
 +  * Dokuwiki Today; !!!doku: <sxh>=== {isodate: EEEE, MMMM d, yyyy} ==== 
 +<grid> 
 +<col sm="6"> 
 +</col> 
 +<col sm="6"> 
 +<grid> 
 +<col> 
 +/* 
 +<datatables ordering="false" auto-width="false" info="true" buttons="[ 'copy', 'csv', 'print' ]" fixed-header="true"> 
 +^ Date  ^ Content  ^ Amounts 
 +</datatables> 
 +*/ 
 +</col> 
 +</grid> 
 +</col> 
 +</grid> 
 + 
 + 
 + 
 +</sxh> 
 +  * Dokuwiki Expenses; !!!exp: <sxh>| {isodate:M/d}  | <label type="info">현대카드(AMEX)</label> {cursor}  | <badge>₩</badge>  |</sxh> 
 +  * Dokuwiki Expenses Today; !!!ext: <sxh> <label type="default">{isodate: EEEE, MMMM d, yyyy.} Total;  </label>  | | <badge>₩{cursor}</badge>  |</sxh> 
 + 
 +==== Integrate with Warp Terminal ==== 
 +<sxh> 
 +on alfred_script(q) 
 + tell application "System Events" 
 + 
 + tell application "Warp" to activate 
 + 
 + set numWin to count (windows of process "Warp"
 + if numWin < 1 then keystroke "n" using command down 
 + 
 + delay 0.5 
 + keystroke q 
 + keystroke return 
 + 
 + end tell 
 +end alfred_script 
 +</sxh> 
 + 
 +===== References ====== 
 +  * [[https://www.alfredforum.com/topic/20199-integrate-warp-terminal-with-alfred/|Integrate Warp terminal with Alfred]]
  
 ===== Alternatives for MS Windows ===== ===== Alternatives for MS Windows =====
   * [[https://www.electronjs.org/apps/ueli|ueli, This is a keystroke launcher for Windows and macOS.]]   * [[https://www.electronjs.org/apps/ueli|ueli, This is a keystroke launcher for Windows and macOS.]]
   * [[http://www.wox.one/|An effective launcher for windows]]   * [[http://www.wox.one/|An effective launcher for windows]]
  • public/computer/alfred.1714390782.txt.gz
  • Last modified: 2024/04/29 20:39
  • by alex