Commit graph

14 commits

Author SHA1 Message Date
Thomas Buckley-Houston ad59dc3ce4 Basic up/down scrolling 2018-01-11 12:22:27 +08:00
Thomas Buckley-Houston d2aaa33963 Refactored webext background script 2018-01-10 22:54:51 +08:00
Thomas Buckley-Houston 27e0b2ddc6 First working draft of Golang interfacer
After weighing up the options it seems that Golang's termbox-go TTY
library has better support for terminals, and it's cross-platform out of
the box. So this commit is the first working version where the
interfacer launches a websocket server, makes a connection to the
webextension and listens to STDIN from the CLI, sending all input to the
webextenstion.
2018-01-07 11:21:29 +08:00
Thomas Buckley-Houston d00361f87d First draft of rewrite to Webextension and Rust
This proves that frames can be generated on Firefox using the canvas and
a Tree Walker to examine text nodes. Already with little optimisation
frames don't ever take longer than 200ms to render.

Chrome has a MediaStream of the viewport, hopefully that will prove
performant as well.

This doesn't have functioning text colour detection or text occlusion
support. But early research suggests this will possible by comparing 2
screenshots: one with and the other without rendered text.
2018-01-01 21:50:30 +08:00
Thomas Buckley-Houston 73604f1044 Don't print 'KB OFF' on every render. Prevents glitches in non-KB mode 2016-08-02 19:08:26 +05:30
Thomas Buckley-Houston 1453c01621 Keyboard mode. For terminals with no/bad mouse support.
Closes #5
2016-06-25 22:30:50 +09:00
Thomas Buckley-Houston 576821fa37 Provide CTRL+ALT+Q to cleanly exit 2016-06-03 13:31:00 +09:00
Thomas Buckley-Houston e9f5124a45 'docker run' command for remote install was wrong. 2016-05-22 18:29:58 +09:00
Thomas Buckley-Houston bea7b7c4d0 Change xdotool command for spacebar from 'Space' to 'space' 2016-05-22 09:48:05 +09:00
Thomas Buckley-Houston 09168fc8ea Just some atom-beautify to make code look better 2016-05-21 14:47:02 +09:00
Thomas Buckley-Houston 093b5ad07e Expands texttop to full size of current terminal 2016-05-21 14:11:25 +09:00
Thomas Buckley-Houston 8acb1bcb96 Just some simple refactoring and tidying up 2016-05-21 12:22:12 +09:00
Thomas Buckley-Houston 653eb6b1d7 Panning working well. This is now very, very usable. Time to tidy up. 2016-05-21 02:01:52 +09:00
Thomas Buckley-Houston 13d9fadf41 Fixed zoom bug by writing some tests. Also moved thigns around a lot. 2016-05-20 23:51:57 +09:00