Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: thebespokepixel/term-ng
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: eb805ba72ccc507f26716b5be79bbe5562e9a411
Choose a base ref
...
head repository: thebespokepixel/term-ng
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ad1deae4b261d12db3c83b8f41ccf4196495bab6
Choose a head ref

Commits on Jun 23, 2018

  1. Copy the full SHA
    e430e29 View commit details
  2. Copy the full SHA
    d4554d0 View commit details
  3. Copy the full SHA
    8a83288 View commit details
  4. Copy the full SHA
    9db51a4 View commit details
  5. Fix eslint

    MarkGriffiths committed Jun 23, 2018
    Copy the full SHA
    fae702f View commit details

Commits on Dec 11, 2018

  1. Update module

    MarkGriffiths committed Dec 11, 2018
    Copy the full SHA
    cf77189 View commit details
  2. Update package

    MarkGriffiths committed Dec 11, 2018
    Copy the full SHA
    a11fabc View commit details
  3. Copy the full SHA
    81dc7f6 View commit details
  4. Copy the full SHA
    381b794 View commit details

Commits on Feb 14, 2019

  1. Update and polish

    MarkGriffiths committed Feb 14, 2019
    Copy the full SHA
    d47627b View commit details
  2. 0.8.3

    MarkGriffiths committed Feb 14, 2019
    Copy the full SHA
    3c9d80a View commit details
  3. Update and polish

    MarkGriffiths committed Feb 14, 2019
    Copy the full SHA
    dbe7fec View commit details
  4. Copy the full SHA
    b268d6c View commit details
  5. Copy the full SHA
    4dbbe68 View commit details
  6. Update yargs

    MarkGriffiths committed Feb 14, 2019
    Copy the full SHA
    6d1c025 View commit details
  7. 0.8.4

    MarkGriffiths committed Feb 14, 2019
    Copy the full SHA
    0fe9c55 View commit details
  8. Update docs

    MarkGriffiths committed Feb 14, 2019
    Copy the full SHA
    32229de View commit details
  9. Copy the full SHA
    caba7f9 View commit details
  10. Copy the full SHA
    b554a11 View commit details
  11. Update deps

    MarkGriffiths committed Feb 14, 2019
    Copy the full SHA
    60b13af View commit details
  12. 0.8.5

    MarkGriffiths committed Feb 14, 2019
    Copy the full SHA
    2702d14 View commit details
  13. Update docs

    MarkGriffiths committed Feb 14, 2019
    Copy the full SHA
    aec62df View commit details
  14. Copy the full SHA
    a9d64b3 View commit details
  15. Copy the full SHA
    997858f View commit details

Commits on Feb 16, 2019

  1. Update deps

    MarkGriffiths committed Feb 16, 2019
    Copy the full SHA
    adcc6b0 View commit details
  2. Updaet readme

    MarkGriffiths committed Feb 16, 2019
    Copy the full SHA
    ed3d20f View commit details
  3. Update and polish

    MarkGriffiths committed Feb 16, 2019
    Copy the full SHA
    f4cd390 View commit details
  4. Update docs

    MarkGriffiths committed Feb 16, 2019
    Copy the full SHA
    9a626ed View commit details
  5. Copy the full SHA
    885ac22 View commit details
  6. Copy the full SHA
    1c83f90 View commit details

Commits on Feb 21, 2019

  1. Update deps

    MarkGriffiths committed Feb 21, 2019
    Copy the full SHA
    d22a586 View commit details
  2. Update deps

    MarkGriffiths committed Feb 21, 2019
    Copy the full SHA
    203fcc5 View commit details
  3. 1.0.1

    MarkGriffiths committed Feb 21, 2019
    Copy the full SHA
    72e2d91 View commit details
  4. Update docs

    MarkGriffiths committed Feb 21, 2019
    Copy the full SHA
    0f23c61 View commit details
  5. Copy the full SHA
    5d45f8f View commit details
  6. Copy the full SHA
    a600e2f View commit details

Commits on Feb 23, 2019

  1. Update Dependencies

    MarkGriffiths committed Feb 23, 2019
    Copy the full SHA
    9d19ad4 View commit details
  2. 1.0.2

    MarkGriffiths committed Feb 23, 2019
    Copy the full SHA
    e6ec966 View commit details
  3. Update Documentation

    MarkGriffiths committed Feb 23, 2019
    Copy the full SHA
    b78514e View commit details
  4. Copy the full SHA
    b3352d5 View commit details
  5. Copy the full SHA
    fe38dac View commit details

Commits on Jun 13, 2019

  1. Update Dependencies

    MarkGriffiths committed Jun 13, 2019
    Copy the full SHA
    d8c7593 View commit details
  2. Update Documentation

    MarkGriffiths committed Jun 13, 2019
    Copy the full SHA
    ffaf4ff View commit details
  3. Copy the full SHA
    22d081f View commit details
  4. Copy the full SHA
    e8100fa View commit details

