Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adoyle-h/my-command-cheat
A cheat sheet for linux commands (Simplified Chinese)
https://github.com/adoyle-h/my-command-cheat
cheatsheet command script shell
Last synced: 26 days ago
JSON representation
A cheat sheet for linux commands (Simplified Chinese)
- Host: GitHub
- URL: https://github.com/adoyle-h/my-command-cheat
- Owner: adoyle-h
- License: bsd-3-clause
- Created: 2015-10-22T07:16:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-04T06:20:49.000Z (4 months ago)
- Last Synced: 2024-11-12T08:50:51.650Z (3 months ago)
- Topics: cheatsheet, command, script, shell
- Homepage:
- Size: 54.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 我的命令速查表
总结我常用的一些命令。方便日常查询。
使用 [chrisallenlane/cheat][1] 来快速查询命令。
## 安装
首先安装 [chrisallenlane/cheat][1]。然后执行下面命令:
```bash
git clone https://github.com/adoyle-h/my-command-cheat.git ~/.cheat
```## 使用
使用 `cheat ` 来查询命令。
对于 `>` 和 `|` 这类特殊字符,需要使用括号,例如 `cheat '>'` 或 `cheat '|'`。
## 编辑
使用 `cheat -e ` 来编辑 `.cheat` 文件。
## 版权声明 (Copyright and License)
Copyright 2017-2022 ADoyle ([email protected]) Some rights reserved.
The project is licensed under the **BSD 3-clause License**.See the [LICENSE][] file for the specific language governing permissions and limitations under the License.
[LICENSE]: ./LICENSE
[0]: http://adoyle.me/blog/my-basic-linux-commands-cheatsheet.html
[1]: https://github.com/chrisallenlane/cheat