631 Commits (master)

Author SHA1 Message Date
terminalforlife 4225af3a91 Fix line length of systemd-sysvinit -- overhaul
To whomever wrote this originally: please check I didn't acidentally
order something in the wrong place. Awesome cheat sheet, by the way.

I did away with the table format as it just wasn't going to work
properly in keeping with the line length limit of 80.
4 years ago
terminalforlife eff4e22ee3 Fix line length of umask 4 years ago
terminalforlife c69c73059d Fix line length of xfs_repair 4 years ago
terminalforlife c42bd33f46 Fix line length of xm 4 years ago
terminalforlife 2c4bcb2b39 Fix line length of ObjectOrientation 4 years ago
terminalforlife 5970584c88 Fix line length of PatternMatching 4 years ago
terminalforlife 2ece746c3a Address recursion line length (slight reword) 4 years ago
terminalforlife aea321e9f0 Fix line length of types (tidied up table) 4 years ago
mtabriz eabd18aa74 fix the style 4 years ago
mtabriz 8e07a37f7d add another example to ch-run 4 years ago
Igor Chubin 3c79257969
Update simple curl call description 4 years ago
terminalforlife e380f4eeb5 Add read sheet + 2 examples
I realise it's a built-in, and that its operation can wildly differ,
depending on the shell used, which is why I've added that the sheet is
for the Bash built-in. I'm not sure how this project handles multiple
different tools by the same name; worth looking into, @chubin?
4 years ago
terminalforlife 98dd514d7b Add important policies tip for udisksctl
Without knowledge of this, people trying out an Ubuntu- or Debian-based
distribution will be frustrated when trying to use udisksctl(1). I ran
into this situation myself, so discovering this was a relief.
4 years ago
terminalforlife a559fd580f Add variable spacing example to printf 4 years ago
terminalforlife 8576445e17 Improve wording & code readability of xargs
I've also un-squished flags & their arguments to avoid confusion.
4 years ago
terminalforlife ac2480bca9 Bring consistency of formatting to ch-* sheets 4 years ago
terminalforlife bb5e860c01 Add cdparanoia sheet + an example 4 years ago
mtabriz b7e75f1271 enforce 80char max line length
misc. cleanup
4 years ago
mtabriz c2dbffd666 add basic Charliecloud commands
https://github.com/hpc/charliecloud
4 years ago
terminalforlife 3ba771bcaf Add ffmpeg file + examples, per PR #124
Thinking about it, I'm not sure ffmpeg(1) is bulky enough to warrant a
_ffmpeg page. Maybe see if it gets more attention, then go from there?
4 years ago
terminalforlife 3de050a116 Add read() example to perl file 4 years ago
Steven Zeegers a5fed1dcc8
Update nmap
Fixed two typo's and didn't dare to touch anything else.
4 years ago
Zhe Wang f2b127257b
fix typo in learn 4 years ago
Georg Frein 825c29a0f1
Update convert 4 years ago
terminalforlife c4a1df60a4 Slightly tweak presentation for consistency
If I missed something crucial in my minor edits of the wording of the
descriptions, please let me know, @MFTabriz.
4 years ago
mtabriz e91221e728 add heaptrack 4 years ago
Ramzan Bekbulatov 71e99697ac
fix: missed space in python 4 years ago
Igor Chubin 69071e734b
Merge pull request #119 from mcint/say
Say: whitespace sensitive argument fix
4 years ago
Loren McIntyre 0f2ce0a089 sheet/say: Escaping/quoting special shell character for help 4 years ago
terminalforlife 20a73754f0 Add basic parsing example for sensors(1) 4 years ago
terminalforlife 85446caec1 Add sensors file and a couple of examples 4 years ago
terminalforlife b8d100158b Add links2 with plenty of examples 4 years ago
terminalforlife 3962ef527d Add `scp` file and a couple of examples 4 years ago
terminalforlife 92f2025dcb Set to within the 80 column standard 4 years ago
terminalforlife d4b5e7f5dc Correct double-negative logic in Perl one-liner
Beforehand, it was only adding unnecessary confusion.

Either:

	CONDITION && COMMAND

OR:

	CONDITION || COMMAND

Never:

	! CONDITION && COMMAND
