console icon indicating copy to clipboard operation
console copied to clipboard

console: emoji/symbols glossary

Open hawkw opened this issue 4 years ago • 3 comments

When the terminal supports Unicode, the console CLI will use a number of emojis and other symbols as icons etc. This is good, because it's easier to visually scan the UI this way, and in many cases, it uses fewer characters, allowing more screen real estate for things like paths that are potentially long. However, in some cases, the precise meaning of a particular emoji may not be quite as obvious as text. We might want to add some kind of glossary explaining the meanings of some of the emoji/symbols we use.

This could be in the documentation, or somewhere in the UI itself (a floating help window you toggle by pressing a key?)

hawkw avatar Dec 17 '21 21:12 hawkw

A floating help window in general would be a good idea. It could be part of building the glossary I think.

bIgBV avatar Dec 24 '21 21:12 bIgBV

Looking at the code and thinking a spending some more time thinking about the implementation:

Different views would have different help information to display (including the glossary of emojis if they are being used), which pertains specifically to the view. If every view had a way to display help information (probably in the bottom row in one or two lines) then we could hook the event handler to display the right help information based on the current view state.

bIgBV avatar Dec 24 '21 23:12 bIgBV

I looked into whether or not it was possible to do floating windows using corssterm, but it doesn't look like there's an easy way to do that.

bIgBV avatar Dec 24 '21 23:12 bIgBV

I think this can be closed as PR #432 was already merged

javihernant avatar Feb 09 '24 09:02 javihernant