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

316 Commits

Author SHA1 Message Date
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
Brandon Lopez 635b272e31 Merge pull request #2 from chubin/master
Bring up to date with upstream
2018-08-06 09:50:52 -07:00
Brandon Lopez 4846328b88 Build locally, don't pull remote by default. Include .yml to pull prebuild if wanted. 2018-08-05 13:40:29 -07:00
Igor Chubin cdadd3c0c9 minor fixes after refactoring (#79) 2018-08-05 18:56:42 +00:00
Igor Chubin 36c2543821 Merge pull request #79 from StrikingLoo/master
refactor colorize_internal.py
2018-08-05 20:41:51 +02:00
Igor Chubin e39cdb965d cheat.sh plugins table fixed 2018-08-05 19:56:33 +02:00
Igor Chubin bd7d36cfe2 cheat.sh editors features list 2018-08-05 19:55:43 +02:00
Igor Chubin 75c8878956 added new section notation: /EDITOR:filetype/ 2018-08-05 17:14:34 +00:00
Igor Chubin fa89d1a7ca reverted a08f130562 (cht.sh posix compatibility) 2018-08-03 09:14:17 +00:00
Igor Chubin 9b1fc60a71 moved POSIX version of cht.sh to share/cht.sh-posix.txt 2018-08-03 09:13:26 +00:00
Igor Chubin a08f130562 Merge pull request #51 from grayed/posix_sh
Make cht.sh work under POSIX sh
2018-08-03 11:02:41 +02:00
Igor Chubin faa8c18687 added initial tests 2018-08-03 07:37:18 +00:00
Igor Chubin 365c69dc19 fixed typo in intro.txt (fixes #63) 2018-08-02 07:27:50 +00:00
Brandon Lopez 19c0aaa437 Different compose file whether we want to build and run or just pull and run 2018-08-01 19:27:26 -07:00
Brandon Lopez 0c793fb1d4 Merge pull request #1 from bglopez/docker
Added Dockerfile and docker-compose.yml
2018-08-01 19:23:32 -07:00
Igor Chubin 5b40893057 Merge pull request #85 from cclauss/patch-1
import os to access os.path.join()
2018-08-01 09:48:55 +02:00
Brandon Lopez 3200925e2e Update Dockerfile
Little more Dockerfile cleanup
2018-07-31 10:54:14 -07:00
Brandon Lopez 81aa27f163 Update docker-compose.yml
redis 3.2 -> 4
2018-07-31 10:50:25 -07:00
Brandon Lopez 06af6b1587 Changed docker-compose.yml version from 3.6 to 2 for compatibility 2018-07-31 09:20:50 -07:00
Brandon Lopez 5ac5ae5117 Add dockerignore 2018-07-30 20:45:35 -07:00
Brandon Lopez 6b48b06f20 Dockerfile clean up 2018-07-30 20:44:47 -07:00
cclauss 604edfb7f7 import os to access os.path.join()
flake8 testing of https://github.com/chubin/cheat.sh on Python 3.7.0

$ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__
```
./lib/panela/panela_colors.py:636:16: F821 undefined name 'os'
    pagepath = os.join.path(MYDIR, "share/firstpage-v2.pnl")
               ^
1     F821 undefined name 'os'
1
```
2018-07-31 00:04:15 +02:00
Brandon Lopez 1d042ed104 Stupid little issues with .travisci.yml, changed language to generic 2018-07-30 13:27:07 -07:00
Brandon Lopez 80dedbb9ea Fix up .travisci.yml, compose up instead of start 2018-07-30 13:17:35 -07:00
Brandon Lopez f5833732f5 Fix up .travisci.yml 2018-07-30 13:09:10 -07:00
Brandon Lopez 13ec7989db TravisCI test 2018-07-30 13:01:25 -07:00
Brandon Lopez 22953bb109 Can now build a Docker image of the app with cheatsheets pulled in at build time and use Docker Compose to get it running with Redis 2018-07-29 23:51:41 -07:00
Brandon Lopez 5acfdb491b Updated .gitignore 2018-07-29 20:34:29 -07:00
Igor Chubin 3910cfe6eb parametrized PATH_LEARNXINY 2018-07-29 21:16:30 +00:00
Igor Chubin 17fad757db moved get-sheets.sh to share/scripts/ 2018-07-29 21:11:08 +00:00
Igor Chubin 3356ac1db6 Merge branch 'master' of https://github.com/chubin/cheat.sh 2018-07-29 21:10:30 +00:00
Igor Chubin 998f23ed36 rewriting queries (VIM_NAMES) 2018-07-29 21:10:24 +00:00
Igor Chubin 93a6f9ed52 wolfram support 2018-07-29 21:05:43 +00:00
Igor Chubin 70c2f35dc5 Merge pull request #84 from bglopez/nohardcode
Remove hardcoded paths, add script to get sheets, fix requirements
2018-07-29 22:32:19 +02:00
Igor Chubin 90c1b97acf Use OS packages 2018-07-29 22:31:01 +02:00
Brandon Lopez a441c4d7ed Added additional requirements 2018-07-27 16:25:49 -07:00
Brandon Lopez 9eaf9eaa00 Less than ideal script to grab cheatsheets from different repos 2018-07-27 16:20:50 -07:00
Brandon Lopez 65cf18ca95 panela_colors not using hardcoded path 2018-07-27 16:17:21 -07:00
Brandon Lopez fe5046d481 Replaced hardcoded paths with something kept local to the cheat.sh folder 2018-07-27 16:17:11 -07:00
Brandon Lopez 6862a7a1f9 get_answer.py updated to not use hard coded path 2018-07-27 16:16:51 -07:00
Brandon Lopez 2a56f02751 adapter_learnxiny updated to not use hardcoded path 2018-07-27 16:16:31 -07:00
Brandon Lopez 3e5641470a FIx srv.bin to work -- listens on 0.0.0.0 2018-07-27 16:16:05 -07:00
Igor Chubin 3e0326d313 hint about queries negation 2018-07-27 18:37:26 +00:00
Igor Chubin b3f15dd502 Merge branch 'master' of https://github.com/chubin/cheat.sh 2018-07-27 17:31:40 +00:00
Igor Chubin 7ef67a384f added new language: solidity 2018-07-27 17:31:36 +00:00
Igor Chubin 41ebe87728 update cheat sheet users info 2018-07-27 18:02:04 +02:00
Igor Chubin 22ab569e5d use share/static/cht.sh-url-structure.png 2018-07-26 22:06:09 +00:00