ivaaaan / smug

Session manager and task runner for tmux. Start your development environment within one command.
MIT License
712 stars 29 forks source link

smug new <project> doesn't create a new configuration #123

Closed ravsii closed 7 months ago

ravsii commented 8 months ago

Describe the bug On smug new test -d no file is being created, smug.log is empty. So looks like bug

https://github.com/ivaaaan/smug/assets/5007271/0a656621-3ed0-47e6-8ff1-71ef61901658

Smug config Nothing

Expected behavior touch ~/.config/<name>.yaml

Output of cat ~/.config/smug/smug.log Empty

Smug version 0.3.3

OS you're using MacOS 14.4

ivaaaan commented 7 months ago

smug new <project> is just $EDITOR ~/.config/smug/<project>.yaml, so you should save the file yourself.

ivaaaan commented 7 months ago

I will close that for now, feel free to reopen if you still think it's a bug