4 years ago
terminalforlife 4067afd054 Tweak htop & make clearer 4 years ago
terminalforlife 63b50cd14b Add official short description to chmod & tweak 4 years ago
terminalforlife 76665d60cc Correct scrot header & tweak remaining text 4 years ago
terminalforlife 1761844a54 Add header stuff to dict 4 years ago
terminalforlife 88f475ae87 Add header stuff to dmesg & tweak other text
When I can't get an 'official' short description from a package,
directly, I get it from the executable's related man(1) page.
4 years ago
terminalforlife a223bfcd4a Add header stuff to curl 4 years ago
terminalforlife 1d9f6a30d7 Minor lshw tweak
As with most of my changes involving the 2nd line, it's taken directly
from the so-called official short description of the package, as seen
with apt-cache(8).
4 years ago
terminalforlife 4d16f2893a Minor say tweaks 4 years ago
terminalforlife dc01f13d95 Minor tweak to look text 4 years ago
terminalforlife bb03a42892 Tweak descriptions of ruby examples 4 years ago
terminalforlife 7443a3d814 Improve wording of xset examples & combine one 4 years ago
terminalforlife 76d236163b Improve presentation of text a bit 4 years ago
terminalforlife bd0242299c Remove unnecessary newline 4 years ago
terminalforlife b39d7d0b1e Add example to df 4 years ago
Igor Chubin c74c92f89b sheets/tmux: next/prev session 4 years ago
terminalforlife 907c3cad09 Clear ALL trailing whitespaces in sheets dir
Recursively.
4 years ago
terminalforlife 4e5d24464c Remove trailing whitespaces 4 years ago
Olivier Chemla d70db4e4d2
Adding 3 basic shortcuts
Shortcuts for reloading config file, restart `i3` and exit `i3`
4 years ago
Igor Chubin ab01f07457
Merge pull request #113 from lucis-fluxum/rust-cargo-edits
Tweak comments in Cargo sheet, add more frequently used commands
4 years ago
Luc Street 9427f1e657 Revert Rust comment style 4 years ago
Igor Chubin 8167ec67b0
Merge pull request #115 from lucis-fluxum/rust-async
Add sheet for async programming in Rust
4 years ago
Igor Chubin ee5214ba3e
Merge pull request #112 from lucis-fluxum/rust-tests
Add sheet for unit tests in Rust
4 years ago
Luc Street dac4d5c582 Add sheet for async programming in Rust 4 years ago
Luc Street 71ce6c0c29 Add sheet for ruby classes 4 years ago
Luc Street fcf7085d22 Tweak comments in Cargo sheet, add more frequently used commands
- New comment style avoids incorrect syntax highlighting
4 years ago
Luc Street 2334536dc7 Add sheet for unit tests in Rust 4 years ago
Marcos Sebastian 0fd4d3f647
Fixed flag
Tested it with
  LVM version:     2.02.187(2) (2020-03-24)
  Library version: 1.02.170 (2020-03-24)
  Driver version:  4.42.0

