Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pnpm/tabtab

tab completion helpers, for node cli programs & others. Inspired by npm completion
https://github.com/pnpm/tabtab

npm: setup prettier

a2cd163ae19fd465816654ac61f071ddf8744e66 authored over 6 years ago
readme: little note about travis and node 6

44870c20a98db74c6d9c3119be2c12ef45dd5b04 authored over 6 years ago
ci: forget about node 6 for the moment

aa7ade38aefd2cd1cf2a06a0544e37d8820d7833 authored over 6 years ago
test: forget about babel and async/await

9f122c0badc7d470ae0e1cf40920e3b98de4cacc authored over 6 years ago
ci: disable nyc for now

c1e180654579890d09e5352522526af4b0992492 authored over 6 years ago
feat: tabtab.install() with prompt (wip)

f5997246c19e042e9d30654662df53a73882df0d authored over 6 years ago
first cleanup

c89f237f2a7539a9a205bf0a23cc817c2ea8e4d8 authored over 6 years ago
complete: always trigger original event based on options.name

ca0ab3953733e560f4993f26ba2bece54b3516ee authored over 6 years ago
commands: remove options.auto mandatory in uninstall

36dce25198e582b629a779d8e4e8a0cd37ac7df9 authored over 6 years ago
uninstall: use default options on uninstall

7e179b6fa3e743e514fcbda9171c059530de9aa6 authored over 6 years ago
mocha: increase timeout to avoid failure on node 6

fc976262a37d6da3ef86eea7ff39883c6c8872fe authored over 6 years ago
fix: ensure fileformat is unix and remove code related to bash-completion

9b83d765c8cb10102bac19113786c0cb9fca2751 authored over 6 years ago
fix: a bit more debugging and fix entry point

4875c906ea3efa8eb7ccdffcb6a807e0a96f28a7 authored over 6 years ago
completion: now emits the whole line (breaking change)

75c7b6ac5b96bb85c0ac7047ba6d0a3f82e3e0dd authored over 6 years ago
ci(package.json): run nyc on tests

eff6e9552cf75232d04445474f975f5b2a1b0b10 authored over 6 years ago
es6: replace vars by const/let

71ad75a882e7fd4ee5bc834fe809192ce0ecfa22 authored over 6 years ago
babel: remove babel continuation

6f279be38b197f3f9e9fcf13feceefb48f9638a9 authored over 6 years ago
babel: start to remove babel

7f19043c2be3461f0d98434a428c46a74a0da186 authored over 6 years ago
ci: remove npm prune

7a319e22c1f9b83c8e876b21095980b7513ab560 authored over 6 years ago
fix: package.json syntax

0a0238bac7d56d0bfbe229a0adcce862c4bb52cf authored over 6 years ago
ci: setup nyc and coverage scripts

e6fe55ab9a7438341cd074262c1732bce0bcc9d7 authored over 6 years ago
readme: update travis badge and warn about Windows not supported

7983b8be4a9d0c5733e4249454812623e5efd5c9 authored over 6 years ago
npm: setup nyc

1f86b2a0a57a136de6299a472336e7d05ecf8004 authored over 6 years ago
Do NOT test with cache for the moment

3cf911529cbe32dd32300a008f605b723869fb03 authored over 6 years ago
Add .babelrc with preset env

5f0eaf1fab2515f26cd9002d8d9552ddbc3843b9 authored over 6 years ago
setup npm-watch

a47d73ad4be0c215be20389a7c42a975702ccd2c authored over 6 years ago
add .gitattributes to force unix line endings

9a7440edeaaef13b04cfba2af67365cf2a90c6bb authored over 6 years ago
npm: remove reactify, reset babel

da65059e87bbda4b1feefbb94820e71d373a6d73 authored over 6 years ago
npm: update dependencies

63cd043b02797ace9022276917f9dc63587c3831 authored over 6 years ago
Merge pull request #38 from blueyed/true

installer: ensure successful status/$?

89362fcbb3b02de77d12321eb0d9f51eee587b94 authored almost 7 years ago
Merge pull request #31 from wtgtybhertgeghgtwtg/drop-npmlog

Remove `npmlog`.

dd1c8ac2c172912562a96106e5687b90027f4ecf authored almost 7 years ago
Merge pull request #35 from pmuens/patch-1

Fix wrong shell reference

e52d6d1c0a1fd91d3e22909b64eaa9a6582b457b authored almost 7 years ago
Update package.json

f3a95802b777a5cbc94ea144a5cdee9f168f265c authored almost 7 years ago
installer: ensure successful status/$?

