Commit graph

6784 commits

Author SHA1 Message Date
Oliver Blanthorn
c0635bf3ab
WIP: silly first go at own reader mode 2023-04-04 14:40:49 +02:00
Tushar
e1b0b7da75 Allow comments in multiline RC file commands. Fixes issue #4555
Signed-off-by: Tushar <tusharbarman123@gmail.com>
2023-04-02 11:22:40 +05:30
Oliver Blanthorn
2b6a27c678
Merge pull request #4643 from tridactyl/lastinput_shadowdom
Fix lastinput for shadowdoms
2023-03-25 00:05:30 +00:00
Oliver Blanthorn
790cee1f95
Fix lastinput for shadowdoms 2023-03-24 19:06:32 +01:00
Oliver Blanthorn
d21b430a3c
Merge pull request #4641 from tridactyl/toggle_sidebar
Add (secret) sidebar toggle command for browser binds
2023-03-24 15:31:40 +00:00
Oliver Blanthorn
03f344a2e8
Add :sidebaropen and docs for jsua/sidebartoggle 2023-03-22 15:14:30 +01:00
Oliver Blanthorn
09172391a5
Add jsua for --mode=browser binds
Works like jsb but preserves the 'user action' so
it can be used to open/close the sidebar, open
downloaded files etc.

Example usage:

