context-labs / mactop

mactop - Apple Silicon Monitor Top written in pure Golang! Under 1,000 lines of code.
MIT License
1.46k stars 30 forks source link

`logs` folder is created in the current working directory #15

Closed a1eaiactaest closed 5 months ago

a1eaiactaest commented 5 months ago

The function: https://github.com/context-labs/mactop/blob/2e6f9e5eeedfe9f5ae2ae0f497e79ec8be64556f/main.go#L403 creates logs/ folder in the current working directory.

How about moving it into one of these (ref)?

johnalanwoods commented 5 months ago

yes pls! I otherwise prefer this to asitop

a1eaiactaest commented 5 months ago

If it's not on the creators' TODO list, I can dedicate some time to implement this. But, still, the green flag from the current active maintainers would be appreciated.

vovw commented 5 months ago

+1

metaspartan commented 5 months ago

Agreed, this will go into next update, thanks for the suggestion!

a1eaiactaest commented 5 months ago

created the PR @ #20, closing.