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
150151531c
Merge pull request #103 from grayed/master
...
User agents are "normalized" to lower case, so make it "openbsd ftp" …
2018-08-17 23:12:17 +03:00
Vadim Zhukov
5a84c230af
User agents are "normalized" to lower case, so make it "openbsd ftp" instead.
2018-08-17 19:14:56 +03:00
Igor Chubin
4a60e1b0eb
Merge branch 'master' of https://github.com/chubin/cheat.sh
2018-08-16 22:47:02 +03:00
Igor Chubin
cc09c3f7a3
configuration file initial support
2018-08-16 19:44:01 +00:00
Igor Chubin
9bccb17bb4
moved SERVER_ADDRESS and SERVER_PORT to globals.py
2018-08-16 19:27:58 +03: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
Igor Chubin
f56cfe0ba3
Merge pull request #102 from grayed/posix_sh
...
Use uname(1) instead of bash-specific $OSTYPE
2018-08-16 12:44:54 +02: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
Igor Chubin
e6760d5340
Merge branch 'master' of https://github.com/chubin/cheat.sh
2018-08-16 08:10:00 +00:00
Igor Chubin
e43b94e396
Merge pull request #100 from grayed/master
...
Add OpenBSD ftp(1) to the list of plaintext user agents
2018-08-16 10:09:21 +02:00
Vadim Zhukov
a8348037ac
Add OpenBSD ftp(1) to the list of plaintext user agents.
2018-08-15 02:51:03 +03:00
Igor Chubin
0a04055285
Merge branch 'master' of https://github.com/chubin/cheat.sh
2018-08-13 23:03:26 +00:00
Igor Chubin
cb9c1e78f6
Merge pull request #99 from grayed/master
...
Fix stealth mode
2018-08-14 01:02:17 +02:00
Vadim Zhukov
cc5310e91c
Fix stealth mode.
2018-08-14 01:51:57 +03:00
Igor Chubin
252731e75b
minor config fixes
2018-08-13 20:42:37 +00:00
Igor Chubin
5526de478f
configurable server, now supported by emacs and vscode
2018-08-13 22:06:31 +02:00
Igor Chubin
f83cca7eb5
Added "Configurable server" line
2018-08-12 19:24:56 +02: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
Igor Chubin
03afe33c1e
Merge pull request #96 from hello-w0r1d/patch-1
...
Updated installation documentation
2018-08-12 14:48:21 +02:00
hello-w0r1d
ec1163f43d
Updated installation documentation
...
Added Dependency details in documentation
2018-08-11 23:39:44 +05:30
Igor Chubin
4df4f8b376
Merge pull request #94 from grayed/master
...
Fix ksh93 hack that breaks dash.
2018-08-10 22:37:04 +02:00
Igor Chubin
849c7e30b5
Updated editors table
2018-08-10 22:36:28 +02:00
Igor Chubin
5239eca683
Updated number of the upstream repositories contributors
2018-08-08 17:01:36 +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
Brandon Lopez
7a1e037974
Remove Sonarcloud -- whatever
2018-08-07 13:35:50 -07:00
Brandon Lopez
03531b89fc
Attempt travis sonarcloud fix
2018-08-07 13:28:26 -07:00
Brandon Lopez
91c0fcf2d5
Merge branch 'master' of github.com:bglopez/cheat.sh
...
* 'master' of github.com:bglopez/cheat.sh:
Update README.md
minor fixes after refactoring (#79 )
cheat.sh plugins table fixed
cheat.sh editors features list
added new section notation: /EDITOR:filetype/
reverted a08f130562
(cht.sh posix compatibility)
moved POSIX version of cht.sh to share/cht.sh-posix.txt
added initial tests
fixed typo in intro.txt (fixes #63 )
import os to access os.path.join()
clean up colorizer
replace back color names
remove unnecessary boolean assignment
refactor reverse palette for legibility and abstraction
ls -T isn't portable as well, as pointed out by pickfire@.
Make zsh happy as well (in sh mode).
The ksh93 shell doesn't have "local", but "typeset" could be used instead.
Missed non-POSIX array expansion.
Make cht.sh work under POSIX environment.
2018-08-07 13:17:44 -07:00
Brandon Lopez
9fcd941087
Remove some code smells per Sonarcloud
2018-08-07 13:17:28 -07:00
Brandon Lopez
f1633e0275
Update README.md
...
Added Travis badge to show status of Docker builds
2018-08-07 12:25:49 -07:00
Igor Chubin
199f4bfbe5
minor fixes after refactoring ( #90 )
2018-08-06 22:03:20 +00:00
Igor Chubin
13c440e0e7
Merge pull request #90 from StrikingLoo/master
...
refactor limits.py
2018-08-06 23:59:16 +02:00
Luciano Strika
5e82da17d7
correct variable names
2018-08-06 18:55:18 -03:00
Luciano Strika
680ff4ae77
Merge branch 'master' of https://github.com/chubin/cheat.sh
2018-08-06 18:26:44 -03:00
Luciano Strika
058cf454b5
replace / with //
2018-08-06 18:26:18 -03:00
Luciano Strika
cdb253b2a0
refactor functions into methods
2018-08-06 18:26:04 -03:00
Igor Chubin
1bc167ab38
typo fixed
2018-08-06 21:12:35 +00:00
Igor Chubin
20a51e1ea5
Merge pull request #92 from davep/emacs-support
...
Fill in some of the holes in the emacs mode list
2018-08-06 23:11:44 +02:00
Dave Pearson
8dca10ede4
Emacs: visual-basic-mode is for vb
...
See https://www.emacswiki.org/emacs/visual-basic-mode.el
2018-08-06 22:00:35 +01:00
Dave Pearson
fa4d5b8263
Emacs: perl6-mode is for perl6
...
See https://github.com/hinrik/perl6-mode
2018-08-06 21:58:19 +01:00
Dave Pearson
1b0eef22be
Emacs: delphi-mode is for delphi
...
See https://www.emacswiki.org/emacs/DelphiMode
2018-08-06 21:57:05 +01:00
Dave Pearson
2b1fbfe9cc
Emacs: looks like forth is forth-mode
...
See https://www.emacswiki.org/emacs/Forth-mode
2018-08-06 21:56:08 +01:00
Dave Pearson
50f2a0949c
Emacs: lua-mode is the mode for lua
...
No surprises there!
2018-08-06 21:54:37 +01:00
Igor Chubin
48c4665238
Merge pull request #91 from davep/emacs-support
...
Get the Emacs to cheat.sh supported language mapping list up and going
2018-08-06 22:48:46 +02:00