nt icon indicating copy to clipboard operation
nt copied to clipboard

Custom help txt

Open theiskaa opened this issue 3 years ago • 1 comments

In the current version, notya uses cobra's auto-generated help txt. To make it better look we should use our custom one.

Something like:

  _   _    ___    _____  __   __    _
 | \ | |  / _ \  |_   _| \ \ / /   / \
 |  \| | | | | |   | |    \   /   / _ \
 | |\  | | |_| |   | |     | |   / ___ \
 |_| \_|  \___/    |_|     |_|  /_/   \_\

 Usage: notya [command]
 Take notes quickly and expeditiously

 Common Commands
╭──────────────────────────────────────────────────╮
│ init           Initialize application            │
│ settings       Customize defaults & behavior     │
│                                                  │
│ view           Print note's metadata             │
│ list           Print a list of all notes         │
│ create         Create new note file              │
│ remove         Remove exiting note file          │
│ edit           Edit note with editor             │
│ rename         Rename note file                  │
╰──────────────────────────────────────────────────╯

 For more info on a specific command, use:
  > notya help [command]

Requirements:

  • The banner should be pure white
  • Usage: notya [command] should be grey.
  • Take notes quickly and expeditiously should be grey.
  • Common Commands title should be colorized [purple, yellow etc ...]
  • For more info on a specific command, use: title should be with 0.5 opacity.
  • > notya help [command] should be pure white.

theiskaa avatar Feb 20 '22 08:02 theiskaa

cc: @Onurhan1337, @Melihemin

theiskaa avatar Feb 20 '22 08:02 theiskaa