1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00
Commit Graph

125 Commits

Author SHA1 Message Date
Your Name c01df36524 chmod.sh rrx--- is invalid string 2020-06-10 22:33:13 -04:00
Your Name 545e6efe3f better arg parsing, less errors 2020-06-10 09:40:46 -04:00
Your Name 657d4b6f48 1-4 digit numbers are now valid. Changed var names 2020-06-10 08:35:26 -04:00
Your Name 105bf883bd Made --t--t--s and invalid string 2020-06-10 08:10:29 -04:00
Igor Chubin a15563e145 chmod/ output colorization (by iivån) (#197) 2020-06-10 03:13:48 +00:00
Your Name 9aba6cd460 variable name change LANG -> LANGUAGE 2020-06-06 23:03:00 -04:00
Your Name 4b02b11c5a Topic lookup speed increase, code quality improvement 2020-06-03 09:27:18 -04:00
Your Name c4b5997f95 process special (uid,gid,sticky) executable bits 2020-06-02 10:01:25 -04:00
Erez f9d619a515 Changed sticky bit string from 'sS' to 'tT' 2020-05-31 09:19:40 -04:00
Your Name d87b1f89e5 cleaner chmod if statemnts 2020-05-30 23:37:45 -04:00
Your Name b9d48a3905 oeis topic string and code segment update 2020-05-30 23:37:45 -04:00
Your Name 8752b402d8 Added specials and error checking 2020-05-30 23:37:45 -04:00
Igor Chubin 54ab2ca3bb minor chmod adapter fixes (#197) 2020-05-29 17:54:25 +00:00
Your Name 490821c039 added chmod.sh 2020-05-29 12:35:29 -04:00
Erez 407caee006 Create oeis.sh
Allows integer sequences from [OEIS](https://oeis.org/) to be browsed, and to print syntax highlighted code samples for sequence implementation.
[Demo](https://github.com/ErezBinyamin/Scripts/blob/master/tools/img/oeis.gif)
[Source maintained here](https://github.com/ErezBinyamin/Scripts/blob/master/tools/oeis.sh)
2020-05-10 15:52:40 -04:00
Igor Chubin 7a3c5c32d1 /rfc/: don\'t print valid rfc numbers (#167, #185) 2020-05-02 18:36:30 +00:00
Erez Binyamin 1205143678 Added :list and :describe and updated :usage/:help 2020-04-20 17:36:07 -04:00
Igor Chubin 2185dd8e27 added adapter for rfc/ (contributed by @ErezBinyamin) (#167) 2020-04-18 20:08:01 +02:00
Igor Chubin ad0fca045d use fuzzywuzzy instead of rapidfuzz for python2 (#157, #184) 2020-04-14 22:43:03 +02:00
Waldir Pimenta fad7543c4d Fix various typos 2020-01-23 14:08:26 +00:00
Igor Chubin 90d24ebbdc cht.sh: use master, do not checkout offline_usage 2019-09-06 14:14:49 +02:00
greenchili 2281902c83 Corrected typo. ceparated -> separated 2019-08-18 22:17:32 +01:00
Igor Chubin 1aa550bf93 added share/static/stealth-mode.gif 2019-07-13 18:34:25 +00:00
Igor Chubin 17f38b3326 restored image "when-you-lie-in-your-job-interview" (#143) 2019-07-13 18:29:22 +00:00
Igor Chubin 515c2c43b7 cht.sh: force bash usage 2019-07-07 11:04:40 +00:00
Igor Chubin 3a69809000 cht.sh: minor fixes 2019-05-18 09:31:05 +00:00
Igor Chubin adcac9bfeb support for python3 2019-05-11 18:26:10 +02:00
Igor Chubin ae120b232b cht.sh new version: standalone mode support 2019-05-11 16:55:09 +02:00
Igor Chubin 884161c4c7 switched back to bash, because local is not posix anyway + cleanup 2019-05-11 07:47:24 +02:00
Igor Chubin d11b215279 removed deprecated share/scripts/get-sheets.sh 2019-05-11 07:28:21 +02:00
Anatoli Babenia 0c7cd330a1 Add installation hint for cht.sh (fixes #141) 2019-03-10 13:08:47 +03:00
Szymon Przebierowski fba43e6e72 add information about idea plugin 2019-02-05 09:22:55 +01:00
Igor Chubin 9595805ac6 do not return when ignoring stealth queries (#115) 2018-11-02 22:00:36 +00:00
Ray Guo e7162518f5 Fix: Missing args in Sub-commands 2018-09-02 09:32:54 +08:00
Vadim Zhukov 7f2f7347e6 The eval call is not needed, actually. 2018-08-27 19:02:27 +03:00
Vadim Zhukov 9e1e12b222 Whitespace-only tweaks. 2018-08-27 18:23:57 +03:00
Vadim Zhukov e796a08e68 Convert huge case inside main loop in calls to functions.
Minimum code and whitestpace changes in this commit, to make reviewing
easier. Cleanup will come in next commits.
2018-08-27 18:23:57 +03:00
Igor Chubin 6c447dc1ef cht.sh: xsel uses -bi (instead of -i) now (fixes #78) 2018-08-19 09:31:41 +00:00
Igor Chubin 8e89907c28 new config option: CHTSH_CURL_OPTIONS (fixes #80) 2018-08-18 13:42:39 +00:00
Igor Chubin 8d12aabe56 configurable cheat.sh server in the cht.sh client (#98) 2018-08-18 09:33:25 +00:00
Igor Chubin c7a39d0804 CHTSH_CONF specifies location of cht.sh.conf (fixes #59) 2018-08-18 09:16:33 +00:00
Igor Chubin 29f839eb78 Merge pull request #101 from grayed/openbsd
Use in-base ftp(1) on OpenBSD instead of cURL
2018-08-16 14:53:22 +03:00
Vadim Zhukov ff15f88334 No need for OpenBSD ftp(1) to mimic cURL after a8348037ac . 2018-08-16 14:43:30 +03:00
Vadim Zhukov 4dcc3606a8 Use in-base ftp(1) on OpenBSD instead of cURL. 2018-08-16 13:34:39 +03:00
Vadim Zhukov 0334d8ad27 Use uname(1) instead of bash-specific $OSTYPE 2018-08-16 13:33:42 +03:00
Igor Chubin 0f3a1e0057 replaced cht.sh with cht.sh-posix 2018-08-16 09:48:24 +00:00
Igor Chubin eaf7e335e8 removed cht.sh-posix 2018-08-16 08:11:59 +00:00
Vadim Zhukov cc5310e91c Fix stealth mode. 2018-08-14 01:51:57 +03:00
Igor Chubin f953cbfa6b Merge pull request #89 from bglopez/master
Bring up to date with upstream
2018-08-12 14:51:26 +02:00
Vadim Zhukov bcebc69087 Fix ksh93 hack that breaks dash.
The dash shell fails to implement local command properly, and errors
out in case such simple as "if ! local foo; then ..."
2018-08-08 01:05:23 +03:00