gitless icon indicating copy to clipboard operation
gitless copied to clipboard

Make gl commands stand out?

Open schwern opened this issue 9 years ago • 0 comments
trafficstars

Hi, I'm trying out Gitless for the first time. I'm a Git expert and read up on it and the paper. I've typed two commands and I'm already sold!

gl status on a newly minted repository gives useful information. Would it make it even easier to read if the gl commands were made to standout from the rest of the text? Italics, bold, a different color?

For example...

Tracked files with modifications: ➜ these will be automatically considered for commit ➜ use gl untrack f if you don't want to track changes to file f ➜ if file f was committed before, use gl checkout f to discard local changes

IMO this gives users clearer a "what can I do next" guide.

schwern avatar Oct 17 '16 23:10 schwern