Skip to content

Commit e0f5ff0

Browse files
committed
Added README.
1 parent c4d1b9e commit e0f5ff0

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

README.adoc

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
= Titanium Web Browser
2+
3+
[.lead]
4+
A keyboard-driven web browser written in Rust
5+
6+
//image:https://img.shields.io/crates/v/titanium.svg[link="https://crates.io/crates/titanium"]
7+
//image:https://img.shields.io/crates/d/titanium.svg[link="https://crates.io/crates/titanium"]
8+
image:https://img.shields.io/crates/l/titanium.svg[link="LICENSE"]
9+
10+
Titanium is written and Rust and uses WebKit2GTK to render web pages.
11+
12+
It is inspired on Vimperator and qutebrowser.py.
13+
14+
//== Screenshots
15+
16+
//== Installing Titanium
17+
18+
== Features
19+
20+
* vim-like keybindings
21+
* follow links/scroll from the keyboard
22+
* pop-up blocker with blacklist and whitelist
23+
* user scripts and user style sheet
24+
* page search

src/main.rs

+3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
* FIXME: a link on https://www.verywell.com/ear-pressure-pose-karnapidasana-3567089 cannot be
2727
* clicked (and many gobject critical error: g_object_ref assertion G_IS_OBJECT failed).
2828
* FIXME: go to insert mode for hints of multiple selection combo box.
29+
*
2930
* TODO: follow in new window.
31+
* TODO: disable the tab key in the status bar input.
3032
* TODO: ask confirmation before submitting again the same form.
3133
* TODO: detach the inspector (after it is shown) and remove its title bar.
3234
* TODO: do not hard-code the extension directory: use the one provided by cargo.
@@ -50,6 +52,7 @@
5052
* TODO: open textarea in text editor.
5153
* TODO: add option to use light theme variant instead of dark variant.
5254
* TODO: add content to the default config file.
55+
* TODO: private browsing.
5356
* TODO: switch from dbus to gdbus.
5457
* TODO: soft scrolling (to avoid flickering for fixed elements, set_enable_smooth_scrolling).
5558
* TODO: copier plugin (word, line, sentense, block, links…).

0 commit comments

Comments
 (0)