Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kmarchand/dowcAlfredWorkflow
Alfred2 workflow for word count searches in a Day One journal
https://github.com/kmarchand/dowcAlfredWorkflow
Last synced: 2 months ago
JSON representation
Alfred2 workflow for word count searches in a Day One journal
- Host: GitHub
- URL: https://github.com/kmarchand/dowcAlfredWorkflow
- Owner: kmarchand
- Created: 2013-11-03T23:42:03.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-03T23:50:07.000Z (about 11 years ago)
- Last Synced: 2024-08-08T00:42:42.110Z (6 months ago)
- Size: 137 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - kmarchand/dowcAlfredWorkflow - Alfred2 workflow for word count searches in a Day One journal (Others)
README
# Day One Word Search Alfred Workflow
This workflow parses entries from [Day One](https://dayone.zendesk.com) and counts instances of one or more words. The totals for past week, month, year and all time are shown for each word selected. If no words are specified, overall total word count is shown.
## Usage
* `dowc {word1} {word2}`
* Matching is not case sensitive
* Only full word matches are returned
* 's (apostrophe 's'), periods and commas are stripped out before matching
* Multiple occurences within the same entry are counted seperately## Notes
* This script searches for dayone.plist in ~/Library and then parses that to find out where the journal is stored.
* After finding the entries, it will read the date and text contents of each entry.
* Nothing in the script attempts to write to the journal at all however please assure the contents are backed up prior to use.## Changes
* November 3rd 2013; Initial upload