blakesweeney / unite-taskwarrior

A unite.vim interface to taskwarrior
6 stars 2 forks source link

use UUID-short for task notes #7

Closed linuxcaffe closed 9 years ago

linuxcaffe commented 9 years ago

The likelyhood of collision is very small, and it does make files listings less noisy.

blakesweeney commented 9 years ago

Do you mean base64 encode it, or just take the first few (8?) characters? I agree it would make file listings cleaner.

linuxcaffe commented 9 years ago

the latter, the first block of characters, no fancy encoding needed here :)

blakesweeney commented 9 years ago

This is the current behavior. I know that #10 shows there is a problem with the full path, but at least the file name is correct. I'm closing this unless you have other comments.