Commit Graph

58 Commits

Author SHA1 Message Date
Thomas Buckley-Houston 3bc427f416 devops: Update release process for Github 2022-07-20 15:22:12 -04:00
Thomas Buckley-Houston 0ef4e64f93 chore: Update README 2022-07-20 15:22:12 -04:00
Thomas Buckley-Houston d3d72b0a18
Add donation link to README 2020-09-02 11:36:43 +02:00
Morgan 60e2b34479
update main documentation to improve spelling (#330)
Thank you!
2020-07-08 14:17:29 +02:00
Devan Carpenter 658085fe44 README: fix build script name (#287) 2019-10-24 23:39:06 +02:00
Thomas Buckley-Houston aedcdb388f Update FF Marionette commands
In Firefox 63 an old syntax for Marionette commands was deprecated.
Updating mostly just meant prepending `WebDriver` to existing commands.

This should fix most problems in #232
2018-11-06 21:14:42 +09:00
Tobi cb3b5a72d3
Update README.md 2018-10-03 02:32:36 -04:00
Tobi 2c62d1dfa5
Added link to Windows build environment guide. 2018-09-21 13:07:44 -04:00
Tobi 04e2b7c2ce
Update README.md
Added link to the guide for setting up a build environment on Linux to the README.md
2018-08-31 12:52:38 -04:00
Felix Wu a35ceeb504
Fix startup command 2018-08-27 18:46:02 +02:00
Jared Rewerts c82b3e760c Added community messaging. 2018-08-11 10:14:01 +08:00
Felix Wu 99dcc23792
Add Twitter Follow badge 2018-08-03 17:08:16 +02:00
johnlow95 da20fb1c50 adding of url to the firefox 2018-08-02 07:51:19 +07:00
Thomas Buckley-Houston 0b68bd493f Update license name in README
Thanks for spotting @tobimensch!
2018-07-27 21:32:46 +08:00
Thomas Buckley-Houston 9abc3aaa3f Refactor build process to not use pre-built bins
This means that there's now a canonical script that allows other
distributers to build Browsh. The only caveat being that the web
extension cannot be built (Mozilla only allows one signed `.xpi` per
version), so it is downloaded.
2018-07-26 18:44:01 +08:00
msrahman07 dcc3cb0f1e Cohesion, fix structural error, improve word choice
"If all you have is a 3kbps connection tethered" --> "If you only have a 3kbps internet connection"
"But traditional text-based browsers..." --> "However, traditional text-based browsers"
"lack JS support and all other modern HTML5 goodness." --> "lack JS and all other modern HTML5 support."
"few more hours life" --> "few more hours of life"
2018-07-18 20:14:05 +07:00
Thomas Buckley-Houston e99a79b5fc Disable UPX compression 2018-07-18 19:57:27 +08:00
ovidr 22261fc835 Reverted one change
Switched "a feature parity" to "feature parity"
2018-07-15 20:44:46 +07:00
ovidr 22881214ae Update README.md
Changed "Why?" to "Why use Browsh?"
Removed avoidable phrases such as "that" and "and uses that"
Divided a run-on sentence by using a period
Switched "Firefox =>57" to "Firefox 57 (or higher)
Shortened the documentation sentence and link
2018-07-15 20:44:46 +07:00
Erik O'Leary 63d55b8515 Auto remove container after it exits 2018-07-12 11:14:34 +07:00
Baptiste Fontaine 19d97a8fe7 README: Fix a typo 2018-07-09 20:41:23 +07:00
Thomas Buckley-Houston 4b9ff90933 Change Docker image name in README to browsh's 2018-07-08 17:51:34 +08:00
Thomas Buckley-Houston ba373e9815 Change 'texttop' refs to 'browsh' 2018-07-08 17:07:10 +08:00
Thomas Buckley-Houston 085419160e Add gif to README 2018-07-07 23:12:43 +08:00
Thomas Buckley-Houston 1a6fa690f5 Added donation link to HTML response pages 2018-07-06 13:43:53 +08:00
Thomas Buckley-Houston 7f8893fe14 Add logo to TTY startup. README updates 2018-07-06 13:17:28 +08:00
Thomas Buckley-Houston 70d3f45f60 Extra loggina and README updates 2018-06-23 19:27:15 +08:00
Thomas Buckley-Houston d3d194bf6b README updated 2018-06-12 21:01:31 +08:00
Thomas Buckley-Houston fc40abdf03 README: correct link to releases 2018-06-12 20:55:43 +08:00
Thomas Buckley-Houston 73008cf42c README update 2018-06-12 20:39:34 +08:00
Thomas Buckley-Houston 9a1d0458b4 README update 2018-06-12 20:32:12 +08:00
Thomas Buckley-Houston 8cf3de33c3 Move integration tests to Golang CLI client
After moving to Tcell and implementing its screen diff updates, we can
no longer watch STDOUT to get frames during integration tests. Instead
we need to use Tcell's SimulationScreen and which has a GetContents()
method. This is actually also a much more robust way of being able to
see what Browsh actually outputs during testing.
2018-02-17 14:10:39 +08:00
Thomas Buckley-Houston 043292d66b README updates
Make it less about me.
2018-02-09 11:33:59 +08:00
Thomas Buckley-Houston 7117eb9965 Added screenshot feature: press ALT+P
In the endless struggle to squash a Travis-specific bug, we now have
screenshots. Currently the screenshots are of the custom block font
state, so you can't read the text. But I'm planning on changing the
default state of the page to use a normal font - such that the
frame builder needs to toggle the block font on to build a frame. This
will make it more likely that screenshots will contain actual text.
2018-02-01 17:34:25 +08:00
Thomas Buckley-Houston 9a82182a9a Don't use `--new-instance`, `-P` when launching FF 2018-01-24 10:59:57 +08:00
Thomas Buckley-Houston 318f5c3c34 First draft of integration tests 2018-01-23 20:04:23 +08:00
Timothy Cyrus 6524500745 Update README.md
Fixed Headings in README
2017-05-25 18:16:52 +07:00
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 287d21916d Mount .ssh volume read-only. Example of mounting system folder. 2016-06-02 11:23:17 +09:00
Thomas Buckley-Houston c4ed739038 README tidying 2016-05-23 16:23:34 +09:00
Thomas Buckley-Houston 0ee394d469 Start noting good/bad terminals. Add instructions for running other apps 2016-05-23 15:57:46 +09:00
Thomas Buckley-Houston 1d03a3a237 Added link to Youtube video 2016-05-23 00:13:31 +09:00
Thomas Buckley-Houston e46884ade5 Updated README with new unicode demo gif 2016-05-23 00:10:23 +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 de6a2a1bed Running texttop with a oneliner doesn't get the correct stty size 2016-05-22 12:31:57 +09:00
Thomas Buckley-Houston 496e10fe38 Add note about Docker image's size 2016-05-22 12:20:38 +09:00
Thomas Buckley-Houston ad12822fc6 README typos 2016-05-22 12:03:06 +09:00
Thomas Buckley-Houston 763ec31347 Add note to README about AMD CPU arch. Closes #3 2016-05-22 11:55:54 +09:00
Thomas Buckley-Houston 8052f98627 Rearrange Dockerfile. Update README.
Using mirrors in Dockerfile because default ones were down at
time of writing.
Refactor all build commands into 1 RUN command to try and reduce
the number of cached build layers and thus reduce the size of
the finished image.
2016-05-22 11:19:29 +09:00