savedra1 / clipse

Configurable TUI clipboard manager for Unix
MIT License
272 stars 10 forks source link

[Feature Request] persistent words #43

Closed gars-cmd closed 4 months ago

gars-cmd commented 4 months ago

Is it possible to configure in the config.json persistent words that you want to keep in the clipboard manager?

savedra1 commented 4 months ago

Hi @gars-cmd :wave:

Thanks for raising this. To make sure I understand, what would the value of this be, given there is an existing pinned items feature? Maybe so that you wouldn't need to worry about pinning them?

Currently pinned items are not removed when the history limit is reached. The cmd clipse -clear currently removes all items including pined items from the history, but I'm planning to update this so that pinned items would remain and have to be deleted within the TUI or implement a new cmd like clipse --clear-all.

Would that meet your requirement here?

gars-cmd commented 4 months ago

Sorry but I think I missed the pinned items in the doc. Otherwise, the idea of -clear (not included pinned items) and --clear-all (pinned items) seems to me to be a good solution. thank you .