`:bind --mode=browser <C-.> jsua browser.sidebarAction.close()`
2023-03-22 14:43:17 +01:00
Oliver Blanthorn
c77bf89d0c
Add sidebartoggle for --mode=browser binds #4640 2023-03-22 14:37:09 +01:00
Oliver Blanthorn
5157d9be5a
Merge pull request #4639 from frikdt/fix-window_completion_option-in-commandline_css
Updated WindowCompletionOption in commandline.css stylesheet
2023-03-22 13:21:40 +00:00
frikdt
e6075a37b0 Updated WindowCompletionOption in commandline.css stylesheet
The Window Id column in the completion list for commands such as 'winmerge'
and 'tabpush' has a maximum width of 4 characters, which is not wide enough
(5-digit id's are often encountered).

Made the following updates:
    - Increased the 'id'  column from 4ch to 6ch
    - Increased the left-right padding to increase spacing between the Window
      Id and the Window Title columns for improved readability

On branch fix-window_completion_option-in-commandline_css
Changes to be committed:
    modified:   src/static/css/commandline.css
2023-03-21 23:28:43 +02:00
Oliver Blanthorn
12fcc25efe
Merge pull request #4616 from callmetushar123/master
urlincrement/decrement should operate on decodedURI Fix #3792
2023-03-10 16:32:08 +00:00
Tushar
a72cbe2e1d urlincrement/decrement should operate on decodedURI Fix #3792
Signed-off-by: Tushar <tusharbarman123@gmail.com>
2023-03-06 17:01:33 +05:30
Oliver Blanthorn
6303c0244e
Merge pull request #4609 from treapster/fix-tabmove
Fix completions for tabmove (#4602)
2023-03-02 16:21:26 +00:00
Oliver Blanthorn
9c671aa6dc
Fix GitHub actions exclude syntax 2023-03-02 17:15:19 +01:00
Oliver Blanthorn
58283a1c3d
Stop testing Firefox ESR on Windows
It is failing so much that it is making the rest of the
tests a bit useless. Should re-enable at some point in
the future once a new ESR version is out.
2023-03-02 17:12:38 +01:00
Denis Revunov
8ab665e565 Fix completions for tabmove (#4602)
Force default tabsort for tabmove.
Also return trimmed prefix from splitOnPrefix for consistency.
2023-03-02 00:19:36 +03:00
treapster
9c8006107e
Fix #4603: tabgrab with one tab 2023-02-28 18:04:16 +01:00
Oliver Blanthorn
1c7eb0eebc
Merge pull request #4608 from lordgrenville/linkfix
fix broken link
2023-02-28 10:19:36 +00:00
josh
586fab9fd5 fix broken link 2023-02-28 11:46:36 +02:00
Oliver Blanthorn
c645a435d5
Merge pull request #4604 from tridactyl/autocmd_completions
completions: add autocmd completions
2023-02-25 10:22:22 +00:00
glacambre
b402662a66 completions: add autocmd completions
This should hopefully make deleting autocommands easier.
2023-02-25 09:39:32 +01:00
Oliver Blanthorn
af1dbb3574
Remove Amazon Smile since they axed it 2023-02-24 23:28:15 +01:00
Oliver Blanthorn
3006aee92c
Merge branch 'winter2023plsignore' 2023-02-22 16:39:29 +01:00
Oliver Blanthorn
0e5ea38513
Update newsletter 2023-02-22 16:36:20 +01:00
Oliver Blanthorn
8692e753c0
Merge pull request #4601 from tridactyl/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-tslint-5.53.0
Bump @typescript-eslint/eslint-plugin-tslint from 5.52.0 to 5.53.0
2023-02-22 15:02:09 +00:00
Oliver Blanthorn
060829dda0
Merge pull request #4600 from tridactyl/dependabot/npm_and_yarn/esbuild-0.17.10
Bump esbuild from 0.17.8 to 0.17.10
2023-02-22 15:02:01 +00:00
Oliver Blanthorn
08e478f617
Add <C-o>t tabopen bind from commandline 2023-02-22 15:12:54 +01:00
dependabot[bot]
4c17eddf65
Bump @typescript-eslint/eslint-plugin-tslint from 5.52.0 to 5.53.0
Bumps [@typescript-eslint/eslint-plugin-tslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin-tslint) from 5.52.0 to 5.53.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin-tslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.53.0/packages/eslint-plugin-tslint)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin-tslint"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-20 23:00:43 +00:00
dependabot[bot]
a5da437cb5
Bump esbuild from 0.17.8 to 0.17.10
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.17.8 to 0.17.10.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.17.8...v0.17.10)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-20 22:59:16 +00:00
Oliver Blanthorn
184191706e
Merge pull request #4598 from micimize/patch-2
fix my typo in #4406: flatpack -> flatpak
2023-02-18 16:47:13 +00:00
Michael Joseph Rosenthal
371a76b4e4
typo: flatpack -> flatpak 2023-02-18 10:19:16 -06:00
Oliver Blanthorn
f1a13568a2
Merge pull request #4593 from tridactyl/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-tslint-5.52.0
Bump @typescript-eslint/eslint-plugin-tslint from 5.51.0 to 5.52.0
2023-02-18 13:17:12 +00:00
Oliver Blanthorn
821c38db9c
Improve tabsort docs 2023-02-18 14:14:04 +01:00
Oliver Blanthorn
f2d3e1b66b
Merge pull request #4595 from treapster/mru-tabs
Respect MRU order in tab completions and :tab command
2023-02-18 13:10:38 +00:00
Oliver Blanthorn
176fafaaa9
Merge pull request #4596 from nfd9001/patch-1
Describe `J` and `K`'s differences from Vimperator
2023-02-18 13:10:05 +00:00
nfd (aka alex)
95de1c05ab
Describe J and K's differences from Vimperator 2023-02-16 15:02:21 -08:00
Denis Revunov
d2f5c87693 Always return int from comparator
Even though it works fine, since comparator should always formally return int,
comply with this requirement to reduce chances of bugs in case sort implementation
changes
2023-02-16 23:16:12 +03:00
Denis Revunov
e4cef503fc Respect MRU order in tab completions and :tab command 2023-02-15 22:06:02 +03:00
Oliver Blanthorn
c0c7de94ef
Merge pull request #4594 from tridactyl/dependabot/npm_and_yarn/eslint-plugin-jsdoc-40.0.0
Bump eslint-plugin-jsdoc from 39.8.0 to 40.0.0
2023-02-14 15:26:25 +00:00
Oliver Blanthorn
66cdbb41ce
Merge pull request #4592 from tridactyl/dependabot/npm_and_yarn/esbuild-0.17.8
Bump esbuild from 0.17.5 to 0.17.8
2023-02-14 15:25:57 +00:00
Oliver Blanthorn
40e1e53e28
Fix #4591: update Google Lens API 2023-02-14 16:22:24 +01:00
Oliver Blanthorn
428dc07f5b
Add WIP newsletter 2023-02-14 16:05:24 +01:00
dependabot[bot]
f739b1700f
Bump eslint-plugin-jsdoc from 39.8.0 to 40.0.0
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 39.8.0 to 40.0.0.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.8.0...v40.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-13 22:26:15 +00:00
dependabot[bot]
ab2516c359
Bump @typescript-eslint/eslint-plugin-tslint from 5.51.0 to 5.52.0
Bumps [@typescript-eslint/eslint-plugin-tslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin-tslint) from 5.51.0 to 5.52.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin-tslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.52.0/packages/eslint-plugin-tslint)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin-tslint"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-13 22:22:13 +00:00
dependabot[bot]
ee76b8f174
Bump esbuild from 0.17.5 to 0.17.8
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.17.5 to 0.17.8.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.17.5...v0.17.8)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-13 22:21:30 +00:00
Oliver Blanthorn
9bd52a1fed
Merge pull request #4586 from tridactyl/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-tslint-5.51.0
Bump @typescript-eslint/eslint-plugin-tslint from 5.48.1 to 5.51.0
2023-02-11 09:59:13 +00:00
Oliver Blanthorn
f3baf4047b
Merge pull request #4581 from tridactyl/dependabot/npm_and_yarn/http-cache-semantics-4.1.1
Bump http-cache-semantics from 4.0.3 to 4.1.1
2023-02-11 09:58:53 +00:00
Oliver Blanthorn
e5e0f4547d
Merge pull request #4582 from tridactyl/dependabot/npm_and_yarn/eslint-plugin-jsdoc-39.8.0
Bump eslint-plugin-jsdoc from 39.6.9 to 39.8.0
2023-02-11 09:58:38 +00:00
Oliver Blanthorn
cc1820a938
Merge pull request #4588 from tridactyl/dependabot/npm_and_yarn/prettier-2.8.4
Bump prettier from 2.8.3 to 2.8.4
2023-02-11 09:58:14 +00:00
dependabot[bot]
a465fde358
Bump prettier from 2.8.3 to 2.8.4
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.3 to 2.8.4.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.8.3...2.8.4)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-08 22:01:18 +00:00