Navigation redirects for the masses. https://holllo.org/re-nav/
Go to file
Bauke 7c948b67a7
Disable the complexity rule.
2023-11-13 19:21:26 +01:00
images Version 0.3.0! 2022-11-26 10:55:27 +01:00
source Version 0.3.0! 2022-11-26 10:55:27 +01:00
tests Automatically prefix 'https://' to redirected URLs if they fail parsing. 2022-11-21 12:43:56 +01:00
.gitignore Add project files. 2022-10-05 12:25:58 +02:00
.stylelintrc.json Add project files. 2022-10-05 12:25:58 +02:00
LICENSE Initial commit. 2022-10-03 19:10:06 +02:00
README.md Version 0.3.0! 2022-11-26 10:55:27 +01:00
package.json Disable the complexity rule. 2023-11-13 19:21:26 +01:00
pnpm-lock.yaml Add functionality to encode, decode and share redirects. 2022-11-23 14:13:17 +01:00
tsconfig.json Switch CommonJS configuration to module instead. 2022-10-05 18:31:53 +02:00
vite.config.ts Add project files. 2022-10-05 12:25:58 +02:00

README.md

Re ↩ Nav

Navigation redirects for the masses.

Get Re-Nav for Firefox Get Re-Nav for Chrome Get Re-Nav for Edge

Latest Re-Nav screenshot

Installation

You can install Re-Nav through the stores linked above, manually from a file (see the Releases page for ZIP files) or from source.

Development

To build Re-Nav you will need git, NodeJS and pnpm.

  • Install the dependencies with pnpm install.
  • Start a separate browser with pnpm start.
  • Build the WebExtension for production with pnpm build.
  • Test the code with pnpm test.

License

Distributed under the AGPL-3.0-or-later license, see LICENSE for more information.