GithubHelp home page GithubHelp logo

rosenblu1 / clippy Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 405.13 MB

Clipboard Manager for Mac in the Menubar

License: MIT License

Shell 4.38% Python 95.62%
clipboard-history clipboard-manager mac menubar rumps

clippy's Introduction

Clippy

A simple clipboard manager for Mac in the Menubar that supports plain and rich text, html, files, and images. Clippy remembers the last 25 items you've copied, and you can pin items so they stay in the app until you clear or unpin them.

Installing

Download and open Clippy-Installer.dmg. When running the app for the first time, you'll have to right click and select 'Open' as the .app file isn't signed and I'm not shelling out ~$100 for an Apple Developer account.

CI/Pushing to main branch

There are github actions set up to automatically rebuild the Installer on push to main unless [NOBUILD] is in the commit message.

To create a new release, add [RELEASE] to your commit message. The version tag used will be the value of __version__ in clippy.py.

The pipeline is:

  • ./build.sh is run, which runs python3 setup.py py2app and creates the .app file.
  • setup.py imports clippy.__version__
  • setup.py writes to a temp vers.txt file with this version tag to be created
  • The CI-build-release.yml github workflow reads from and deletes vers.txt, then creates a tag for the version and makes a release with it!

Building Locally

Install python requirements with python3 -m pip install -r requirements.txt. Running clippy.py at the command line will work, but if you want to build the project locally, clone the repo, install create-dmg (e.g. with brew install create-dmg), and run ./build.sh. This will create the installer (Clippy-Installer.dmg), as well as the bare .app file in a dist/ directory (if you don't need to distribute it and are fine to manually move the .app to your Applications folder).

clippy's People

Contributors

rosenblu1 avatar

Stargazers

 avatar

Watchers

 avatar

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.