2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-17 09:25:32 +00:00
Commit Graph

499 Commits

Author SHA1 Message Date
Igor Chubin
8dcabf4c9f
Merge pull request #93 from tlvince/patch-2
Add a jq filter example
2020-02-11 19:14:09 +01:00
Tom Vincent
1ba369f630
Add a jq filter example 2020-02-08 12:26:52 +00:00
terminalforlife
c8d0c9e9c0 Tidy up and somewhat improve wording of ssh 2020-02-02 21:07:43 +00:00
terminalforlife
16fbc6f6eb Improve formatting and descriptions of git
I've also maintained a column limit of 80, for smaller terminals.

Some of these description changes are superfluous, but either improve
clarity, or make things a touch more concise, I believe.
2020-02-02 20:47:50 +00:00
terminalforlife
e6da32c2b1 Show tee some love, for clarity and consistency 2020-02-02 19:57:22 +00:00
terminalforlife
4c5344e70c Add example to perl 2020-02-02 19:44:01 +00:00
terminalforlife
cb863ec73c Add sysctl file with a few examples 2020-02-02 19:37:49 +00:00
alexberry
3f48743dee
g flag is per-line, not per-file
Make comment clearer
2020-02-02 10:45:33 +00:00
alexberry
b2ef20e0d9
Forgot to add paths as utilised -i
Must add a file path when not piping to sed.
2020-02-02 10:32:28 +00:00
alexberry
b2210a9ca2
Adding a few more useful examples.
Sed's cheat sheet was a little light, here are a few more examples.
2020-02-02 10:29:36 +00:00
Rory O’Kane
1556ce6b1f
Fix indentation in Ruby cheat sheet 2020-01-25 00:04:13 -05:00
Lucas Gabriel Schneider
706a5e0c0c
fix typos on emacs 2020-01-20 19:42:08 +00:00
Igor Chubin
44d15abd8d
Merge pull request #88 from terminalforlife/master
Tweaks & AWK Addition
2019-12-19 21:36:43 +01:00
terminalforlife
7da14d62dd Improve wording, grammar, and overall message
I've also corrected some syntax and cleaned up anything that was a bit
messy. I believe it's now more presentable.
2019-12-05 01:31:57 +00:00
terminalforlife
36b9feb0a2 Add pretty-print output taken from /etc/passwd 2019-12-05 01:01:13 +00:00
terminalforlife
524924166c Merge branch 'master' of https://github.com/chubin/cheat.sheets 2019-12-04 21:29:46 +00:00
Igor Chubin
cfdd94c9c0
Merge pull request #87 from SoptikHa2/master
i3: Changed meta key symbol and added configuration guide
2019-12-04 20:42:42 +01:00
Petr Šťastný
a8c7a70316
Split configuration guide into multiple segments 2019-12-03 23:24:53 +01:00
Petr Šťastný
9ac8548d2a
Fixed workspace ascii visualisation 2019-12-03 23:20:53 +01:00
terminalforlife
497c345247 Merge branch 'master' of https://github.com/chubin/cheat.sheets 2019-12-03 22:20:23 +00:00
Petr Šťastný
e977e75e65
Removed empty line between sections 2019-12-03 23:14:05 +01:00
Petr Šťastný
50c8fce5bd
Changed meta key symbol and added configuration guide 2019-12-03 23:07:12 +01:00
terminalforlife
e2b22d476b Address empty line issue mentioned in #83 PR
Had to remove the empty line else it would mess with the search
feature. I didn't realise these sheets are parsed.
2019-12-03 22:03:33 +00:00
Igor Chubin
f3c83d2d0e
Merge pull request #86 from SoptikHa2/i3
Added i3 cheatsheet
2019-12-03 22:31:48 +01:00
Petr Šťastný
1b0728ca42
Added guide to precise new window positioning 2019-12-03 22:22:27 +01:00
Petr Šťastný
a14798aab4
Added most useful i3 keybindings 2019-12-03 22:07:43 +01:00
terminalforlife
09e06fc821 Add syntax for fetching lines between patterns 2019-12-01 13:00:13 +00:00
terminalforlife
187916318f Tweaked comments and added alternative 2019-11-28 17:07:09 +00:00
Igor Chubin
7c88ba98f0 moved _scala/:main to _scala/_info.yaml (fixes #84) 2019-11-28 07:53:32 +00:00
Igor Chubin
ad216096cd
Merge pull request #83 from terminalforlife/master
More of the Same
2019-11-28 08:46:33 +01:00
terminalforlife
0b61d3884e Fetch unique list of uppercase-only variables
Just wrote this because I'm wanting to convert numerous uppercase
variables in lots of shell programs to lowercase, except the initial
letter of a word. Manually, doing this would take forever.

First, however, I need to compile a list of variable names so I know
for what I want to search and replace, then omit certain ones typically
named in all uppercase, like `UID`, `USER`, `HOSTNAME`, etc, which I
will probably do by parsing `env` and various other special parameters
used by Bash.

Fun times.
2019-11-27 16:44:28 +00:00
terminalforlife
0ab091a8cd Add alternative approach to parsing xev 2019-11-27 00:06:45 +00:00
terminalforlife
81711828bc Add more examples using associate array variables 2019-11-26 23:49:20 +00:00
terminalforlife
6e507588ec Prefer grep -[EF] over deprecated [ef]grep 2019-11-26 23:34:52 +00:00
terminalforlife
cd41a3e2ca Add line to list out available sections 2019-11-22 02:05:02 +00:00
terminalforlife
9c6e04b5c0 Add line to list unique DEB sections, using awk 2019-11-22 02:03:22 +00:00
Igor Chubin
d8290aac76
Merge pull request #82 from terminalforlife/master
More Goodies
2019-11-15 10:54:46 +01:00
terminalforlife
c08786cb0e Added alternative syntax for easier reading 2019-11-13 16:29:40 +00:00
terminalforlife
25f4ef1390 Add examples for dpkg-deb 2019-11-13 16:26:10 +00:00
terminalforlife
2c2a1f4fb6 Add file 'dpkg-deb' 2019-11-13 16:20:34 +00:00
terminalforlife
e699f7c298 Add two examples for apt-cache 2019-11-13 16:19:42 +00:00
terminalforlife
a388ee6534 Add file 'apt-cache' 2019-11-13 16:11:17 +00:00
terminalforlife
6955dd2709 Add extra information on source 2019-11-13 16:10:28 +00:00
terminalforlife
b83d187fee Add file 'source', and briefly show its usage 2019-11-13 16:08:03 +00:00
terminalforlife
2e4f7be1b8 Add examples and detailed explanation of umask 2019-11-13 16:04:30 +00:00
terminalforlife
be76804476 Add file 'umask' 2019-11-13 15:46:30 +00:00
terminalforlife
9feb9d7ddf Add a multitude of examples for apt-get 2019-11-13 15:44:46 +00:00
terminalforlife
4a67b1d9ad Add file 'apt-get' 2019-11-13 15:14:04 +00:00
terminalforlife
27c86e12f5 Add a number of examples for udisksctl 2019-11-13 15:11:49 +00:00
terminalforlife
f5ec296286 Add 'udisksctl' file 2019-11-13 14:55:27 +00:00