Alfred 3 workflow for Word Counter App. View your word count stats from previous days and months in Alfred and export daily stats to CSV.
Download Workflow from Packal, open and and install.
(Alternatively download workflow from github)
wcount
- this command will pull up recent stats.wcexport
- export daily word count stats to CSV (example, ~/Documents/WordCounter/export.csv)wchelp
- access links to help and posting bugs
Want to receive a popup notification each morning with the previous day's workcount? The project contains a special file called "word_counter_yesterday_notify.py," and you can edit your crontab to run this script at a set time each day. Copy the file location and then follow these steps to setup your Mac's crontab schedule.
report.py
can be used to generate a simple graphic or or chart of your previous days' word count stats. When running the command be sure to include the number of days and target directory for the generated graphic.- You'll need to have installed matplotlib library which you can install with the command
$ pip install matplotlib
. - Usage:
$ python report.py NUM_DAYS TARGET_DIR
like:python report.py 7 /Users/my-user-name/Desktop/
- deanishe for the awesome Python workflow library
See CHANGELOG for more information.
To contribute to the workflow please fork on github at https://github.com/markwk/alfred-workflow-wordcounterapp