Commit graph

59 commits

Author SHA1 Message Date
Denis Isidoro
c5cd85bb41
Rust implementation (#197) 2020-03-04 18:01:23 -03:00
bajatin
10bc7cf887
Update shell.cheat 2020-02-09 19:16:40 +05:30
bajatin
a4fe0a3bb0 Updated few variable names 2020-02-09 19:14:43 +05:30
bajatin
820e382283
Update shell.cheat 2020-02-09 18:50:39 +05:30
bajatin
85e376f850
Update shell.cheat 2020-02-09 18:49:05 +05:30
bajatin
8d584cc116
updated cheat sheet 2020-02-09 18:48:08 +05:30
bajatin
73ca2d2e1f Command line cheat sheet 2020-02-09 18:44:11 +05:30
Enis Ozgen
57e0f8422f multi-git-add-function 2020-01-22 19:58:39 +01:00
spoki0
76177df091 Create cf.cheat (#166)
Incomplete cheats file for Cloud Foundry CLI. Contains several of the more common commands with completion.
2019-12-14 13:59:29 -03:00
spoki0
3b03599b55
Added cheats for concourse CLI fly
Contains a lot of the functions used during development and maintenance of pipelines on concourse.
2019-11-08 10:35:19 +01:00
Denis Isidoro
3c53e7b637
Add option to change colors (#147)
Fixes #145
2019-11-07 17:05:15 -03:00
Enis Ozgen
2eef103c81 Update-git-cheats 2019-10-30 19:47:54 +01:00
spoki0
547954d5f0 Additional cheat files (#139)
* Most common openssl commands

* Most common java keytool commands
2019-10-28 16:56:36 -03:00
Denis Isidoro
a0c5a6293b
Refactor list visualization (#138)
Fixes #137 

![Demo](https://user-images.githubusercontent.com/3226564/67512211-b2e99a00-f66e-11e9-8ffe-09f30cb54599.png)
2019-10-28 16:56:19 -03:00
Denis Isidoro
51bc30e963
Add new cheats (#136)
- [x] json/yaml
- [x] osx wallpaper
2019-10-23 18:11:48 -03:00
Enis OEZGEN
50b84ef803 Create cheats yum 2019-10-15 11:00:08 +02:00
Denis Isidoro
fcd486e16b 💅 2019-10-14 15:42:06 -03:00
Denis Isidoro
befb5ac696 Minor cleanup in cheatsheets 2019-10-14 13:54:09 -03:00
Denis Isidoro
e6486d6b26 Fix some cheatsheets 2019-10-14 13:51:58 -03:00
Denis Isidoro
2993608739
Merge pull request #56 from vungoccuong/master
Add more cheatsheets
2019-10-14 13:48:37 -03:00
Denis Isidoro
8ef05c26cb
Merge pull request #127 from fengyuxx/master
Add kubectl config get-contexts
Add kubectl config current-context
Add kubectl config use-context <context>
2019-10-14 13:38:09 -03:00
Denis Isidoro
6036e3c86b
Merge pull request #120 from jmbataller/gpg-cheat
Cheatsheet for gpg
2019-10-14 13:36:48 -03:00
Jose Miguel Bataller
56a70120b4 rename variable names to fix test 2019-10-14 15:27:16 +01:00
fengyuxx
d21e44fc0b
Update kubernetes.cheat
Add kubectl config get-contexts
Add kubectl config current-context
Add kubectl config use-context <context>
2019-10-14 20:06:22 +08:00
Jose Miguel Bataller
2425af1623 removed hardcoded public key server 2019-10-14 09:19:54 +01:00
Denis Isidoro
69e74204b2
Minor changes (#122) 2019-10-11 14:33:16 -03:00
Jose Miguel Bataller
cf9bff10a3 gpg cheat 2019-10-11 09:02:39 +01:00
Denis Isidoro
97329b97f6
Show comment for command in preview window (#98) 2019-09-28 23:58:00 -03:00
Denis Isidoro
2aa07c2ce1
Minor fixes (#96)
- fix widget
- cleanup
- fix dict lib
2019-09-28 23:12:47 -03:00
Denis Isidoro
260966ba6c Improve zsh widget (#92) 2019-09-27 15:12:55 -03:00
Denis Isidoro
b9084c0439 Add suppot for multiline snippets (#91)
Fix #88
2019-09-27 15:12:55 -03:00
Jérémy CHABERNAUD
e523febf0c Fix name var for creating 2019-09-27 15:12:55 -03:00
Jérémy CHABERNAUD
f997fb1125 Manage list name 2019-09-27 15:12:55 -03:00
Jérémy CHABERNAUD
b8bf507d72 Add k3d cheat 2019-09-27 15:12:55 -03:00
Ravi Jain
19f2308964 git commands 2019-09-27 09:45:32 +05:30
Denis Isidoro
64be01bf1a
Fix escaping issues (#73)
Fix #72
2019-09-25 11:44:57 -03:00
Vũ Ngọc Cường
a74f5c4939 add docker-compose's cheatsheet 2019-09-25 00:40:08 +00:00
Vũ Ngọc Cường
fe2fc173bf fix npm cheat 2019-09-25 00:08:16 +00:00
Denis Isidoro
36cd52f93d
Minor refactor (#57)
- [x] Define OPTIONS as global in opts::eval
- [x] Add script
- [x] Minor changes
2019-09-24 16:13:57 -03:00
hirosume
830073cd42 add npm and nvm cheetsheet 2019-09-24 12:59:32 +00:00
hirosume
07412e72ed add git's submodule cheetsheet 2019-09-24 12:42:23 +00:00
Denis Isidoro
c4e9c7a90a
Refactor code (#49)
Use dictionaries + more
2019-09-23 17:46:16 -03:00
Denis Isidoro
2753e84ea6
Revert "Use dictionaries (#47)" (#48)
This reverts commit 9848d7b39a.
2019-09-23 15:08:36 -03:00
Denis Isidoro
9848d7b39a
Use dictionaries (#47)
In order to cleanup the code

Related: https://medium.com/@den.isidoro/dictionaries-in-shell-scripts-61d34e1c91c6

Possibly fix #43 (but may bring other inconsistencies)
2019-09-23 14:36:15 -03:00
Denis Isidoro
1b4e8ec60f
Merge pull request #33 from securisec/brew-cheat
Added cheat for brew
2019-09-23 14:19:42 -03:00
Denis Isidoro
ba1ee082ee
Merge pull request #36 from djerfy/update-kubernetes-cheat
Update kubernetes cheat
2019-09-23 14:19:07 -03:00
Denis Isidoro
638a3d2fc9 Fix preview 2019-09-22 12:10:51 -03:00
Denis Isidoro
77acda383d
Add option for searching online repositories (#38) 2019-09-22 11:52:10 -03:00
Jérémy CHABERNAUD
cbb2c66c00
Update kubernetes cheat 2019-09-22 11:09:47 +02:00
securisec
a6c1c2bb23
Create brew.cheat 2019-09-21 20:53:00 -04:00