小抄(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
派生數356
提交數660
已啟用問題?
問題數22
打開的問題數9
拉請求數162
打開的拉請求數29
關閉的拉請求數38
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?