poetaman / arttime

arttime is a CLI application that blends beauty of ASCII / text art with functionality of clock / timer / pattern-based time manager in terminal ⏰
Other
938 stars 15 forks source link

Learning the keys #19

Open grahamperrin opened 2 years ago

grahamperrin commented 2 years ago

I'll find the keys easier to learn if they're not disorderly.

Alphabetical:

Press these keys to learn:       
a: set a art using default method
b: set b art using default method
c: change art color..............
e: restart goals.................
f: toggle between 12/24 hour time
g: set goals (ex:10s;1h20m;3PM)..
h: toggle displaying help or art.
i: display time and art info.....
j: show random art to select.....
l: clear goals, show start time..
m: change title message..........
p: pause or un-pause goals.......
q: quit arttime..................
r: reset start time & goals......
t: toggle theme..................
x: set a art using fzf...........
y: set b art using fzf...........
z: set or reset timezone.........

Thoughts?

grahamperrin commented 2 years ago

… also, the trailing dots ... seem unnecessary, with text aligned left and nothing to the right of the dots.

poetaman commented 2 years ago

@grahamperrin To immediately get that effect, you can replace the contents of help art file share/arttime/textart/help to whatever you would like it to be. The art file format is simple: first line is a message that is shown under text art, and the rest of the lines are text art. You can also add colors to it (using escape sequences), or add a logo of BSD or whatever. Arttime shows that as help page. As a convenience I will add a CLI option for users to specify a custom help page, and maybe rename it as "start page" so they can have many options to choose from.