ibnuh Posted June 30, 2018 Share Posted June 30, 2018 Github Repo: https://github.com/ibnuh/alfred-character-counter-workflow Character & Word Counter for Alfred An Alfred Workflow that count character & word for you Installation Download from Release 1.0 Usage Keyword: cw Development Clone the repository Open your favourite terminal composer install Credits Icons by flaticon.com PHP helper class for Alfred Workflows by joetannenbaum/alfred-workflow evanfuchs, gohoyer, milopus and 1 other 4 Link to comment
Shakti Posted February 4, 2021 Share Posted February 4, 2021 Looks great. I'm a super newbie dev and I'm having trouble installing it. I tried compressing it into a "Archive.alfredworkflow" file but only part of the flow appeared. I'd like to try "composer install" or "git clone" but I don't know what folder I need to be in inside Iterm. Thanks, Chris Link to comment
deanishe Posted February 4, 2021 Share Posted February 4, 2021 5 hours ago, Shakti said: I tried compressing it into a "Archive.alfredworkflow" file but only part of the flow appeared. You shouldn't do that as a rule. Why didn't you download the .alfredworkflow file from the download link posted in the OP? Also, that is the whole workflow. It's not possible for a workflow to get corrupted in such a way that it still installs, but half of its elements are missing. Link to comment
Shakti Posted February 4, 2021 Share Posted February 4, 2021 (edited) Hi, thanks for the reply. What's the "OP"? I've been going to this link" https://github.com/ibnuh/alfred-character-counter-workflow and downloading the file and, I just don't know what to do with it? There is no .alfredworkflow file in there and when I compress and rename it, it only half works, but it won't count the characters. I can't figure out how to use an alfred workflow from github. Edited February 5, 2021 by Shakti Link to comment
Mr Pennyworth Posted February 5, 2021 Share Posted February 5, 2021 @Shakti Here's the download link: https://github.com/ibnuh/alfred-character-counter-workflow/releases/download/1.0/Character.Word.Counter.alfredworkflow Here's the link to the page, in which the downloads are listed: https://github.com/ibnuh/alfred-character-counter-workflow/releases Link to comment
Shakti Posted February 5, 2021 Share Posted February 5, 2021 (edited) Oh that link worked instantly. Thank you both 👍️🌲️ https://github.com/ibnuh/alfred-character-counter-workflow/releases/download/1.0/Character.Word.Counter.alfredworkflow Edited February 5, 2021 by Shakti Link to comment
TUpton98 Posted January 31, 2022 Share Posted January 31, 2022 I have upgraded to Monterey and this workflow along with another that uses a PHP script has stopped working. I have PHP installed via Homebrew and this should be ok according to this article. <https://www.alfredapp.com/blog/releases/alfred-4-6-ready-for-macos-monterey/> Anyone else come across this or know how to get it updated/working again? Link to comment
TUpton98 Posted January 31, 2022 Share Posted January 31, 2022 (edited) For anyone else coming across this issue. The solution was to add export PATH="/opt/homebrew/bin:/usr/local/bin:${PATH}" to the top of the script in the Alfred Worfklow. Edited January 31, 2022 by TUpton98 Link to comment
giovanni Posted January 31, 2022 Share Posted January 31, 2022 or, you can use this version that doesn't need PHP matthewstroh and TUpton98 1 1 Link to comment
matthewstroh Posted January 31, 2023 Share Posted January 31, 2023 On 1/31/2022 at 11:56 AM, giovanni said: or, you can use this version that doesn't need PHP Much appreciated, @giovanni. Your non-PHP version worked perfectly for me. Kudos to you and @ibnuh. This workflow will save me a tiny bit of time every day. giovanni 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now