amfora icon indicating copy to clipboard operation
amfora copied to clipboard

A fancy terminal browser for the Gemini protocol.

Results 59 amfora issues
Sort by recently updated
recently updated
newest added

Hey @makeworld-the-better-one As others have echoed many times, thanks for this client -- it's certainly one of the better terminal ones! I was looking at the TODO list, and noticed...

documentation
enhancement
question
UI
roadmap

This is just an idea, and not something coming anytime soon, if at all. The current UI framework, [cview](https://code.rocketnine.space/tslocum/cview), would be replaced by [Bubble Tea](https://github.com/charmbracelet/bubbletea) and other projects from @charmbracelet....

documentation
enhancement
question
UI
performance

See this comment: https://gitlab.com/gemini-specification/gemini-text/-/issues/3#note_771701460 Basically, a small conversion would be applied to each header in the document, and the first one that matched the fragment would be jumped to. It...

documentation
enhancement
roadmap

Sometimes it's hard to distinguish between preformatted text and regular text on Gemini. Some themes fix this by making preformatted text a different color, but not all themes do that,...

documentation
enhancement

See https://git.dece.space/Dece/Bebop for an example of what this can look like. Might be nice to add, configurable of course. What to do with lines that are too long is a...

enhancement
question
UI

Source file: ~~~ ``` ^[[0mThis is a short [^[[1m^[[37m^[[40mMarkdown^[[0m](^[[36m^[[40mhttps://en.wikipedia.org/wiki/Markdown^[[0m) line. ``` ~~~ Result: ![image](https://user-images.githubusercontent.com/85877297/137352288-2c9b0588-6a07-4fd1-b3c5-57029ff3ecf8.png) How it looks with cat: ![image](https://user-images.githubusercontent.com/85877297/137352418-d747d2c7-cd17-435f-9b65-b8fb1716ebf7.png)

bug
upstream

It'd be nice to be able to see additional info about the current page. This could be achieved by having a separate bar above the bottom bar, that can be...

documentation
enhancement
question
UI

Ctrl-F should bring up a bottom bar prompt to enter a search term. On Enter a `["search"]` region will be prepended to any bit of text that matches the search,...

documentation
enhancement
help wanted
UI
roadmap

This a low-priority feature. It's an idea I have, but not anything that should be implemented over other things. The plugin system would be similar to #121 configuration-wise, where different...

documentation
enhancement
question
UI
roadmap

When there's less than one page of content in the current position and I press page down, the page moves less than one page, in a way that the end...

enhancement
UI