jwerle / rfc

IETF RFC reader tool
17 stars 3 forks source link

Is `~/.npm-rfc/` a better temp folder than `/tmp/ietf-rfc`? #4

Closed leesei closed 9 years ago

leesei commented 9 years ago

I'm also thinking of allowing the user to export and bookmark rfcs, it would be better if there is a user's folder for this app.

jwerle commented 9 years ago

or ~/.rfc? I like the idea of moving away from using $TMPDIR

leesei commented 9 years ago

I'm afraid the ~/.rfc namespace is too generic and might cause a conflict. Also, some programs use .d suffix to denote a directory, I also recommend that.

Here are my updated suggestions:

~/.npm-rfc.d/
~/.node-rfc.d/
~/.rfc.d/
jwerle commented 9 years ago

I think leaving npm and node out of the name is a good idea. These aren't RFCs for node or npm... ~/.rfc.d could work

leesei commented 9 years ago

K, are you free to implement this? I can help within week's time.

On Fri, May 8, 2015 at 1:30 AM, Joseph Werle notifications@github.com wrote:

I think leaving npm and node out of the name is a good idea. These aren't RFCs for node or npm... ~/.rfc.d could work

— Reply to this email directly or view it on GitHub https://github.com/jwerle/rfc/issues/4#issuecomment-99948612.

jwerle commented 9 years ago

I'm very busy for the next week. I will happily accept a PR!

leesei commented 9 years ago

K. I'll do this first and then my other improvements.

Thank you, I would have to write a similar tool from scratch otherwise.

On Fri, May 8, 2015 at 1:38 AM, Joseph Werle notifications@github.com wrote:

I'm very busy for the next week. I will happily accept a PR!

— Reply to this email directly or view it on GitHub https://github.com/jwerle/rfc/issues/4#issuecomment-99954038.

jwerle commented 9 years ago

No problem !

leesei commented 9 years ago

Merged #6.