jarun / nnn

nĀ³ The unorthodox terminal file manager
BSD 2-Clause "Simplified" License
19.1k stars 760 forks source link

Fixed wrong mode while creating new file #1853 #1854

Closed Taraxtix closed 6 months ago

Taraxtix commented 6 months ago

On the issue #1853, it is mentioned that there touch produces those permissions on new file : -rw-r--r-- Mine actually produces those ones : -rw-rw-r--. In my fix I have make so that it produces permission like my touch command does.

jarun commented 6 months ago

Please have it as a local patch.

Taraxtix commented 6 months ago

Please have it as a local patch.

I'm not sure if this comment is for me or your co-workers šŸ˜…

KlzXS commented 6 months ago

@Taraxtix he means keep maintaining it as a local patch for yourself. We won't be implementing this.

Taraxtix commented 6 months ago

Okay sure ! šŸ‘Œ