468 Commits (341ff5636f6f945b5470a96061cd729caf83ea3c)
 

Author SHA1 Message Date
terminalforlife 341ff5636f Make header more accurate for `proc` 4 years ago
terminalforlife bd0d11690d Add `wget` file & examples 4 years ago
terminalforlife dde9356508 Add `apt-key` file & an example 4 years ago
terminalforlife 476cf1ee98 Add additional `dpkg` examples 4 years ago
terminalforlife 74c8191b3c Add `dpkg` and an example 4 years ago
terminalforlife 1186810822 Mention whether builtin of `printf` or not 4 years ago
terminalforlife 12331213f2 Add `printf` file with examples 4 years ago
terminalforlife 0e758e9d40 Add `cat` file and a POSIX line 4 years ago
terminalforlife fbb1d392d5 Add additional example 4 years ago
terminalforlife 9297e1874f Add `perldoc` file & an example 4 years ago
terminalforlife 3279f62125 Add a few more Perl examples 4 years ago
terminalforlife 56e57af09c Add method to display terminal cols and lines 4 years ago
terminalforlife 3972687447 Remove random `sudo` instance 4 years ago
Igor Chubin 1a4eca569b
Merge pull request #95 from alexberry/teeappend
Append, not amend.
4 years ago
Alex Berry 15f7213025 Append, not amend.
intact is not hyphenated.

Newline for formatting.
4 years ago
Igor Chubin 6f9aa78d7e
Merge pull request #89 from schneiderl/master
emacs: fix typos
4 years ago
Igor Chubin c9c425d37d
Merge pull request #90 from roryokane/patch-1
Fix indentation in Ruby cheat sheet
4 years ago
Igor Chubin 4b35ff0a27
Merge pull request #91 from alexberry/patch-1
Adding a few more useful examples to sed.
4 years ago
Igor Chubin 167657879b
Merge pull request #92 from terminalforlife/master
New Examples & `sysctl` File + Wording & Formatting Improvements
4 years ago
Igor Chubin 8dcabf4c9f
Merge pull request #93 from tlvince/patch-2
Add a jq filter example
4 years ago
Tom Vincent 1ba369f630
Add a jq filter example 4 years ago
terminalforlife c8d0c9e9c0 Tidy up and somewhat improve wording of `ssh` 4 years ago
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.
4 years ago
terminalforlife e6da32c2b1 Show `tee` some love, for clarity and consistency 4 years ago
terminalforlife 4c5344e70c Add example to `perl` 4 years ago
terminalforlife cb863ec73c Add `sysctl` file with a few examples 4 years ago
alexberry 3f48743dee
g flag is per-line, not per-file
Make comment clearer
4 years ago
alexberry b2ef20e0d9
Forgot to add paths as utilised -i
Must add a file path when not piping to sed.
4 years ago
alexberry b2210a9ca2
Adding a few more useful examples.
Sed's cheat sheet was a little light, here are a few more examples.
4 years ago
Rory O’Kane 1556ce6b1f
Fix indentation in Ruby cheat sheet 5 years ago
Lucas Gabriel Schneider 706a5e0c0c
fix typos on emacs 5 years ago
Igor Chubin 44d15abd8d
Merge pull request #88 from terminalforlife/master
Tweaks & AWK Addition
5 years ago
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.
5 years ago
terminalforlife 36b9feb0a2 Add pretty-print output taken from `/etc/passwd` 5 years ago
terminalforlife 524924166c Merge branch 'master' of https://github.com/chubin/cheat.sheets 5 years ago
Igor Chubin cfdd94c9c0
Merge pull request #87 from SoptikHa2/master
i3: Changed meta key symbol and added configuration guide
5 years ago
Petr Šťastný a8c7a70316
Split configuration guide into multiple segments 5 years ago
Petr Šťastný 9ac8548d2a
Fixed workspace ascii visualisation 5 years ago
terminalforlife 497c345247 Merge branch 'master' of https://github.com/chubin/cheat.sheets 5 years ago
Petr Šťastný e977e75e65
Removed empty line between sections 5 years ago
Petr Šťastný 50c8fce5bd
Changed meta key symbol and added configuration guide 5 years ago
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.
5 years ago
Igor Chubin f3c83d2d0e
Merge pull request #86 from SoptikHa2/i3
Added i3 cheatsheet
5 years ago
Petr Šťastný 1b0728ca42
Added guide to precise new window positioning 5 years ago
Petr Šťastný a14798aab4
Added most useful i3 keybindings 5 years ago
terminalforlife 09e06fc821 Add syntax for fetching lines between patterns 5 years ago
terminalforlife 187916318f Tweaked comments and added alternative 5 years ago
Igor Chubin 7c88ba98f0 moved _scala/:main to _scala/_info.yaml (fixes #84) 5 years ago
Igor Chubin ad216096cd
Merge pull request #83 from terminalforlife/master
More of the Same
5 years ago
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.
5 years ago