Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

suggestion: add ability to 'pin' clipboard entries, so they are readliy available to switch to #76

Open
assaf758 opened this issue Apr 18, 2018 · 4 comments

Comments

@assaf758
Copy link

assaf758 commented Apr 18, 2018

similar to 'static' attribute of clipit

@mrichar1
Copy link
Owner

mrichar1 commented Jun 1, 2018

Hi - sorry for the delay.

This seems like a nice idea - though I'm not sure how this would be implemented. At the moment the clipster history is a list which is simply appended to/removed from - as such there is no obvious way to 'pin' an item to a particular 'position' in the list.

I'm imagining something like a 'favourites' list, to one side of the main history, which could be accessed by cmd-line flags/hotkeys in the GUI, where position was maintained. But there may be better ways.

I've flagged this as 'help wanted' as I'm a bit busy just now and don't have much time to devote to enhancements, but if someone else wants to do the planning and/or implementing I'm happy to review this as a new feature!

@dicktyr
Copy link

dicktyr commented Dec 6, 2019

snippets are useful but I think they belong in a separate tool

@stale
Copy link

stale bot commented Apr 16, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Apr 16, 2022
@stale stale bot closed this as completed Apr 28, 2022
@mrichar1 mrichar1 reopened this Apr 28, 2022
@stale stale bot removed the stale label Apr 28, 2022
@mat-m
Copy link

mat-m commented Jun 28, 2023

My vote on this one.
Suggestions:

  • (As you said) Add a new board PERMANENT
  • ACTION:BOARD:COUNT[:CONTENT] would be SEND:PERMANENT:X:CONTENT: where X is the position in the list
    • Do we accept empty items to allow for ordering ?
    • If we do not, if X is already filled, do we overwrite or do we insert ? Insert is more comfortable, but I don't know if it's easy to implement.
  • A command that takes an item from a board and push it in X position in the PERMANENT board

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants