nt
nt copied to clipboard
Custom help txt
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 with0.5
opacity. -
> notya help [command]
should be pure white.
cc: @Onurhan1337, @Melihemin