Commits on Aug 13, 2019

  1. Update pkg/docs

    MarkGriffiths committed Aug 13, 2019
    Copy the full SHA
    87e9c19 View commit details
  2. Update Dependencies

    MarkGriffiths committed Aug 13, 2019
    Copy the full SHA
    9fe33e4 View commit details
  3. Update Documentation

    MarkGriffiths committed Aug 13, 2019
    Copy the full SHA
    b5dcbbb View commit details
  4. Copy the full SHA
    67f1288 View commit details
  5. Copy the full SHA
    040b71f View commit details
Showing 347 changed files with 32,550 additions and 15,068 deletions.
6 changes: 4 additions & 2 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -7,6 +7,9 @@ engines:
- javascript
eslint:
enabled: true
checks:
comma-dangle:
enabled: false
config:
config: test/fixtures/config/.eslintrc
fixme:
@@ -19,5 +22,4 @@ exclude_paths:
- docs/
- bin/
- index.js
- index.mjs
- gulpfile.js
- index.d.ts
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/coverage
/node_modules
*.sublime-project
*.sublime-workspace
42 changes: 16 additions & 26 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,39 +1,29 @@
---
branches:
only:
- master
- develop
- /^greenkeeper/.*$/
- master
- develop
- /^feature/.*$/
language: node_js
node_js:
- stable
- 9
- 8
sudo: false
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/d0418713e51ac049564a
on_success: always
on_failure: change
on_start: never
- "--lts"
env:
global:
- CC_TEST_REPORTER_ID=027e05e388803c110e2bd2874962d470d838257ff0619faea6f28c495b646309
- secure: k+PXexJeDTne3XBzuDa59S3V7lvZ1hXoivoD3AkSM30WXRFVhqvreCkpcrKcwLWD6DTJA7DYy2eQE26V4Q2NVIPSHo4cMhVKX4v6a4JITN8UCWKqa9oaDE4OuHWymVXcuS1FRDUJQEy59oRb1zM37f+3bfOEoEupgg4IDBErxiaWyLZV3d8f5mVNkZC2nhvXdfla/KNeJxCIBk8bzR9yCPgra8frwzGb0ZQazZfyy31D3JkHYNeJfIp/4ncXLiracUxzLLAevW0sb4RI3oP3KX8UKs//uT0ipjQnSqPQFM1gewDUPelk6XvI/glw6G1+nttqcyxj+LO6mlpJGXtcyNP2qziU86n2UYsxaocEtvcK4U7lKyo5tnrJr/WunZZ1k0H8YHASkHdKsef5m+lhlrKvk9ebMZER96bE1+p7gNSo9ghGNS+JSelVqs9hqNMFAAdiT8Y3Q5li5Yg81BNbLOXTYwFlXt1OKPrC2Ie3kKw/kbcYIhn9bofmsCHI2naULquISoEW94cqycpZzPfRmoWXOVqXM+jyWdQ/w1tEFuthYIiYJG1YIoptuW2ZIR6kIt8bLe6ZKCotkIfUY8fnENIq/VuNhIZWzHt5rtnqeP0XiH2aPGFXmAVGylVbUZLifQa8mS6CQiR9CTD7bOy5/odFtKrqGD1IN/QxpaLoa1I=
- CC_TEST_REPORTER_ID=71353381ba1b658ffa6a6525569e63a14976d3de21d7dfa9bf4c109d19983243
before_install:
- '[[ $(node -v) =~ ^v10.*$ ]] || npm install -g npm@latest'
- npm install -g greenkeeper-lockfile
install: npm install
- npm i -g npm
install: npm ci --no-optional
before_script:
- greenkeeper-lockfile-update
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build
- "./cc-test-reporter before-build"
after_script:
- greenkeeper-lockfile-upload
- "[ $TRAVIS_NODE_VERSION = stable ]
&& nyc report --reporter=lcov
&& ./cc-test-reporter after-build --debug -t lcov --exit-code $TRAVIS_TEST_RESULT
|| echo 'Coverage skipped'"

