小抄(cheatsheets)

该资源库包含社区来源的小抄(cheatsheets) ,可与 cheat 和类似应用程序一起使用。cheat 允许你在命令行上创建和查看交互式小抄。「This repository contains community-sourced cheatsheets to be used with cheat and similar applications. cheat allows you to create and view interactive cheatsheets on the command-line.」  

cheatsheets

This repository contains community-sourced cheatsheets to be used with
cheat and similar applications.

Format

Cheatsheets are plain-text files that begin with an optional "front matter"
header in YAML format. The header may be used to assign "tags" to a sheet, and
to specify the sheet's syntax (bash, python, go, etc).

When possible, cheatsheets should conform to this format:

---
syntax: bash
tags: [ vcs, development ]
---
# To stage all changes in the current directory:
git add --all

# To commit staged changes:
git commit -m <message>

As a guideline, it is preferred to use docopt syntax when specifying
parameter placeholders. In edge-cases where that syntax may cause confusion, it
is permissible to use placeholder values (foo.txt, example.com, etc.) as
necessary.

License

Cheatsheets are licensed under Creative Commons CC0 1.0. See
LICENSE.txt for the full license text.

主要指标

概览
名称与所有者cheat/cheatsheets
主编程语言Shell
编程语言 (语言数: 1)
平台
许可证
所有者活动
创建于2019-10-17 01:52:19
推送于2024-08-06 06:18:17
最后一次提交2022-12-17 13:10:17
发布数0
用户参与
星数1.9k
关注者数36
派生数361
提交数660
已启用问题?
问题数22
打开的问题数9
拉请求数162
打开的拉请求数29
关闭的拉请求数38
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?