All Projects → benjohnde → Clipinio

benjohnde / Clipinio

Licence: mit
A clipboard manager.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Clipinio

webplayer-hotkeys
A Chrome extension that assigns hotkeys to play/pause, and switch musics (next and previous). Works with Spotify, Deezer, SoundCloud and Youtube
Stars: ✭ 16 (-71.93%)
Mutual labels:  hotkeys
react-keyboard-shortcuts
A declarative library for handling hotkeys based on explicit priority in React applications
Stars: ✭ 23 (-59.65%)
Mutual labels:  hotkeys
Poe Trades Companion
Enhance your trading experience in Path of Exile. Highly customizable.
Stars: ✭ 395 (+592.98%)
Mutual labels:  hotkeys
g910-gkey-macro-support
GKey support for Logitech G910 Keyboard on Linux
Stars: ✭ 85 (+49.12%)
Mutual labels:  hotkeys
OBS-ChatSpam
Python script for OBS Studio that posts messages in Twitch chat
Stars: ✭ 26 (-54.39%)
Mutual labels:  hotkeys
React Hotkeys
React component to listen to keydown and keyup keyboard events, defining and dispatching keyboard shortcuts.
Stars: ✭ 279 (+389.47%)
Mutual labels:  hotkeys
Volumey
Volume mixer that allows you to set up global hotkeys to control your Windows audio system.
Stars: ✭ 139 (+143.86%)
Mutual labels:  hotkeys
Hd To Tc
This tool will convert Age of Empires II HD to The Conquerors and create a seperate installation folder. You can also auto configure Voobly to start playing multiplayer instantly.
Stars: ✭ 13 (-77.19%)
Mutual labels:  hotkeys
Redshift-Tray
A no-frills GUI for the excellent Redshift, with some optional OS hotkeys
Stars: ✭ 34 (-40.35%)
Mutual labels:  hotkeys
Wubi Lex
WIN10系统自带五笔的码表与短语词库安装、管理工具( 可将五笔替换为郑码等其他形码输入法 ),并可增强微软五笔的设置、热键等功能。 发布后的软件仅890KB, 只要一个EXE文件( 绿色免安装 )。软件已自带五笔86、98、091、新世纪码表,以及极点五笔、QQ五笔、 微软五笔默认词库、昱琼词库、海峰词库等。甚至自带了郑码大词库、可以一键把微软五笔替换为郑码输入法。
Stars: ✭ 385 (+575.44%)
Mutual labels:  hotkeys
swhkd
Sxhkd clone for Wayland (works on TTY and X11 too) | mirrored at https://git.sr.ht/~shinyzenith/swhkd
Stars: ✭ 215 (+277.19%)
Mutual labels:  hotkeys
react-hotkey-tooltip
A global Hotkey provider with built in tooltip for React
Stars: ✭ 34 (-40.35%)
Mutual labels:  hotkeys
Zvirtualdesktop
Windows 10 Virtual Desktop Hotkeys, System Tray Icon, Wallpapers, and Task View replacement
Stars: ✭ 322 (+464.91%)
Mutual labels:  hotkeys
Asuite
ASuite is a simple open source portable launcher for Microsoft Windows.
Stars: ✭ 58 (+1.75%)
Mutual labels:  hotkeys
Autohotkey l
AutoHotkey - macro-creation and automation-oriented scripting utility for Windows.
Stars: ✭ 5,090 (+8829.82%)
Mutual labels:  hotkeys
react-use-hotkeys
React hook for creating simple keyboard shortcuts
Stars: ✭ 74 (+29.82%)
Mutual labels:  hotkeys
Sylphyhorn
Virtual Desktop Tools for Windows 10.
Stars: ✭ 271 (+375.44%)
Mutual labels:  hotkeys
Reakeys
⌨️ React Hotkeys Hook
Stars: ✭ 28 (-50.88%)
Mutual labels:  hotkeys
Hotkeys
➷ A robust Javascript library for capturing keyboard input. It has no dependencies.
Stars: ✭ 5,165 (+8961.4%)
Mutual labels:  hotkeys
Keymage
Yet Another JS Keybinding library
Stars: ✭ 325 (+470.18%)
Mutual labels:  hotkeys

Clipinio

Lightweight clipboard manager for OS X.

Usage

Press CMD + C to copy, and CMD + SHIFT + V to insert a clip via Clipinio. The hotkeys are hardcoded. If demanded, I will add a menu for customizing the keys.

Build

sh build.sh

It automatically copies Clipinio to /Applications/Clipinio.app. Enjoy!

Additional information

I used to utilise ClipMenu as daily clipboard manager. As the recent version lacks of access to the source code I decided to switch. Thus, I bought two clipboard managers from the App Store. Both did not work as expected...so I wrote my own implementation of a lightweight clipboard manager. It has been written in Swift as an introduction. This is nothing real special...just fits my daily use case. If anyone cares: I did not invoke the old carbon api as it felt unswifty implementing it. The disadvantage of this approach is that one is not able to consume hotkey events but to receive a copy of these. Meaning the hotkey event is dispatched to the current application.

Update 2015-12-10

As of now I am using the old Carbon API, hence being able to consume the events. It is also much faster now and feels more like the old ClipMenu. It was also not that unswifty to implement.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].