You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happens when you combine _[devdocs](https://devdocs.io)_ API documentation, _[fzf](https://github.com/junegunn/fzf)_ fuzzy finder and _[elinks](http://elinks.or.cz)_ text-based browser?
3
+
Combine [**DevDocs API documentation**](https://devdocs.io), the [**fzf fuzzy
4
+
finder**](https://github.com/junegunn/fzf), and the [**elinks text-based
5
+
browser**](http://elinks.or.cz)—all within your terminal. ☯
4
6
5
-

7
+

6
8
7
-
## Installation
9
+
## 🚀 Why Use It?
10
+
11
+
* 🔎 **Lightning-fast search:** Use _fzf_ to filter docs instantly.
12
+
* 🛠 **Offline-friendly:** Access 100+ documentation sets including HTML, CSS,
13
+
JS, Python, C++, and more.
14
+
* 🖥 **Terminal-native:** Works without a GUI using _elinks_.
15
+
16
+
## ⚙️ Usage
17
+
18
+
**devdocs** consists of three command-line tools:
19
+
20
+
* 🔭 **devopen** — Open a documentation entry or topic index.
0 commit comments