nvzone / timerly

Beautiful countdown timer plugin for Neovim
GNU General Public License v3.0
138 stars 4 forks source link

Feature Request: Alternate time inputs #11

Open codymikol opened 1 week ago

codymikol commented 1 week ago

When entering a time into timely I'd like it to interpret three different formats

30 == 30 Minutes 1:30 == 1 Minute 30 Seconds :30 == 30 seconds

I don't mind doing the legwork on this, just wanted to get a greenlight before working on a PR

Nice project you've made. Volt is an interesting framework. :smile:

siduck commented 1 week ago

i'll try to add it today

siduck commented 1 week ago

hmm but its rare that users would just add seconds :thinking:

siduck commented 1 week ago

for 1:30 you could just do 1.5 , for 30 secs, 0.5