index
:
browset
this commit
master
Broken project to implement a cross-protocol browser in textual
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
browset.py
Age
Commit message (
Expand
)
Author
2023-02-23
Unsupported Protocol: Fix error message showing
HEAD
master
Zach DeCook
2023-01-28
Top button: fix behavior by using modified urllib.parse
Zach DeCook
2023-01-28
Commands: Add external open
Zach DeCook
2023-01-26
browset: Set cursor position on page load
Zach DeCook
2023-01-19
protocol: add about uri scheme
Zach DeCook
2023-01-18
toolbar: Make mobile-friendly
Zach DeCook
2023-01-18
mimes: only fallback text/ to text mime
Zach DeCook
2023-01-16
HighlightedCode: Handle everything that pygments can handle
Zach DeCook
2023-01-14
protocols: Support http/https
Zach DeCook
2023-01-14
browset: Support data protocol
Zach DeCook
2023-01-14
Mimetypes: Handle source code syntax highlighting
Zach DeCook
2023-01-14
mime: Support plaintext format as well
Zach DeCook
2023-01-11
Bindings: Bind back and soon
Zach DeCook
2023-01-03
soon button (forward): implement functionality
Zach DeCook
2023-01-02
back button: implement functionality
Zach DeCook
2022-12-28
preformatted: Format fine (except description is not shown)
Zach DeCook
2022-12-27
browset: launch with ./browset.py
Zach DeCook
2022-12-24
gemtext: Format headers differently
Zach DeCook
2022-12-24
Toolbar buttons: Make refresh and up buttons work
Zach DeCook
2022-12-24
browset: Support clicking buttons (relative path)
Zach DeCook
2022-12-23
Browsing: Actually browse gemini!
Zach DeCook
2022-12-23
Browset: Fully recreate gemtext widget on entry
Zach DeCook
2022-12-22
Gemtext: Dynamically add new content
Zach DeCook
2022-12-10
browset: basic input tests
Zach DeCook
2022-12-08
Browset: Create browser toolbar
Zach DeCook