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: 4 months ago
JSON representation
🗞 my cheat sheets, all I've learned so far
- Host: GitHub
- URL: https://github.com/alexandre-delaloy/cheatsheets
- Owner: alexandre-delaloy
- License: mit
- Created: 2020-05-05T16:24:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-26T10:46:03.000Z (about 6 years ago)
- Last Synced: 2025-02-22T22:27:16.070Z (over 1 year ago)
- Topics: bash, cheat-sheet, cheat-sheets, cheatsheet, cheatsheets, command, command-line, git
- Language: Shell
- Homepage:
- Size: 105 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.