diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..ac7b4ba --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# webb +## webb is an extremely minimal web browser written in Webkit2GTK and XLib + +webb (literally **web b**rowser) is a very simplistic web browser written in C. + +features: +- tabs +- downloads (requires wget, only downloads to ~/Downloads) + +basic commands include: +- ctrl + o = open url +- ctrl + g = go back +- ctrl + f = go forward +- ctrl + r = refresh +- ctrl + q = close tab +- ctrl + t = new tab |