Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xuchunyang/cli-docs.el
https://github.com/xuchunyang/cli-docs.el
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/xuchunyang/cli-docs.el
- Owner: xuchunyang
- Created: 2019-05-28T04:16:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-04T11:32:02.000Z (over 5 years ago)
- Last Synced: 2024-10-16T01:45:55.525Z (3 months ago)
- Language: Emacs Lisp
- Size: 12.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `cli-docs.el` --- 一些 CLI 命令的文档
[![Build Status](https://travis-ci.org/xuchunyang/cli-docs.el.svg?branch=master)](https://travis-ci.org/xuchunyang/cli-docs.el)
数据来自于 [jaywcjlove/linux-command: Linux命令大全搜索工具,内容包含Linux命令手册、详解、学习、搜集。https://git.io/linux](https://github.com/jaywcjlove/linux-command)
## 依赖
- Emacs 25 (with HTTPS support, e.g., `M-x eww https://example.com/` must work)
## 使用
### `M-x cli-docs grep`
查看 `grep(1)` 的文档,使用 Markdown Mode 渲染。
### `M-x cli-docs-helm`
Helm 版本的 `M-x cli-docs`。
## 定制
### `cli-docs-directory`
数据保存在哪里?如果该目录不存在,`cli-docs.el` 会自动创建。
## 心愿单
- [x] Helm 界面
- [x] 更新 Cache