The correct parameter is -l and not -L in the case of a percentage augment
4 years ago
Igor Chubin e2bdf60a30
Merge pull request #109 from abitrolly/patch-2
Fix "danegerous" typo in `btrfs`
4 years ago
Roomcays 1b9535171f added exim cheat sheet 4 years ago
Anatoli Babenia 08ca0fc3f8
Fix "danegerous" typo in `btrfs` 4 years ago
Igor Chubin f3e87397ac added oeis cheat sheet (chubin/cheat.sh#187) 4 years ago
Igor Chubin 2264c81bd7 added oeis cheat sheet (chubin/cheat.sheets#187) 4 years ago
Igor Chubin 9b45d9d8d9 added foo (chubin/cheat.sh#211) 4 years ago
Igor Chubin b24a2a50f4 added sheets/chmod 4 years ago
Your Name 7a10bdf4b9 oeis language support imlpemented as per PR #193 comments 4 years ago
Igor Chubin da420eb6e4 updated jq (#107) 4 years ago
Igor Chubin 6c7db17f2b tmux copymode 4 years ago
Igor Chubin 19718871b9 added sheets/tmux 4 years ago
Igor Chubin 825f4c1070 added rfc 4 years ago
Igor Chubin 70dff49010
logger: cleanup (#105) 4 years ago
Bart van Deenen b1e1e438a0
Update logger 4 years ago
Bart van Deenen 8e66f055cb logger 4 years ago
Igor Chubin 3e27656323
some additional info about doas (#103) 4 years ago
user56441 7dd20a7022 Add `dosbox` 4 years ago
Igor Chubin a6abb2e889
Merge pull request #102 from terminalforlife/master
Code, Formatting Tweaks, Some Fixes, Headers, etc
4 years ago
user56441 ee47819192 Clean `doas` 4 years ago
user56441 aea26d46e1 Make the information in "doas" clearer 4 years ago
user56441 6313a77061 Add "doas" file 4 years ago
terminalforlife de9000196e Substitute tabs for (4) spaces 4 years ago
terminalforlife bcb2d06328 Add to `xev`
Thanks to whomever corrected my previous use of `$(xev)`. I've added a
a note about process substitution.
4 years ago
terminalforlife 1b6b66bd3a Add plenty to, tweak, & tidy `find` 4 years ago
terminalforlife 695e965401 Tweak formatting & wording of `xsel` 4 years ago
terminalforlife 038fb81a05 Tweak formatting & some wording of `lua` 4 years ago
terminalforlife 512c09c0ab Tweak formatting & some wording of `mutt` 4 years ago
terminalforlife 75c9678751 Add manual references & header to `nl` 4 years ago
terminalforlife c2010f5eba Tweak formatting & wording of `libreoffice` 4 years ago
terminalforlife bf7b3e8a8f Tweak formatting & wording of comments in `lynx` 4 years ago
terminalforlife 8843c499e7 Tweak `js` a little, mainly for 80 columns 4 years ago
terminalforlife 48e6c07cc5 Oops, looks like there's a duplicate... noted!
Added note to `nodejs` sheet deferring the user to `js` sheet.
4 years ago
terminalforlife 4e3bf50c9e Tweak and/or add to aws 4 years ago
terminalforlife 9f2dcacb25 Tweak and/or add to awk 4 years ago
terminalforlife c57ad599fc Tweak and/or add to aspell 4 years ago
terminalforlife a34825ddf2 Tweak and/or add to apt-key 4 years ago
terminalforlife 66fd281598 Tweak and/or add to apt-get 4 years ago
terminalforlife a19cd277ee Tweak and/or add to apt-cache 4 years ago
terminalforlife 4341134fa0 Tweak and/or add to apk 4 years ago
terminalforlife 6e39995c7f Tweak and/or add to airport 4 years ago
terminalforlife 72ad5188ef Add `nodejs` file & an example 4 years ago
terminalforlife a5bfe297f8 Add to & improve wording of `source` & add entry 4 years ago
terminalforlife 764fb08b98 Improve & add to wording in `printf` 4 years ago
terminalforlife d8b315c564 Add header to `wget` & add example 4 years ago
terminalforlife 23164992c0 Polish up `dd` a little more 4 years ago
terminalforlife 2c6531caba Because who doesn't like to capitalize? :P 4 years ago
terminalforlife a7ee51774a Add official short description to `ssh` 4 years ago
terminalforlife 71c8721b95 Add header to `stat` 4 years ago
terminalforlife 15bb07c27a Elaborate/correct wording & formatting of `ss` 4 years ago
terminalforlife 4f2627dbeb Add header to `df` 4 years ago
terminalforlife 6493c38859 Tidy & add to the descriptions for `sudo` 4 years ago
terminalforlife ebf2f97633 Add `colrm` file 4 years ago
terminalforlife ade78aaafb Mass-replace tabs with 4-width spacing
This seems to be the predominant choice, and matches the last commit I
just made, so I went ahead and converted them all, and changed any, -
for example, 2-space indents.

Let me know if this is undesired.

To understand why I chose to do this, please refer to the previous
commit's message.
4 years ago
terminalforlife 4df5219c66 Convert tabs to 4 spaces for consistency
This was probably my fault to begin with, as I'm a big fan of tabs.
My bad. It just occurred to that not only do I have my tabs set to 4
columns, but some people may have wonky formatting because of whichever
setting we have for our tabs.
4 years ago
terminalforlife f8b7f7e3c4 Add examples of useless uses of `cat` 4 years ago
terminalforlife beb310e2ae Add basically a hint to a useful file in `/proc` 4 years ago
terminalforlife 489af58ee9 Add nifty Awk trick to fetch the total RAM 4 years ago
terminalforlife 6201e1c588 Add additional `printf` examples 4 years ago
terminalforlife 2d32a8369c Tweak formatting, code, & wording 4 years ago
terminalforlife 7d524d8205 Capitalize abbreviations 4 years ago
terminalforlife c4ea4f09d0 Tweak formatting & add another example 4 years ago
terminalforlife 05fe95ee72 Merge branch 'master' of https://github.com/chubin/cheat.sheets 4 years ago
Igor Chubin 565df5eff0
Update fdisk 4 years ago
David Haines a8ca925b2e adding to fdisk cheatsheet 4 years ago
terminalforlife 2ce193c0ba Fix typos, tidy formatting, & improve writing
This is what late-night boredom does to you. lol
4 years ago
terminalforlife d7473ac185 Fix trailing whitespace on all files
Tidy files; tidy soul!
4 years ago
terminalforlife 9bda601ca8 Tweak and add to `fdisk` and `df` 4 years ago
terminalforlife 59ac157226 Add to `_perl/1line` 4 years ago
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
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
Tom Vincent 1ba369f630
Add a jq filter example 4 years ago
terminalforlife c8d0c9e9c0 Tidy up and somewhat improve wording of `ssh` 4 years ago