24seconds / rust-cli-pomodoro

Pomodoro cli app. Manage your time using this
https://crates.io/crates/rust-cli-pomodoro
MIT License
46 stars 8 forks source link

[feature] Support `Clear history` in ipc mode #180

Closed 24seconds closed 1 year ago

24seconds commented 1 year ago

Description

Thanks to @adrianEffe , history clear feature is released. (https://github.com/24seconds/rust-cli-pomodoro/pull/175, https://github.com/24seconds/rust-cli-pomodoro/releases/tag/v1.4.0).

There are two modes in rust-cli-pomodoro. Standalone mode and IPC mode.
History clear is supported in Standalone mode while is not supported IPC mode yet.

It would be nice to support it in IPC mode. Similar PR is #178

24seconds commented 1 year ago

For the context, related issue is #52