Patrizio Bekerle
Patrizio Bekerle
## v0.5.0 - The last executed command is now stored and can be executed again via `qc exec --last` (for [#9](https://github.com/qownnotes/qc/issues/9)) ## v0.5.1 - The last selected command is now...
Thank you for your kind words (and the first like). 😁 What are we talking about? What do you want to quit with `Ctrl + C`? `fzf`?
And you want that this exit code is passed through by qc when exiting?
And what do you want to achieve by this?
It should already be returned by: https://github.com/qownnotes/qc/blob/9cb2c1c41b12fb32db9fa2ddf83d1b22b4734572/cmd/exec.go#L41 But it doesn't seem to be returned by Cobra: https://github.com/qownnotes/qc/blob/9cb2c1c41b12fb32db9fa2ddf83d1b22b4734572/cmd/exec.go#L14-L20
You can play around with it if you like...
Let me know if you find a way to pass the exit code on...
Thank you! Hm, every command has parameters, plus the section where you added the line was generated by qc itself. I guess it would make more sense to just add...
All strings are hard-coded so far. 🙈 Help to use the i18n methods is welcome. 😅
This app doesn't store any episodes itself so far, it just uses the one provided by gpodder-sync. But of course it could be done...