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

Show suffix of clipboard entry, too #139

Closed
grossjohann opened this issue Jul 20, 2020 · 1 comment · Fixed by #141
Closed

Show suffix of clipboard entry, too #139

grossjohann opened this issue Jul 20, 2020 · 1 comment · Fixed by #141
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@grossjohann
Copy link

When the clipboard entry is too long, Maccy shows me the prefix. But, especially in the case of file names, the prefix alone is not that helpful. What do you think about showing a prefix, then an ellipsis, then a suffix, of each entry?

So that /Users/jrl/Documents/Projects/2020/05/Corona-Strategy.docx would not be abbreviated /Users/jrl/Documents/Projects/..., but rather /Users/jrl/.../Corona-Strategy.docx. (I didn't could characters for this example, but I hope you get the idea.)

@grossjohann grossjohann changed the title Show suffix of clipboar entry, too Show suffix of clipboard entry, too Jul 20, 2020
@p0deje p0deje added the enhancement New feature or request label Jul 21, 2020
@p0deje p0deje added the help wanted Extra attention is needed label Jul 30, 2020
thekaleidoscope added a commit to thekaleidoscope/Maccy that referenced this issue Aug 2, 2020
This commit will show both prefix and suffix of an entry in clipboard
by dividing the string's input to show prefix to half max length and similarly
show the suffix for another half max length. The text in between is
truncated and replaced with ellipsis.

Fixes p0deje#139
p0deje pushed a commit that referenced this issue Aug 6, 2020
This commit will show both prefix and suffix of an entry in clipboard
by dividing the string's input to show prefix to half max length and similarly
show the suffix for another half max length. The text in between is
truncated and replaced with ellipsis.

Fixes #139
@p0deje
Copy link
Owner

p0deje commented Aug 7, 2020

Released in 0.14.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants