Add a screenshot to show how iCanHazShortcuts look

This commit is contained in:
Howard Abrams 2022-06-30 12:07:24 -07:00
parent 403fd4a972
commit 1395f70a11
2 changed files with 3 additions and 3 deletions

View file

@ -251,8 +251,7 @@ But the following Applescript does the work:
say "Capture complete" say "Capture complete"
#+end_src #+end_src
Now we have some goodies on the clipboard, and the script uses Now we have some goodies on the clipboard, and the script uses =emacsclient= to call these functions to put those contents into clocked in task.
=emacsclient= to call these functions to put those contents into clocked in task.
#+begin_src emacs-lisp #+begin_src emacs-lisp
(defun ha-external-capture-to-org () (defun ha-external-capture-to-org ()
"Calls `org-capture-string' on the contents of the Apple clipboard." "Calls `org-capture-string' on the contents of the Apple clipboard."
@ -272,7 +271,8 @@ Oh, and it this is from the Terminal program, lets wrap it in a block:
(ignore-errors (ignore-errors
(delete-frame))) (delete-frame)))
#+end_src #+end_src
The command that I can use to call it: Configure the *ICanHazShortcut* shortcuts to call these scripts, as in this screenshot:
[[file:screenshots/icanhazshortcuts.png]]
** Push Terminal Results ** Push Terminal Results
I use this =en= script to copy command line output into the Emacs-based engineering notebook to the current clocked-in task. I have two use cases. I use this =en= script to copy command line output into the Emacs-based engineering notebook to the current clocked-in task. I have two use cases.

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 KiB