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
public:computer:alfred [2024/04/30 17:57] – [My Snippets] alexpublic:computer:alfred [2024/05/01 20:47] (current) alex
Line 27: Line 27:
   * Dokuwiki Expenses; !!!exp: <sxh>| {isodate:M/d}  | <label type="info">현대카드(AMEX)</label> {cursor}  | <badge>₩</badge>  |</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>   * 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.txt
  • Last modified: 2024/05/01 20:47
  • by alex