insanum / sncli

Simplenote CLI
MIT License
397 stars 35 forks source link

How to empty trash? #111

Open N0ury opened 3 years ago

N0ury commented 3 years ago

Hello this is not an issue, just a question. How to empty trash?

N0ury commented 3 years ago

In simplenote_cli/simplenote.py I have seen the method delete_note but it doesn't seem to be used.

Currently, when I need to empty trash I do it using Simplenote app.

samuelallan72 commented 3 years ago

@N0ury hmm you're right, I can't find a way to permanently delete a note from sncli. Strange that delete_note exists but isn't used; maybe something was refactored out...

It's not documented as far as I can find, but you can show all notes in the trash by running a gstyle search for tag:trash. There is also a keybinding and command line subcommand for moving in and out of the trash. But nothing to actually delete a note.

Thanks for reporting!