Author:
erics, October 9th, 2019
Use Case: Export Apple Reminders from MacOS application to cleaned plain text, i.e. remove unwanted spaces, blank lines and square brackets PROCEDURE Click on a single item in the MacOS Reminders app list Select All (either Command-a or use Edit->Select All) Copy (either Command-c or use Edit->Copy) Open Terminal Run cleanme Paste the copied reminders […]
Categories: How-To's, Technology Tags: apple, array, input, List, MacOS, Multi, Multi-line, Multiline, Multiple, perl, Plain, Plaintext, Read, Reminders, STDIN, Terminal, text()
|
No comments
Author:
erics, December 8th, 2015
As always, YMMV…
|
#!/bin/bash # Usage: eject [fullpath to mount point] DISK="${1:-/Volumes/YourUSBFlashDriveName/}" df -h "$DISK" > /dev/null 2>&1 if [ $? -eq 0 ]; then diskutil unmountDIsk `diskutil list "$DISK" | grep ^/dev/` else echo Volume $DISK is not mounted...skipping. fi |
Categories: How-To's, Technology Tags: apple, bash, cli, Command, Command line, Disk, diskutil, Drive, eject, Flash, howto, List, Mac, macosx, mount, Terminal, tips, umount, unmount, unmountDisk, USB, volume
|
No comments
Author:
erics, August 18th, 2011
Our health-related website is finally live to the public! A long time coming, but worth the effort. The site is FREE, and will handle many health-related tracking tasks quite easily. Naomi and I have worked incessantly to make the site worthy of use. We think it is ready for prime-time. Now let’s see what the […]
Categories: Business, Health Issues, PainMinder™, Personal, Technology, Wyzaerd Tags: Health, Health Log, Launch, List, live, Log, Medication, Medication Log, Pain, Pain Log, PainMinder(tm), Record, Symptom, Symptom Log, Website
|
No comments