Giter VIP home page Giter VIP logo

clipy's Introduction

Hi there, I'm Hares. ๐Ÿ‘‹

Currently i am looking for a new job

let introduce = [
    "๐Ÿ“ฑ" : "I now develop iOS applications, and used to be a Web developer.",
    "๐Ÿค”" : "I'm focused on user interface design and user experience.",
    "๐Ÿ”จ" : "I use Swift, Objective-C, Python, etc.",
    "๐ŸŒฑ" : "I'm currently learning algorithm.",
    "๐Ÿ’ฌ" : "Send me email, if you want talk with me.",
    "๐ŸŒŸ" : "I'm love functional reactive programming and all interesting techniques."
]

introduce
    .sorted(by: >)
    .map { $0 + ": " + $1 }
    .forEach { print($0) }
๐Ÿค”: I'm focused on user interface design and user experience.
๐Ÿ”จ: I use Swift, Objective-C, Python, etc.
๐Ÿ“ฑ: I now develop iOS applications, and used to be a Web developer.
๐Ÿ’ฌ: Send me email, if you want talk with me.
๐ŸŒฑ: I'm currently learning algorithm.
๐ŸŒŸ: I'm love functional reactive programming and all interesting techniques.

clipy's People

Contributors

andrew-codechimp avatar benedictc avatar boltomli avatar divinedominion avatar econa avatar econa77 avatar ericyahhh avatar harryzjm avatar hiroppy avatar itiut avatar jasonm23 avatar jcw- avatar mcxiaoke avatar piamancini avatar tessus avatar thii avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

clipy's Issues

Search is not working

I noticed that the history search has stopped working for me, I'm using the latest 1.4.0 version (with the snippets) with the new Sonoma 14.0 OS

min macos target

i wanted to try your fork of clipy, but noticed you have the min macos target set to 10.15

any chance you could lower the min target to 10.14 ?

some of us are still in the dark ages ๐Ÿ™ˆ

I found two bugs

  1. The clipboard history cannot display screenshots;
  2. The search results cannot be clicked with the mouse, and the search box will be squeezed and not displayed when searching

Can not use Enter & Arrow keys anymore

Hi @harryzjm
Thank for your implementation, I love your search feature.
I now using 1.3.0-alpha4 and got some issues in Catalina 10.15.3.
I could not use Enter & Arrow keys after ran Clipy some minutes. I don't know exactly step to reproduce this, but try many times still got problem.
Please help check this. Thank you so much again! ^_^

Clipy 1.4.0 not working on Sonoma

I have just tried the latest version with snippets back and it is not working in several ways:

  1. Whatever I copy to the clipboard doesn't appear in Clipy. I have restart it, I have deleted all traces of it and recreate prefs, etcโ€ฆ to no bail. I am running the latest Sonoma 14.0 version on an M2 Pro Mac mini.

  2. I can open the Snippets window, create a folder, create a snippet, but no menu appears to choose the snippet like it did before inside the menu item (the original Clipy had an inline submenu in the menulet to show all folders and the snippets if you go into one of those folders). Only assigning a keyboard shortcut to the folder lets me choose the snippet or invoking the global Snippet shortcut (this behavior is expected).

  3. I can't import my old snippets. I assume it is because the old exported file was an XML file and this new version generates JSON, so it must expect the same format to import it.

The first issue is the worst as it is not working at all.

Thanks a lot for this new Clipy version and I will be waiting for any solution to these issues.

error messsage

โฏ /Applications/Clipy.app/Contents/MacOS/Clipy ; exit;
Clipy/Realm+Migration.swift:61: Fatal error: 'try!' expression unexpectedly raised an error: Error Domain=io.realm Code=1 "Provided schema version 7 is less than last set version 9." UserInfo={Error Name=InvalidSchemaVersion, NSLocalizedDescription=Provided schema version 7 is less than last set version 9., Error Code=1}

Snippets are missing

Is this fork still maintained?
It seems that the snippet option is missing on this one.

Will not Launch on mac Mini M2 under 13.4.1 (c)

FYI Launch fails with message:
/Applications/Utilities/Clipy.app/Contents/MacOS/Clipy ; exit;
Clipy/Realm+Migration.swift:61: Fatal error: 'try!' expression unexpectedly raised an error: Error Domain=io.realm Code=1 "Provided schema version 7 is less than last set version 9." UserInfo={Error Name=InvalidSchemaVersion, NSLocalizedDescription=Provided schema version 7 is less than last set version 9., Error Code=1}
zsh: trace trap /Applications/Utilities/Clipy.app/Contents/MacOS/Clipy

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.