小抄(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.

Main metrics

Overview
Name With Ownercheat/cheatsheets
Primary LanguageShell
Program language (Language Count: 1)
Platform
License:
所有者活动
Created At2019-10-17 01:52:19
Pushed At2024-08-06 06:18:17
Last Commit At2022-12-17 13:10:17
Release Count0
用户参与
Stargazers Count1.9k
Watchers Count36
Fork Count361
Commits Count660
Has Issues Enabled
Issues Count22
Issue Open Count9
Pull Requests Count162
Pull Requests Open Count29
Pull Requests Close Count38
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private