on write conflict during vim, save as filename.uuid..fileExtension

This commit is contained in:
Bel LaPointe
2023-07-02 10:22:04 -06:00
parent d105df15e9
commit 6bad1e1365
3 changed files with 16 additions and 2 deletions

View File

@@ -7,6 +7,9 @@ require (
gopkg.in/yaml.v2 v2.4.0
)
require github.com/robfig/cron/v3 v3.0.1 // indirect
require (
github.com/google/uuid v1.3.0 // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
)
replace gogs.inhome.blapointe.com/bel/pttodo => ../..