radicle-heartwood-lfs/crates
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
..
radicle radicle: improve config errors 2025-06-24 13:51:55 +02:00
radicle-cli cli: change link direction symbols 2025-07-02 11:10:09 +01:00
radicle-cli-test repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
radicle-cob radicle: add .external_template(false) to all other libgit2 calls 2025-06-14 00:28:06 +02:00
radicle-crypto repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
radicle-dag repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
radicle-fetch repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
radicle-node chore: Remove `seed.radicle.xyz` 2025-06-18 14:45:54 +02:00
radicle-remote-helper radicle: store threshold in Canonical 2025-06-12 13:19:48 +02:00
radicle-schemars repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
radicle-signals repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
radicle-ssh repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
radicle-systemd repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
radicle-term radicle-term: Use crossterm instead of termion 2025-06-27 15:39:29 +02:00