- "[ $TRAVIS_NODE_VERSION = stable ] && c8 report --reporter=lcov --reporter=text && ./cc-test-reporter
after-build --debug -t lcov --exit-code $TRAVIS_TEST_RESULT || echo 'Coverage skipped'"
notifications:
slack:
secure: k8prVQTufAadnHw3WL31uoidomdKCxLd3Xoe2pJveKSkCWHJfvrEknkSY3tB99OxLqKG7VfD8946m6FuTg171s6K7Yzv6sDCJZCkxWaBWZ6xlPjyapkz+xzVQJpFhmuE6dxIOH8BvOkM+EqHxjhcJE5iUjwXyV9YxEPAO3AqQFtjz08Bh+6d4HI77iNpb8MkPiqzplcrG4TXHceBxV5mvjmatPAaZAsq9Yi/toj2oOmHYYjDWXtHEdfkOQNuuWZzlcuDtkpxhJGEp9Xh06AQWJOlvivLCwvDqyZbVZ7bZsep6TD8Tu7HgP3UiIEUxfM4/tcjo80wolSmMa8f0rCdSxbYBBEoy4UmLn68QCgFA5twUEOsY914wx4NvKvy+ZQapskqsGt/UawL8TQmRVdPKoCAqtUbrdR53DsX731RApvMxvpi0inESzS96uJgY6ZsJL+zOUDizGVPJ1M/QdHtQU4Bw5ZOEZJEy6YupcmNIdyFxkTi2942H7z/YUpuEY3fYN2kenYTNFe/fhTpFWlI1kvJwZOHh4/Q7QhhmdqxXRzhDBsgl5UYA1JcPekOUhw844eRS8sG3cVCsts275cdYV7czNQw40PU1dN//QpcJ67KM0VRMX1ewxlglFFTeOrsG7ssOFmAEC7ebeaognt9bdfyXI32BZ16DNm4Vd97vkU=
cache:
directories:
- "$HOME/.npm"
5 changes: 5 additions & 0 deletions ava.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const config = {
files: ['test/*.js'],
}

export default config
258 changes: 0 additions & 258 deletions bin/termng

This file was deleted.

2 changes: 1 addition & 1 deletion docs/assets/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified docs/assets/fonts/TypoPRO-FiraSans/TypoPRO-FiraSans-Bold.eot
Binary file not shown.
Binary file modified docs/assets/fonts/TypoPRO-FiraSans/TypoPRO-FiraSans-Bold.ttf
Binary file not shown.
Binary file modified docs/assets/fonts/TypoPRO-FiraSans/TypoPRO-FiraSans-Bold.woff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified docs/assets/fonts/TypoPRO-FiraSans/TypoPRO-FiraSans-Book.eot
Binary file not shown.
Binary file modified docs/assets/fonts/TypoPRO-FiraSans/TypoPRO-FiraSans-Book.ttf
Binary file not shown.
Binary file modified docs/assets/fonts/TypoPRO-FiraSans/TypoPRO-FiraSans-Book.woff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified docs/assets/fonts/TypoPRO-FiraSans/TypoPRO-FiraSans-Eight.eot
Binary file not shown.
Binary file modified docs/assets/fonts/TypoPRO-FiraSans/TypoPRO-FiraSans-Eight.ttf
Binary file not shown.
Binary file modified docs/assets/fonts/TypoPRO-FiraSans/TypoPRO-FiraSans-Eight.woff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified docs/assets/fonts/TypoPRO-FiraSans/TypoPRO-FiraSans-Four.eot
Binary file not shown.
Binary file modified docs/assets/fonts/TypoPRO-FiraSans/TypoPRO-FiraSans-Four.ttf
Binary file not shown.
Binary file modified docs/assets/fonts/TypoPRO-FiraSans/TypoPRO-FiraSans-Four.woff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified docs/assets/fonts/TypoPRO-FiraSans/TypoPRO-FiraSans-Hair.eot
Binary file not shown.
Binary file modified docs/assets/fonts/TypoPRO-FiraSans/TypoPRO-FiraSans-Hair.ttf
Binary file not shown.
Binary file modified docs/assets/fonts/TypoPRO-FiraSans/TypoPRO-FiraSans-Hair.woff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified docs/assets/fonts/TypoPRO-FiraSans/TypoPRO-FiraSans-Heavy.eot
Binary file not shown.
Binary file modified docs/assets/fonts/TypoPRO-FiraSans/TypoPRO-FiraSans-Heavy.ttf
Binary file not shown.
Binary file modified docs/assets/fonts/TypoPRO-FiraSans/TypoPRO-FiraSans-Heavy.woff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified docs/assets/fonts/TypoPRO-FiraSans/TypoPRO-FiraSans-Italic.eot
Binary file not shown.
Binary file modified docs/assets/fonts/TypoPRO-FiraSans/TypoPRO-FiraSans-Italic.ttf
Binary file not shown.
Binary file modified docs/assets/fonts/TypoPRO-FiraSans/TypoPRO-FiraSans-Italic.woff
Binary file not shown.
Binary file modified docs/assets/fonts/TypoPRO-FiraSans/TypoPRO-FiraSans-Light.eot
Binary file not shown.
Binary file modified docs/assets/fonts/TypoPRO-FiraSans/TypoPRO-FiraSans-Light.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified docs/assets/fonts/TypoPRO-FiraSans/TypoPRO-FiraSans-Medium.eot
Binary file not shown.
Binary file modified docs/assets/fonts/TypoPRO-FiraSans/TypoPRO-FiraSans-Medium.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading