All Projects → chenjiandongx → pls

chenjiandongx / pls

Licence: MIT License
✏️ Impressive Linux commands cheat sheet CLI written in Go.

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to pls

scikit-image-cheatsheet
See all scikit-image methods for image creation & manipulation and their output at a glance.
Stars: ✭ 16 (-70.37%)
Mutual labels:  cheatsheet
fsharp-cheatsheet
An updated cheat sheet for F# 🔷🖤💙💛
Stars: ✭ 166 (+207.41%)
Mutual labels:  cheatsheet
ceph-cheatsheet
All™ you ever wanted to know about operating a Ceph cluster!
Stars: ✭ 84 (+55.56%)
Mutual labels:  cheatsheet
voyager-cheatsheet
Laravel Voyager Cheat Sheet
Stars: ✭ 32 (-40.74%)
Mutual labels:  cheatsheet
advanced-nginx-cheatsheet
Nginx configuration cheatsheet with examples for advanced usage
Stars: ✭ 43 (-20.37%)
Mutual labels:  cheatsheet
Markdown-for-Documentation
Markdown is a HTML compatible language used for Documentation.
Stars: ✭ 14 (-74.07%)
Mutual labels:  cheatsheet
Cheaty
PDF Cheat Sheet generation made easy
Stars: ✭ 15 (-72.22%)
Mutual labels:  cheatsheet
Reinforcement-Learning-CheatSheet
Cheatsheet of Reinforcement Learning (Based on Sutton-Barto Book - 2nd Edition)
Stars: ✭ 22 (-59.26%)
Mutual labels:  cheatsheet
archcheatsheet
The way of creating custom Arch dual-boot system without desktop environment with `no mouse` approach in mind.
Stars: ✭ 83 (+53.7%)
Mutual labels:  cheatsheet
http-simple-cheatsheet
Simple HTTP status codes cheatsheet 🦄
Stars: ✭ 18 (-66.67%)
Mutual labels:  cheatsheet
AndroidEssentialLibraries
👻 Android Essential Libraries - A couple of the Android Libraries to use in your Projects 🛠
Stars: ✭ 203 (+275.93%)
Mutual labels:  cheatsheet
tmux-hints
☕️ Automatically show a cheat sheet or notes for any command focused in tmux. e.i. Show vim, zsh, tmux notes/key-combos in a pane automatically while you're using them.
Stars: ✭ 63 (+16.67%)
Mutual labels:  cheatsheet
cheatsheet vim
Yet another cheatsheet for vim
Stars: ✭ 12 (-77.78%)
Mutual labels:  cheatsheet
ethz cs summaries
Summaries / Cheat Sheets created at ETH Zurich BsC Computer Science & MsC Data Science
Stars: ✭ 67 (+24.07%)
Mutual labels:  cheatsheet
from-gms-to-hms
Complete guide to adding support for Huawei's mobile services and distribution platform into your apps that are already published on Google Play.
Stars: ✭ 30 (-44.44%)
Mutual labels:  cheatsheet
git-cheats-cli
Git Cheats CLI - A Companion For Gitcheats
Stars: ✭ 13 (-75.93%)
Mutual labels:  cheatsheet
Awesome-Math-Learning
📜 Collection of the most awesome Math learning resources in the form of notes, videos and cheatsheets.
Stars: ✭ 73 (+35.19%)
Mutual labels:  cheatsheet
terminator-cheat-sheet
Cheat Sheet for Terminator
Stars: ✭ 72 (+33.33%)
Mutual labels:  cheatsheet
cmake-cheatsheet
CMake Cheat Sheet
Stars: ✭ 37 (-31.48%)
Mutual labels:  cheatsheet
Arduino-Cheat-Sheet
Cheat Sheets for Arduino Programming Language
Stars: ✭ 30 (-44.44%)
Mutual labels:  cheatsheet

pls

Impressive Linux commands cheat sheet cli. Python 版本

Installation

1) 使用 go get 安装

$ go get -u github.com/chenjiandongx/pls

2) 使用编译好的二进制版本

https://github.com/chenjiandongx/pls/releases

Usages

~ 🐶 pls --help
Impressive Linux commands cheat sheet cli.

Usage:
  pls [command]

Available Commands:
  help        Help about any command
  search      Search command by keywords
  show        Show the specified command usage.
  upgrade     Upgrade all commands from remote.
  version     Prints the version of pls

Flags:
  -h, --help   help for pls

Use "pls [command] --help" for more information about a command.

建议第一次使用的时候先初始化所有命令

$ 🐶 pls upgrade

配置文件位于 ~/.commands/config.json 可以更改命令文件下载目录

❯ 🐶 cat ~/.commands/config.json
{"dir":"/Users/chenjiandongx/.commands"}

可以将输出结果传入到 less 管道

$ 🐶 pls show curl | less

效果图

LICENSE

MIT ©chenjiandongx

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].