I am displaying the last commands exit status in my Zsh shell prompt
(`$?`), and installing a pa...

24d59fb3edef47d3eb30bf38842ef724050c63a1 authored almost 7 years ago
Fix wrong shell reference

59a7a902c543fcd9e6844fc09578de0bea6fbd96 authored over 7 years ago
Remove `npmlog`.

b8fec60893e15647ed1b383aca0040f4d357e80e authored almost 8 years ago
2.2.2

fcb0a3662e0b611bf82959ebd3b67604712eeddd authored about 8 years ago
Merge pull request #30 from MarshallOfSound/fix-shell-win32

fix(win32): fix usage of SHELL environment variable when it is not set

14c7ca92281a2e470d662cdf1add660c36e9c16d authored about 8 years ago
fix(win32): fix usage of SHELL environment variable when it is not set

process.env.SHELL is not set on windows

9dc43805527abbe0c7dee8b15ddf2ae0b8237d46 authored about 8 years ago
2.2.1

1997951cd441c1bf61a4d1515c2d4864dc761af8 authored over 8 years ago
fix: create duplicate-free version of completion items accross evt listeners

dc8b58795d57a010800e1f858580217d141aef8e authored over 8 years ago
test: fix tests by adding explicit description

e088a5516ecf04186ad9d3e02f6763404daff624 authored over 8 years ago
2.2.0

7efef0cb579e8ca3c9e08fbbb07f9087d62ea334 authored over 8 years ago
feat(fish): handle description by adding a tab character between name and description

as per http://fishshell.com/docs/current/commands.html#complete

> Instead they must return a ne...

9290dcc042db1bf960ba0b91dd55696660cb9970 authored over 8 years ago
2.1.1

0ce65add2539c609241260becd61c0b92b2e9408 authored over 8 years ago
fix(zsh): fix uninstall typo in zshrc (instead of zshhrc)

3d293170db57a4c74d8ced7a919e527178bfb2fc authored over 8 years ago
readme: add notes on completion description for zsh

414ecc1eb5baa89230fe37dc66053f8e6e0e7cde authored over 8 years ago
2.1.0

c8945ae175d8af5b8da7b91b34c2ffaabcc65270 authored over 8 years ago
feat(fish): prevent filenames from being completed

when returning completion items

282b94122938c0e26db8a54f30c0e94a1fb2e694 authored over 8 years ago
fix(fish): Disable description in fish completion per command / options

1f04613f5db70e0aaa265df7f8397fcd7f962a76 authored over 8 years ago
fix(fish): fix COMP_LINE by appending a space so that prev is correctly positioned

861f8ef2290b2cf61d238a8ff1b648d2712fb359 authored over 8 years ago
2.0.2

173c39da070c54365e2cc5126bb542bbac125150 authored over 8 years ago
fix: have output done after recv to handle async completion handler

d8596edb4e1c8be8cd66c22c350e87b49f00aa95 authored over 8 years ago
Remove bake from package.json

c306bcefc044e488ba3b99df968b5f291001fb2f authored over 8 years ago
2.0.1

31c6ade962f7fda0dca36bde00f26f53ced6deaf authored over 8 years ago
rm Makefile

d717594ef80d3e74e4b6968ff65b8ffdfbd37ebd authored over 8 years ago
readme: add note on sourcing SHELL file on install

02719d00879ac085e7d3f1baf40f640385996aea authored over 8 years ago
readme: correct api example

55e6bf10b96e4f17ca8cdd9eeba981dba05e0e5a authored over 8 years ago
readme: update --help output and readme

5d003f471d58539fb7b1cd35e7c95feaaaff56c8 authored over 8 years ago
Remove src/ folder and babel compiled files

8531a62fa8b35a3ffedcde58f1838420fdbd238a authored over 8 years ago
fix: have uninstall command working as expected by fixing regexp

21e2de6b95688b72b5cddbf549c119b62770c96a authored over 8 years ago
2.0.0

f75c996ce6daa05fb358234d7ebd7ee6bac84aeb authored over 8 years ago
1.4.3

72386a86797542868199d8f7a2a5e117694231c3 authored over 8 years ago
src: update build

1c5619db8348dca61833620ee46c142a880bff36 authored over 8 years ago
Merge pull request #27 from Kosta-Github/win-git-bash

allow installing on a `windows` system when running in a `git bash`

9cf129571a279078d76705e8eacae77412916f7f authored over 8 years ago
add babel'ed files to `src` folder so that you can directly install it from github

4cd37ecc2772964a79209500a2a60de03a14b2ec authored over 8 years ago
allow installing on a `windows` system when running in a `git bash`

