Commit graph

164 commits

Author SHA1 Message Date
Oliver Blanthorn
da3a1fa84d
Add jsb for eval in the background context 2018-05-17 16:45:55 +01:00
Babil Golam Sarwar
aace162ad4
Remove unneeded PowerShell execution-policy 2018-05-17 12:19:54 +01:00
Babil Golam Sarwar
48e19c9633
Fix :updatenative command on Windows 2018-05-17 12:19:54 +01:00
Babil Golam Sarwar
00b5e004cf
Add required ExecutionPolicy for Powershell
Powershell by default would prevent execution of unsigned external
scripts. In order to perform the copy/paste installation found via
`:installnative`, we would need to adjust `ExecutationPolicy` to
`Bypass` temporarily under the `Process` scope to allow the initial
installation.
2018-05-17 12:19:54 +01:00
Babil Golam Sarwar
c464e00cc1
Add native-messenger support for Windows 2018-05-17 12:19:53 +01:00
Oliver Blanthorn
6c1cc481de
Add ; for old pipe behaviour with composite 2018-05-16 17:46:25 +01:00
Oliver Blanthorn
90d9098afe
current_url, now with more dogfood 2018-05-16 17:12:29 +01:00
Oliver Blanthorn
e408f080d1
Allow composite to pipe return values and add js eval 2018-05-16 16:44:53 +01:00
Oliver Blanthorn
a9f6707282
Fix #505 again: add <CA-`> bind 2018-05-16 14:59:11 +01:00
glacambre
6dfcd5bab8
{background,config}.ts: Turn rc-loading into an autocmd 2018-05-16 14:03:00 +01:00
Oliver Blanthorn
4c09aabf38
Add colors alias
I'll add colours later.
2018-05-16 00:10:55 +01:00
Oliver Blanthorn
d181e0b4a5
Fix #505: add CA-Esc bind for ignore 2018-05-13 13:30:08 +01:00
Oliver Blanthorn
78ba957cde
Merge branch 'master' of github.com:cmcaine/tridactyl into antonva-containers 2018-05-12 14:26:42 +01:00
Oliver Blanthorn
58a1d23380
Belatedly warn people of I deprecation 2018-05-11 12:06:43 +01:00
Oliver Blanthorn
e26f4a514f
Add CSP config option
Can only be enabled at runtime; restart is required if you want to
disable it.
2018-05-08 18:08:46 +01:00
Anton
19fd1196f8 hint -b now follows current tab's container, similar tabopen behaviour now behind a new setting 'tabopencontaineraware', defaults to false. 2018-05-08 12:27:30 +00:00
glacambre
cf4164668e
{config,excmds}.ts: Turn 'q' and 'qall' into aliases 2018-05-07 23:05:51 +02:00
Oliver Blanthorn
d46aa3f807
Add !s alias for silent exclaim 2018-05-06 08:15:26 +01:00
Oliver Blanthorn
81613c9c42
Merge branch 'master' of github.com:cmcaine/tridactyl into nativeuserchrome 2018-05-05 12:49:45 +01:00
Oliver Blanthorn
24d4563241
Add binds for tabcloseallto{right,left} and make lowercase 2018-05-04 11:41:22 +01:00
Oliver Blanthorn
4a8870c363
Ameliorate #454: allow historyresults to be configured 2018-05-03 17:48:03 +01:00
Oliver Blanthorn
45a3020481
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-fix_viewsource 2018-04-30 11:57:35 +01:00
glacambre
c11199526f
config.ts: Add gf as default binding for viewsource 2018-04-29 08:36:45 +02:00
Oliver Blanthorn
afd0eb95a7
Change ignore mode binds to be symmetric and resolve Jupyter conflict 2018-04-28 13:38:53 +01:00
Oliver Blanthorn
f1b67b4279
Merge branch 'master' of github.com:cmcaine/tridactyl into nativeuserchrome 2018-04-27 15:30:50 +01:00
Oliver Blanthorn
15ca28fb3e
Add exclaim_quiet to suppress output and rebind ;v so that mpv doesn't steal focus after playing 2018-04-26 20:54:32 +01:00
Oliver Blanthorn
24f9968abb
Bind help to F1 2018-04-26 19:53:54 +01:00
Oliver Blanthorn
8530b78447
Try to start a sane editor. 2018-04-25 20:43:43 +01:00
Oliver Blanthorn
26475f5565
Make native update script user configurable, give feedback 2018-04-25 20:43:43 +01:00
Oliver Blanthorn
4dd22e7aca
Add ! alias to exclaim. NB: requires a space after it. 2018-04-25 20:43:42 +01:00
Oliver Blanthorn
a8cc9d454d
Add native version checker and nativeopen
Adds semver-compare runtime dependency: might be worth statically
linking it since it's so simple.
2018-04-25 20:43:42 +01:00
Oliver Blanthorn
0afd9dfffe
Add exemplar exclaim binding and improve docs 2018-04-25 20:43:41 +01:00
Colin Caine
ec13fa5dec
Native messenger code review 2018-04-25 20:43:41 +01:00
Colin Caine
1e1c1d9d6f
Empty object is not falsey 2018-04-25 20:30:05 +01:00
Colin Caine
fafb8f4017
Add setting noiframeon for servicenow etc 2018-04-25 20:30:05 +01:00
Oliver Blanthorn
e9f6afeb9c
Add toggle for mode indicator with set modeindicator true|false 2018-04-23 21:28:46 +01:00
Timo Kaufmann
a312948f1e
Alias h to help 2018-04-23 11:56:05 +02:00
Oliver Blanthorn
f5d98c5085
Improve profile finding code; allow users to set their own 2018-04-22 19:59:41 +01:00
Oliver Blanthorn
786261d019
Fix #337: Make composite and ex-parser more sequential
Allows one to bind `composite tabprev | sleep 100 | tabclose #` and have
the command work; `composite tabclose | tabprev` also works but looks a
little janky. The sleep is required in the first command so that the
value of `#` has time to update.
2018-04-22 17:40:55 +01:00
Oliver Blanthorn
c858a7d4e8
Add native version checker and nativeopen
Adds semver-compare runtime dependency: might be worth statically
linking it since it's so simple.
2018-04-20 22:58:02 +01:00
Oliver Blanthorn
98734fb3a8
Merge branch 'master' of github.com:cmcaine/tridactyl into nativemessenger
Merge in version 1.9.4: I wanted the about:newtab code.
2018-04-20 21:41:15 +01:00
Oliver Blanthorn
64cb7ac953
Add exemplar exclaim binding and improve docs 2018-04-20 19:47:18 +01:00
Oliver Blanthorn
0ee2b40853
Add hint -W [exstr] to execute exstr on hint's href 2018-04-20 19:37:45 +01:00
Oliver Blanthorn
6088ebff6c
Add hint -W [exstr] to execute exstr on hint's href 2018-04-20 19:32:09 +01:00
Oliver Blanthorn
4e77b65123
Add jumplist for inputs bound to g;
Currently repeated use of `g;` will only take you to the most recently
used input. Cycling through recently used inputs is a WIP.
2018-04-20 17:05:15 +01:00
Colin Caine
50f7f3ed07 Native messenger code review 2018-04-18 22:02:31 +01:00
Oliver Blanthorn
2c564f2b34
Add a handful of binds from Vimperator 2018-04-16 11:45:29 +01:00
Colin Caine
f2fad1cc04 Fix buffer switch bind 2018-04-16 00:55:38 +01:00
Colin Caine
4858432401 Add some binds with modifiers 2018-04-16 00:17:41 +01:00
Oliver Blanthorn
dd2020913c
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-fix_#266 2018-04-15 15:32:31 +01:00