dwaring87 / rtm-cli

Remember the Milk Command Line Interface
MIT License
66 stars 14 forks source link

Emoji indicators #24

Closed beauraines closed 2 years ago

beauraines commented 2 years ago

Adds new config property iconType to display emoji indicators.

iconType can be emoji or text and if nothing is specified, it will default to text, so as to not break any existing installations.

urls are indicated with 🔗 and notes are indicated with 📓

There is a new utility printIndicator() that is used to print the indicator for the various ls* commands and this could be extended for displaying unicode strings as well for different icon types.