Holllo/re-nav
Holllo
/
re-nav
Archived
1
Fork 0
Navigation redirects for the masses. https://holllo.org/re-nav/
This repository has been archived on 2025-08-11. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Bauke 6bd5bccd6f
Factor toggling all redirects out to its own file.
2022-11-21 13:23:27 +01:00
images Add version 0.2.0 screenshot to readme. 2022-11-16 12:38:11 +01:00
source Factor toggling all redirects out to its own file. 2022-11-21 13:23: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 Add version 0.2.0 screenshot to readme. 2022-11-16 12:38:11 +01:00
package.json Remove the nanoid dependency. 2022-10-27 21:13:26 +02:00
pnpm-lock.yaml Remove the nanoid dependency. 2022-10-27 21:13:26 +02: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.