521 Commits (f058d7d647b1ede2304ef59f9b938fb55340144c)

Author SHA1 Message Date
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