Effortless temporary bookmarks. https://holllo.org/queue/
Go to file
Bauke 18e0e06edb
Adjust tsconfig for ES2022 and JSX.
2023-04-07 12:37:37 +02:00
images Version 0.3.0! 2022-10-25 13:23:14 +02:00
source Add type definition for third-party packages that do not have them. 2023-04-06 10:51:19 +02:00
tests Change package to ES module. 2023-03-26 14:32:57 +02:00
.envrc Add direnv and Nix flake files. 2023-03-22 13:21:50 +01:00
.gitignore Minimize gitignore. 2023-03-23 15:15:01 +01:00
.stylelintrc.json Version 0.2.0, fix all the things. 2022-03-05 14:10:45 +01:00
LICENSE Initial 0.1.0 commit! 🎉 2020-11-11 18:17:37 +01:00
Makefile.toml Make NODE_ENV conditional and set it for all tasks. 2023-04-05 11:02:33 +02:00
README.md Version 0.3.0! 2022-10-25 13:23:14 +02:00
flake.lock Add direnv and Nix flake files. 2023-03-22 13:21:50 +01:00
flake.nix Add direnv and Nix flake files. 2023-03-22 13:21:50 +01:00
package.json Add dependencies in preparation of move to esbuild. 2023-04-05 13:00:27 +02:00
pnpm-lock.yaml Add dependencies in preparation of move to esbuild. 2023-04-05 13:00:27 +02:00
shell.nix Add cargo-make to Nix shell packages. 2023-04-04 00:36:48 +02:00
tsconfig.json Adjust tsconfig for ES2022 and JSX. 2023-04-07 12:37:37 +02:00
vite.config.ts Update public directory paths for Vite. 2023-03-26 14:33:17 +02:00

README.md

Queue ⇥

Effortless temporary bookmarks.

Get Queue for Firefox Get Queue for Chrome Get Queue for Edge

Latest Queue screenshot

Wiki

Want to find out more about Queue? Check out the wiki.

Installation

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

Development

To build Queue 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.