Go to file
2022-12-13 14:21:45 +00:00
user-scripts/ubuntu-20.04 cleanup: user-scripts folder. 2022-12-13 14:11:39 +00:00
.clang-format fix style formatting 2022-11-23 16:58:20 +00:00
.gitignore fix style formatting 2022-11-23 16:58:20 +00:00
build.sh Fix webkit bg color error, add rose-nativefier 2022-11-17 16:57:46 +00:00
compile_flags.txt Fix webkit bg color error, add rose-nativefier 2022-11-17 16:57:46 +00:00
config.def.h tweak: notes default shortcuts. 2022-12-13 14:21:45 +00:00
install.sh nativefier: Rename to rose-mklink so its easier to grasp 2022-11-19 14:37:13 +01:00
README.md tweak: Move TODO.md contents to README.md 2022-12-13 14:20:17 +00:00
rose-mklink tweak: use bash for mlink, use better markdown syntax for README. 2022-12-12 22:10:15 +00:00
rose.c tweak: Change background & make bar better for me. 2022-12-12 19:03:31 +00:00
style.css tweak: Change background & make bar better for me. 2022-12-12 19:03:31 +00:00

Rose Browser

Minimal browser based on webkit2gtk

Features

  • tabs, cookies, caching
  • minimal ui, autohiding elements
  • ~400L code base
  • custom gtk and websites css
  • hackable without any knowledge
  • builtin rose-mklink script for in-shell static links

👐 Contribute

See contributing.md.

📜 License

Rose is released under own license, which grants the following permissions:

  • Commercial use
  • Distribution
  • Modification
  • Private use

To do

  • String substitution on uri in order to redirect to better frontends.
  • Present "standard" browser keybindings as an alternative.
  • Fix zoom in new tab
  • Make tab bar slightly prettier.