Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexandre-delaloy/cheatsheets

🗞 my cheat sheets, all I've learned so far
https://github.com/alexandre-delaloy/cheatsheets

bash cheat-sheet cheat-sheets cheatsheet cheatsheets command command-line git

Last synced: 25 days ago
JSON representation

🗞 my cheat sheets, all I've learned so far

Awesome Lists containing this project

README

        

# Cheatsheets

> 🗞 My cheat sheets, all I've learned so far

## Toc

- [Bash Command Line Cheat Sheet](./cheatsheets/bash-command-line.sh)
- [Git Command Line Cheat Sheet](./cheatsheets/git-command-line.sh)
- [Docker Command Line Cheat Sheet](./cheatsheets/docker-command-line.sh)

## Use

> Let me introduce you our friend `Woosh 🤖`

### See the Table of Content of a cheat sheet

```bash
source woo.sh [category] toc

e.g.

source woo.sh bash toc
```

### Go to a specific command or a category

```bash
source woo.sh [category] goto [command]

e.g.

source woo.sh git goto commit
source woo.sh bash goto 0.3
```

## License

Under [MIT](./LICENSE) license.