NunoSempere
747499de2e
I am fairly uncertain about the quality of this commit, it could easily be that there is a much better way of doing this kind of thing In particular, maybe this could be done inside the notebook_append function? |
||
---|---|---|
user-scripts/ubuntu-20.04 | ||
.clang-format | ||
.gitignore | ||
build.sh | ||
compile_flags.txt | ||
config.def.h | ||
install.sh | ||
README.md | ||
rose-mklink | ||
rose.c | ||
style.css |
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.