radicle-heartwood-lfs/crates/radicle-cli/src
Fintan Halpenny 76e00a34ea cli: change link direction symbols
The symbols used for [inbound] and [outbound] are part of the [Supplementary
Multilingual Plane](smp) (or Plane 1). This set of symbols are not as well
supported by font sets, as discovered by many reports of the characters missing.

There are two other arrow characters: [south east] and [north east] that serve
the same style and are part of the [Basic Multilingual Plane](bmp) (or Plane 0).
This set of characters is more widely supported.

[inbound]: https://www.compart.com/en/unicode/U+1F866
[outbound]: https://www.compart.com/en/unicode/U+1F865
[smp]: https://en.wikipedia.org/wiki/Plane_(Unicode)#Supplementary_Multilingual_Plane
[bmp]: https://en.wikipedia.org/wiki/Plane_(Unicode)#Basic_Multilingual_Plane
[north east]: https://www.compart.com/en/unicode/U+2197
[south east]: https://www.compart.com/en/unicode/U+2198
2025-07-02 11:10:09 +01:00
..
commands cli: change link direction symbols 2025-07-02 11:10:09 +01:00
git repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
terminal repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
commands.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
git.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
lib.rs radicle-cli: Warn when using old names of nodes 2025-06-18 16:21:21 +02:00
main.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
node.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
pager.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
project.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
terminal.rs radicle: improve config errors 2025-06-24 13:51:55 +02:00
warning.rs radicle-cli: Warn when using old names of nodes 2025-06-18 16:21:21 +02:00