All Projects → kuanyui → tldr.el

kuanyui / tldr.el

Licence: other
tldr client for Emacs

Programming Languages

emacs lisp
2029 projects

Labels

Projects that are alternatives of or similar to tldr.el

tldr-flutter
simplified man-pages, a tldr.sh client
Stars: ✭ 65 (-44.92%)
Mutual labels:  tldr
Tldr Alfred
Alfred workflow for TLDR
Stars: ✭ 70 (-40.68%)
Mutual labels:  tldr
Tldr C Client
C command-line client for tldr pages
Stars: ✭ 180 (+52.54%)
Mutual labels:  tldr
Tldr Python Client
Python command-line client for tldr pages
Stars: ✭ 317 (+168.64%)
Mutual labels:  tldr
Tldr
fast and interactive tldr client written with go
Stars: ✭ 984 (+733.9%)
Mutual labels:  tldr
Tldr
Text summarizer for golang using LexRank
Stars: ✭ 92 (-22.03%)
Mutual labels:  tldr
tldr-php
PHP Client for tldr
Stars: ✭ 18 (-84.75%)
Mutual labels:  tldr
tldr
Simplified and community-driven man pages (tldr-pages) in a single binary.
Stars: ✭ 33 (-72.03%)
Mutual labels:  tldr
Tl
tldr for R!
Stars: ✭ 52 (-55.93%)
Mutual labels:  tldr
Tachyons Tldr
quick lookup for tachyon classes, scales and colour palette
Stars: ✭ 170 (+44.07%)
Mutual labels:  tldr
Tldr Sh Client
Simplified and community-driven man pages
Stars: ✭ 583 (+394.07%)
Mutual labels:  tldr
Tldr
📚 Collaborative cheatsheets for console commands
Stars: ✭ 36,408 (+30754.24%)
Mutual labels:  tldr
Manpages Tldr
Short, practical manpages for everyday usage
Stars: ✭ 108 (-8.47%)
Mutual labels:  tldr
Tldr Node Client
Node.js command-line client for tldr pages
Stars: ✭ 292 (+147.46%)
Mutual labels:  tldr
Tldr
Golang command line client for tldr https://github.com/tldr-pages/tldr
Stars: ✭ 210 (+77.97%)
Mutual labels:  tldr
alfred-tldr
tldr with alfred workflow written in Go
Stars: ✭ 77 (-34.75%)
Mutual labels:  tldr
Tealdeer
A very fast implementation of tldr in Rust.
Stars: ✭ 1,189 (+907.63%)
Mutual labels:  tldr
TLDR.jl
A package for fast help and snippets
Stars: ✭ 16 (-86.44%)
Mutual labels:  tldr
Dilettantes-Guide-to-Linting
Setting up ESLint, Prettier, VS Code, and the AirBnB style guide in beautiful harmony.
Stars: ✭ 18 (-84.75%)
Mutual labels:  tldr
Tldrlfs
Too Long; Didn't Read Linux From Scratch
Stars: ✭ 139 (+17.8%)
Mutual labels:  tldr

tldr.el

tldr client for Emacs.

Screenshot

Elegantly good-looking(tm)!

screenshot.png

Requirements

  • > Emacs 24.3

Install

tldr.el is now available on MELPA.

If you don’t know what it is, please read its README to setup MELPA on your Emacs.

OS Specific tldr Pages

By default, tldr-mode will choose corresponding os-specific tldr pages automatically by your system-type.

Assume you are using Windows, but you still want forcely tldr-mode to show pages for Linux / OSX / SunOS, you can use following:

(setq tldr-enabled-categories '("common" "linux" "osx" "sunos"))

Usage

M-x tldr

Use C-c C-b C-c C-f or r l or [ ] to navigate in lookup history.

Use SPC to lookup another command

Notice that at the first time using, it will automatically download the latest tldr docs to local.

You can use M-x tldr-update-docs to update docs.

License

WTFPL 2.0

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].