Found 16 bookmarks
Custom sorting
The Terminal Directory
The Terminal Directory
A handy website that aims to be a source of all known terminal emulators and similar tools.
·termui.sh·
The Terminal Directory
Dune Shell
Dune Shell
Dune is a shell designed for powerful scripting. Think of it as an unholy combination of bash and Lisp.
·adam-mcdaniel.github.io·
Dune Shell
Braindrop: A terminal-based client for raindrop.io
Braindrop: A terminal-based client for raindrop.io

Braindrop is a terminal-based client for the raindrop.io bookmaking service.

It has support for:

  • Adding, editing and removing raindrops
  • Searching and filtering with tags and free text
  • Checking if a link is available in the Wayback Machine
  • And more

The application is under active development and will have more features added as time goes on.

·github.com·
Braindrop: A terminal-based client for raindrop.io
La Terminal in VisionOS
La Terminal in VisionOS
La Terminal is now running in VisionOS. Based on the video, it looks exactly like the sort of VR terminal experience I’ve been wanting (albeit in PCVR or Quest native)for ages now!
·mastodon.social·
La Terminal in VisionOS
Terminal Emulators Battle Royale – Unicode Edition!
Terminal Emulators Battle Royale – Unicode Edition!

It turns out that Unicode support in Terminals is a lot more difficult than it first appears. A quick overview of special support for Unicode characters in Terminals:

  • "Wide" or "Fullwidth" characters, particularly for East Asian languages and emojis, are codepoints that occupy two cells in a terminal instead of one.
  • "Zero" width combining characters used in languages such as Arabic, Hebrew, or Hindi do not occupy any cells themselves; instead, they modify the previous character.
  • "Zero Width Joiner" (ZWJ U+200D) reduces and combines many codepoints into a single emoji. This is similar to combining, but encoded in a completely different way.
  • "Variation Selector-16" (VS-16 U+FE0F) is a special character that, for specific "Narrow" emojis consuming one cell, causes them to become "Wide", consuming two cells.
·jeffquast.com·
Terminal Emulators Battle Royale – Unicode Edition!
Grapheme Clusters and Terminal Emulators – Mitchell Hashimoto
Grapheme Clusters and Terminal Emulators – Mitchell Hashimoto

Aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa!

Okay, it's kinda useful actualy.

·mitchellh.com·
Grapheme Clusters and Terminal Emulators – Mitchell Hashimoto