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
- Host: GitHub
- URL: https://github.com/metrakit/oh-my-cb
- Owner: Metrakit
- Created: 2017-04-19T22:17:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T21:04:24.000Z (about 9 years ago)
- Last Synced: 2025-03-14T20:32:02.996Z (over 1 year ago)
- Topics: clipboard, electron, history, nodejs, typescript
- Language: CSS
- Homepage:
- Size: 557 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OhMyCB
[](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