557f001c6dd3c0a006d568679dd555220ffc4551 authored over 8 years ago
Merge pull request #24 from binduwavell/feature-zsh-script

add $CURSOR for position in zsh.sh script

333d3eb008d40f8ead7c49e37b4f1b6687bff3ed authored over 8 years ago
add $cursor for position in zsh.sh script

fixes #23

dfe2c42e30b0482d0101f66351e5accea3f6aba4 authored over 8 years ago
test: check in compiled babel src for testing purpose

45a856a0b9d5e206dffe4b6903083c28f4332f0b authored over 8 years ago
1.4.2

8d25089b80729e72c45b8467354c7769fda880f3 authored over 8 years ago
fix(babel): remove transform-runtime plugin

845eb54c2c31ed28a3e0dfd668341831fbb86d5a authored over 8 years ago
update changelog

47cf1ebcbf742923550fc2c3c24b04beebe9fe2b authored over 8 years ago
1.4.1

10a72fa0c05f781541fe3a3639e575e5a753cfca authored over 8 years ago
1.4.0

6bb4d41f44793b075fbe6395ed5dfc73d7df79bc authored over 8 years ago
babel: add plugin default transform

1dcc3024edc44eb8f5edaa189a24f6c4faec3466 authored over 8 years ago
feat(uninstall): Implement uninstall command and --auto flag

de3799343d5d30835383250887531c29c11f91ae authored over 8 years ago
test: weird race condition with :cache event

8107a548a1e1d4ab3520c18713d963f35d449a02 authored over 8 years ago
rework cache, fix bash completion handling

b7cecf7bd7e7ff8325a3f7643d4faf9fce2d4e77 authored over 8 years ago
zsh: check for compdef

f216888de7200ca7155c0de0ae0f238c993a81ed authored over 8 years ago
fix(completion): gather results and write only once to STDOUT

b928bc987e2f9116325040deb4dbe65e203868e8 authored over 8 years ago
Fix zsh template script

a22e6b049b0ad67874a7b79010c111f0e96a0bec authored over 8 years ago
feat(description): Handle zsh description using _describe fn

Fix #19 #21

6de7ca18290ad5a1c6c9b328e2be17b0e215f210 authored over 8 years ago
feat(debug): automatically JSON.stringify non string objects

e4423f81f85ae74ea348c5f325e4fe7eff3b6cdf authored over 8 years ago
1.3.2

89663a106c1acf5770a6b53f6575a233b8deb7e5 authored over 8 years ago
fix: Skip completion install for win32 platform or unknown shell

c4f6073c1a25413eecbc2519712ab20ca05d6fdd authored over 8 years ago
changelog: typo

039308754220fa618153a17e5413bd023e1cf854 authored over 8 years ago
1.3.1

0e345768220c4ac447bcbd636e08e9839689c5ab authored over 8 years ago
fix(bash): Silently fail if pkg-config bash-completion exists with non 0

Meaning bash-completion is either not installed or misconfigured with
PKG_CONFIG_PATH. It'll fal...

07657490f381d147072064adb64edc30c5541acf authored over 8 years ago
test: travis stable

35f158af7804f6734c5c2603d1c9aa4026cecde7 authored over 8 years ago
1.3.0

58ac49d070817a7e82705f6cb05da6613a94dc97 authored over 8 years ago
feat(cache): Implement cache TTL (default: 5 min)

Fix #20

9157e81bb2d07b6726638989c15e46f8fe858020 authored over 8 years ago
feat(cache): Add option to enable / disable cache

Fix #20

7c482a450277bdab33b15ae5f45873eac24bc5fc authored over 8 years ago
test: fix 0.10/0.12 not using template strings

af78843aa9f40601545ad9935437724b34f4736b authored over 8 years ago
1.2.1

f98344f8cdd745ea1689b65a110a70ae1b4fc468 authored over 8 years ago
1.2.0

1257b486e628adf8498c9683fde7ae2cc1cdebfa authored over 8 years ago
fix: Use Object.assign polyfill to run on older version of node

157057a0f25bca2a6ab9ee5f3a2b0d6005c1f724 authored over 8 years ago
feat: implement a basic cache mechanism

bb4216c5b4abe5236ed5c03d96575e8d678c13d0 authored over 8 years ago
1.1.1

4295864d1bb9a9625015606ee1029c8151c10473 authored over 8 years ago
fix: more generic assert on prompt

bbcd350379a1d5bf40fe2381d5fc7544b054d58b authored over 8 years ago