Some services meant to make life a little easier
The command to comment is not usable on non-English keyboards in Jupyter on macOS, this workflow allows commenting. It runs the ctrl
+-
without having to press thoses keys (which are unnaccessible on non English keyboards as a shortcut).
This workflow is configured to only run on Firefox.
The command to comment is not usable on non-English keyboards in Jupyter on macOS, this workflow allows commenting. It runs the ctrl
+-
without having to press thoses keys (which are unnaccessible on non English keyboards as a shortcut).
Creates a reminder with a dialog.
Creates a reminder prefilling the dialog with the selected text.
Creates a reminder prefilling the dialog with information about an e-mail, creates a link to the e-mail. This only works with Mail.app, an e-mail must be selected before executing the service.
Copies to clipboard selected e-mails information. Creates a link to the e-mail (e-mails) selected and uses information about this document for the link. If only one e-mail is selected a simple link is copied. If more than one e-mail is selected a list is created in the <ol> style.
This creates an RTF link to be pasted in a program that allows formatting.
Copies to clipboard selected e-mails information. Creates a link to the e-mail (e-mails) selected and uses information about this document for the link. If only one e-mail is selected a simple link is copied. If more than one e-mail is selected a simple text list is created.
This creates an raw link to be pasted in a program that allows formatting.
Copies to clipboard the URL of a file and shows the filename full path as simple text.
Inserts Date and Time as text. Leaves a copy in the Clipboard. The date and time are formatted using the date command date '+%Y-%m-%d %H:%M:%S'
(returning a string with the following format: yyyy-mm-dd hh:mm:ss
[24hour format]).
Inserts Date as text. Leaves a copy in the Clipboard. The date is formatted using the date command date '+%Y-%m-%d'
(returning a string with the following format: yyyy-mm-dd
).
Inserts Time as text. Leaves a copy in the Clipboard. The time is formatted using the date command date '+%H:%M:%S'
(returning a string with the following format: hh:mm:ss
[24hour format]).
Inserts Date and Time as text. The date and time are formatted using the date command date '+%Y-%m-%d %H:%M:%S'
(returning a string with the following format: yyyy-mm-dd hh:mm:ss
[24hour format]).
Note: Prefer Insert Datetime and add to Clipboard.workflow
as I've found it works more predictably.
Inserts Date and Time as text. The date and time are formatted using the date command date '+%Y-%m-%d_%H-%M-%S'
(returning a string with the following format: yyyy-mm-dd_hh-mm-ss
[24hour format]).
Runs the command sudo mdutil -E /
which deletes the Spotlight index and makes it do a reindex.
Windows in macOS can be minified using two effects Genie and Scale, there is also another hidden effect called suck, this enables it.
Explanation Video (not made by me).
(Deprecated) Toggle Hidden Files
Note: This is now deprecated as a shortcut now exists since macOS Sierra which works much quicker: cmd
+shift
+.
(link).
Makes Finder toggle hidden files. Call it once and hidden files are shown, call it again and they will be hidden. Repeat if necessary.