sha512man / b2

Your 2nd brain in CLI
MIT License
0 stars 0 forks source link

Feature overview #1

Open DanCharousek opened 1 month ago

DanCharousek commented 1 month ago
meeko291 commented 1 day ago

@DanCharousek

Generating random names:

Package that could suit us (and kinda only package that I found for this feature): github.com/goombaio/namegenerator. Example output:

old-shape
delicate-paper
withered-dawn
frosty-wave

But I'm thinking about creating separate package for it. Something that would be more configurable (e.g. : choosing your separator, choosing just nouns...).

add - name already exists

How should the program behave if we provide (or generate 🫠 ) name that already exits in a dir structure? RN the data will be overwritten.

Should we check the dir; if exits throw an error?