All Projects → alexlafroscia → Tldr Alfred

alexlafroscia / Tldr Alfred

Licence: mit
Alfred workflow for TLDR

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Tldr Alfred

alfred-tldr
tldr with alfred workflow written in Go
Stars: ✭ 77 (+10%)
Mutual labels:  alfred, alfred-workflow, tldr
Alfred Unicode
Preview Unicode characters and emoji in Alfred
Stars: ✭ 23 (-67.14%)
Mutual labels:  alfred, alfred-workflow
Alfred.qrcode
A QRcode generator with python-qrcode for Alfred Workflows.
Stars: ✭ 57 (-18.57%)
Mutual labels:  alfred, alfred-workflow
Alfred Iconfinder Search
Alfred 3 workflow for Iconfinder instant search
Stars: ✭ 14 (-80%)
Mutual labels:  alfred, alfred-workflow
Alfred Spotify Mini Player
🎵🎩 Alfred workflow to control your Spotify library at your fingertips
Stars: ✭ 823 (+1075.71%)
Mutual labels:  alfred, alfred-workflow
Alfred Fuzzy
Fuzzy search helper for Alfred 3+ workflows
Stars: ✭ 67 (-4.29%)
Mutual labels:  alfred, alfred-workflow
Alfred Appscripts
Alfred workflow to search and run/open AppleScripts for the active application
Stars: ✭ 56 (-20%)
Mutual labels:  alfred, alfred-workflow
Alfred Font Awesome Workflow
🎩 Font Awesome workflow for Alfred
Stars: ✭ 714 (+920%)
Mutual labels:  alfred, alfred-workflow
Alfred Kozip Workflow
📦 도로명/지번 한영 주소 검색을 Alfred에서!
Stars: ✭ 21 (-70%)
Mutual labels:  alfred, alfred-workflow
Alfred Time
Start and stop tracking time with Toggl, Harvest, Everhour or Clockify through Alfred 4
Stars: ✭ 65 (-7.14%)
Mutual labels:  alfred, alfred-workflow
Alfred Lock
Alfred 3 workflow to lock your Mac
Stars: ✭ 54 (-22.86%)
Mutual labels:  alfred, alfred-workflow
Alfred Atom
Alfred workflow to browse and open Atom projects
Stars: ✭ 41 (-41.43%)
Mutual labels:  alfred, alfred-workflow
Wechat Alfred Workflow
wechat workflow for Alfred:微信快速发送消息 & 打开聊天窗口 & 查看聊天记录 & more…
Stars: ✭ 822 (+1074.29%)
Mutual labels:  alfred, alfred-workflow
Alfred Mdi
Alfred 3 workflow to find Material Design Icons
Stars: ✭ 38 (-45.71%)
Mutual labels:  alfred, alfred-workflow
Alfred Collection
A collection of all known Alfred3 workflows
Stars: ✭ 785 (+1021.43%)
Mutual labels:  alfred, alfred-workflow
Whyliam.workflows.youdao
使用有道翻译你想知道的单词和语句
Stars: ✭ 837 (+1095.71%)
Mutual labels:  alfred, alfred-workflow
Alfred Pdf Tools
Optimize, encrypt and manipulate PDF files.
Stars: ✭ 69 (-1.43%)
Mutual labels:  alfred, alfred-workflow
Alfred Workflows
Workflows for Alfred
Stars: ✭ 577 (+724.29%)
Mutual labels:  alfred, alfred-workflow
Wechattweak Macos
A dynamic library tweak for WeChat macOS - 首款微信 macOS 客户端撤回拦截与多开
Stars: ✭ 6,505 (+9192.86%)
Mutual labels:  alfred, alfred-workflow
Alfred Man
man(1) workflow for Alfred
Stars: ✭ 21 (-70%)
Mutual labels:  alfred, alfred-workflow

@alexlafroscia/tldr-alfred-workflow CI

Alfred workflow for TLDR docs

Screenshot

Install

The workflow can be installed as a global NPM dependency. This makes it really easy to keep things up to date, since you can just upgrade to the latest version through NPM.

npm install --global @alexlafroscia/tldr-alfred-workflow

However, if you don't like global NPM packages, you can always clone the repo and install the dependencies; that will set up the workflow as well. The downside is that you'll need to keep the repo updated to the latest version manually, and install the dependencies again after each update.

git clone https://github.com/alexlafroscia/tldr-alfred.git
cd tldr-alfred
yarn install # Or `npm install` if you don't have yarn

Requires Node.js 10+ and the Alfred Powerpack.

Usage

In Alfred, type tldr followed by the name of a command you want to search for, such as man.

Continue typing to filter the results by the contents of the code example.

More Features

  • Pressing CMD-C on a result will copy the code example to the keyboard
  • Pressing CMD-L on any of the results will show the full Markdown description of the command
  • Pressing CMD-Y on any of the results will show the TLDR webpage for the command in the Quicklook window

Authenticating

If you want to (especially if you're running into rate limiting issues) you can provide your Github username and personal API token to authenticate your requests. You can set environment variables called username and password, with the former being your Github username and the latter being a personal access token that you can generate here.

FAQ

Q: I'm getting an error about rate limiting? What's going on?

I noticed during development that after hitting their API repeatedly, Github started sending 403 responses. If you wait a bit, you should be able to make requests again. Alternatively, try setting a username/password as detailed above.

License

MIT © Alex LaFroscia

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].