pechorka / adhd-reader

2 stars 0 forks source link

Feature. Percent completed in the list #19

Closed AAKrasnova closed 1 year ago

AAKrasnova commented 1 year ago

In the list command display progress: If current chunk is first chunk display 🆕 before text name.

if current chunk is not first nor last display % in () before text name. For example, (51%) textName.txt

Progress rounds down to integer. When current chunk == last chunk display ✅

pechorka commented 1 year ago

Complete