An open API service indexing awesome lists of open source software.

https://github.com/metrakit/oh-my-cb

An Electron app for keep your clipboard history in good hands
https://github.com/metrakit/oh-my-cb

clipboard electron history nodejs typescript

Last synced: 2 months ago
JSON representation

An Electron app for keep your clipboard history in good hands

Awesome Lists containing this project

README

          

# OhMyCB

[![Build status](https://ci.appveyor.com/api/projects/status/piutybpe3n493wr9?svg=true)](https://ci.appveyor.com/project/Metrakit/oh-my-cb)

## Setup

`yarn`

## Build executables

- All executables :
`npm run package`
- OSX :
`npm run package-darwin`
- Linux :
`npm run package-linux`
- Windows :
`npm run package-windows`

## Shortcuts

### DevTools

Toggle DevTools.

- macOS: Cmd Alt I or F12
- Linux: Ctrl Shift I or F12
- Windows: Ctrl Shift I or F12

### Reload

Force reload the window.

- macOS: Cmd R or F5
- Linux: Ctrl R or F5
- Windows: Ctrl R or F5

### Element Inspector

Open DevTools and focus the Element Inspector tool.

- macOS: Cmd Shift C
- Linux: Ctrl Shift C
- Windows: Ctrl Shift C