Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alexandre-delaloy/cheatsheets
- Owner: alexandre-delaloy
- License: mit
- Created: 2020-05-05T16:24:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-26T10:46:03.000Z (over 4 years ago)
- Last Synced: 2024-11-09T08:52:06.163Z (3 months 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] toce.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.