tridactyl/scripts
glacambre 35466971b7
Implement basic excmd completion
This implements excmd completion. We're using the typescript compiler
API in order to get the documentation and the type of every function of
Tridactyl and generate a file named "src/metadata.ts" which contains
this information. Since this file is dependency-less it can be imported
from every source file.

We then write a regular completion source which just uses the data
contained in metadata.ts in order to generate its completions.
2018-08-05 17:12:49 +02:00
..
amo_text_to_clipboard.sh Remove global dependency on nearley,typedoc,marked 2018-05-28 10:22:17 +01:00
authors.sh Dedupe people with dodgy email addresses 2018-07-23 12:31:44 +01:00
bodgecss.sh /bin/env -> /usr/bin/env 2018-05-21 03:39:32 +01:00
build.sh Implement basic excmd completion 2018-08-05 17:12:49 +02:00
common scripts/{pretty,common}: Fix pretty failing on multiple files 2018-06-03 16:08:45 +02:00
excmds_macros.py Fix #394: rename generated source .name.generated.ext 2018-04-22 17:15:40 +01:00
get_weekly_users.fish Fix weekly beta users 2018-07-23 15:35:16 +01:00
git_version.sh Release 1.8.1 2018-03-07 14:50:50 +00:00
make_docs.sh Remove global dependency on nearley,typedoc,marked 2018-05-28 10:22:17 +01:00
make_tutorial.sh Remove global dependency on nearley,typedoc,marked 2018-05-28 10:22:17 +01:00
newtab.md.sh Change changelog notification to small nag bar 2018-06-17 18:35:48 +01:00
pretty scripts/{pretty,common}: Fix pretty failing on multiple files 2018-06-03 16:08:45 +02:00
sign Include .git directory in archive for reviewers 2018-05-24 20:02:34 +01:00
version.js Add automatic updates for betas 2018-04-13 12:17:02 +01:00
wine-pyinstaller.sh Make pyinstaller actually test that it works 2018-05-28 15:01:26 +01:00