commit 97e30cc6014fa077ac375ba06bbb7aa4b8722e75 from: Omar Polo date: Sun Mar 14 15:50:49 2021 UTC typos & small improvements commit - c1ad9da8e001e42a164814574414165c2f0e2b27 commit + 97e30cc6014fa077ac375ba06bbb7aa4b8722e75 blob - 9d27485b4f7c6c6d8e09f75091559416ef6b8db0 blob + 488ef3eabb5b2f635c03c2d2744b2ad495f2547c --- README.md +++ README.md @@ -12,8 +12,8 @@ just to play with ncurses, libtls, libevent and the ma browser. At the moment, telescope is something **a bit more than a working -demo**. However, it has already some interesting features, like tabs, -privsep, input from the minibuffer etc... +demo**. However, it has already some interesting features, like +streaming pages, tabs, privsep, input from the minibuffer etc... There are still various things missing or, if you prefer, various things that you can help develop :) @@ -24,10 +24,10 @@ things that you can help develop :) - subscriptions - tofu - client certificates - - add other GUI: atm it uses only ncurses, but telescope shouldn't be - restricted to TTYs only! - - configuration file: even proposals are accepted. I need a way to - define bindings, colors etc in a way that will possibly work on + - add other GUIs: atm it uses only ncurses, but telescope shouldn't + be restricted to TTYs only! + - configuration file: even proposals are accepted. It needs a way to + define keybindings, colors etc in a way that will possibly work on more than one graphic libraries. ![Telescope new tab](images/about-new.png) @@ -38,7 +38,7 @@ things that you can help develop :) Telescope depends on ncursesw, libtls (from either LibreSSL or libretls), libevent (either v1 or v2). -To build a release tarball just execute: +To build from a release tarball just execute: ./configure make