terminalforlife
999f362ce0
Add example to & improve 'identify' sheet
2021-01-16 15:02:22 +00:00
Igor Chubin
c68d89d72a
Merge pull request #151 from terminalforlife/master
2021-01-14 00:44:46 +01:00
terminalforlife
42620f0e4d
Add tar sheet + examples
2021-01-13 23:28:28 +00:00
Igor Chubin
46fad58a6e
Merge pull request #150 from terminalforlife/master
2021-01-04 18:44:59 +01:00
terminalforlife
942e117fd1
Add glkfu sheet
2021-01-04 16:48:20 +00:00
Igor Chubin
5c90282c3e
Merge pull request #149 from terminalforlife/master
...
Reticulated Splines for the Flux Capacitor's Vega Sequencer
2021-01-04 17:43:43 +01:00
terminalforlife
8007099afd
Add nvidia-settings sheet
2021-01-04 16:35:45 +00:00
Igor Chubin
2c73c2db2e
Merge pull request #148 from elfazzz/bash-shortcuts-cheatsheet
...
Add bash keyboard shortcuts cheat sheet
2020-12-31 19:39:04 +01:00
Donatas Rimkus
dc712f98af
Add bash keyboard shortcuts cheat sheet
2020-12-30 16:10:53 +01:00
Igor Chubin
ab1d2f24ce
Merge pull request #147 from vjanssens/create-task-spooler
...
Create task-spooler sheet
2020-12-28 19:31:28 +01:00
Vadiem Janssens
2cd99efc97
Use actual tsp name
2020-12-15 07:52:39 +01:00
Vadiem Janssens
055344c9e6
Add description
2020-12-14 17:12:31 +01:00
Vadiem Janssens
a5d87b5908
Typo
2020-12-14 14:50:18 +01:00
Vadiem Janssens
a5d005ac73
Create task-spooler sheet
2020-12-14 14:46:39 +01:00
Igor Chubin
e31a548a9d
Merge pull request #146 from terminalforlife/master
...
Fix Usage() & Possibly More...
2020-11-29 22:54:23 +01:00
terminalforlife
b3f660470d
Add apt-history
2020-11-24 05:15:53 +00:00
terminalforlife
2e297c08d5
Fix incorrect Usage() information
2020-11-24 02:33:59 +00:00
Igor Chubin
4c652e0e9d
Merge pull request #145 from chubin/len80
...
Fix suggestions from #139
2020-11-22 21:23:37 +01:00
Igor Chubin
19e3f10ea5
Fix suggestions from #139
2020-11-22 21:21:48 +01:00
Igor Chubin
4bcc9d961a
Merge pull request #143 from chubin/len80
...
Fix comment length in all first-level cheat sheets
2020-11-22 20:32:46 +01:00
Igor Chubin
43e9eaf59f
Merge pull request #144 from raymondchen625/master
...
Add eval-all commands
2020-11-22 20:17:57 +01:00
Igor Chubin
f2c40609a1
Update yq_v4
2020-11-22 20:17:33 +01:00
Raymond
5a9dbeab58
Add eval-all commands
2020-11-22 09:11:14 -05:00
Igor Chubin
0adbf03348
Fix comment length in all first-level cheat sheets
...
* sheets/MegaCli
* sheets/az
* sheets/azure
* sheets/blktrace
* sheets/emacs
* sheets/exim
* sheets/go
* sheets/ipython
* sheets/jq
* sheets/nmap
* sheets/perl
* sheets/psql
* sheets/redis
* sheets/sed
* sheets/smartctl
* sheets/solidity
* sheets/yq_v4
2020-11-22 13:10:48 +01:00
Igor Chubin
a4b941e5b8
Merge pull request #139 from chubin/len80
...
Fix comment line length
2020-11-22 11:34:52 +01:00
Igor Chubin
b397565ed2
Merge pull request #141 from terminalforlife/master
...
Line Length Fixes & New Sheet Stuff
2020-11-22 11:33:54 +01:00
terminalforlife
08a6f38fe7
Add getpwent() example to perl
2020-11-22 04:23:52 +00:00
Igor Chubin
5ed465ab25
Merge pull request #142 from raymondchen625/master
2020-11-21 17:04:49 +01:00
Raymond
5daf8ac487
Add yq_v4 sheet for yq version 4
2020-11-21 10:40:31 -05:00
terminalforlife
52e621be4e
Add 'mount' file + TMPFS example
2020-11-21 01:38:03 +00:00
terminalforlife
47e49afdbe
Fix line length of Functions
2020-11-20 20:48:10 +00:00
Igor Chubin
62156f41b3
Merge pull request #140 from raymondchen625/master
2020-11-20 02:33:33 +01:00
Raymond
4fb06be49c
Add yq sheet
2020-11-19 20:22:35 -05:00
Igor Chubin
6510bc7fb6
Fix comment line length
2020-11-18 17:50:29 +01:00
Igor Chubin
6bb1e0153c
Fix comment line length
2020-11-18 17:41:25 +01:00
Igor Chubin
dcea8d1745
Fix comment line length
2020-11-18 17:24:28 +01:00
Igor Chubin
c4ca01581d
Merge pull request #138 from terminalforlife/master
...
Improve `lenchk` and Fix Some Line Lengths
2020-11-18 16:59:02 +01:00
terminalforlife
a0c4be1552
Correct how less(1) is used, & catch more(1) bug
...
The `-r` flag isn't best here. Per the less(1) man page, it's best to
use `-R` to only display the ANSII color escape sequences.
It seems like more(1) doesn't support color escape sequences, or at
least not properly. The display is messed up when using more(1), so
I've just accounted for that. In this situation, just use the `-C`
flag(s).
2020-11-18 14:48:14 +00:00
terminalforlife
bf73be6b35
Look instead for '# cheat.sh: ' on any line
...
This is in regards to a request by Chubin on #134 .
I didn't use grep(1), because it wound up being a lot slower than my
method. Relying on tools like that isn't always the best choice, which
is why I often just write in pure-shell, and have done for a couple of
years now. There's a time and a place for those external tools, but I
feel this was not it.
Tested and worked well. I've actually seen no noteworthy slowdowns, -
despite pre-processing the files -- YMMV.
2020-11-18 14:26:50 +00:00
terminalforlife
49be860e84
Fix line length of dpkg-deb & add header stuff
2020-11-18 12:40:43 +00:00
terminalforlife
dbae4e99c4
Fix line length of system_profiler
2020-11-18 12:36:25 +00:00
Igor Chubin
e1324e278f
Merge pull request #137 from chubin/len80
...
Fix comment line length
2020-11-18 07:48:49 +01:00
Igor Chubin
ee7879177a
Fix comment line length
2020-11-18 07:48:19 +01:00
Igor Chubin
e54de05828
Merge pull request #136 from chubin/len80
2020-11-17 21:51:34 +01:00
Igor Chubin
c05a3214b0
Fix comment lenth in sheets/drutil
2020-11-17 20:29:09 +01:00
Igor Chubin
7330d636cc
Fix comment lenth in sheets/rclone
2020-11-17 20:28:44 +01:00
Igor Chubin
2321ec7b43
Fix comment lenth in sheets/sysrq-trigger
2020-11-17 20:28:30 +01:00
Igor Chubin
827f498778
Merge pull request #135 from terminalforlife/master
...
Allow in-file disabling of lenchk (#134 )
2020-11-17 20:07:15 +01:00
terminalforlife
2e8aee7eeb
Fix line length of taste & tweak it slightly
2020-11-17 17:02:28 +00:00
terminalforlife
a3f21c156d
Fix line length of wacaw
2020-11-17 17:00:53 +00:00