All Projects → suyashmahar → Clipboarder

suyashmahar / Clipboarder

Licence: MIT license
Feature packed clipboard manager for Windows

Programming Languages

C#
18002 projects
NSIS
403 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to Clipboarder

Maccy
Lightweight clipboard manager for macOS
Stars: ✭ 3,349 (+8951.35%)
Mutual labels:  clipboard-manager
Flycut
Clean and simple clipboard manager for developers
Stars: ✭ 1,855 (+4913.51%)
Mutual labels:  clipboard-manager
Copyq
Clipboard manager with advanced features
Stars: ✭ 4,346 (+11645.95%)
Mutual labels:  clipboard-manager
genius
powerful clipboard manager for linux and windows
Stars: ✭ 21 (-43.24%)
Mutual labels:  clipboard-manager
CLIp
CLIp is a clipboard manager for a command line interface written in 100% standard C only. Pipe to it to copy, pipe from it to paste.
Stars: ✭ 12 (-67.57%)
Mutual labels:  clipboard-manager
clipboard-manager-electron
A clipboard manager built with Electron
Stars: ✭ 92 (+148.65%)
Mutual labels:  clipboard-manager
SharpClipboard
A library for anonymously monitoring clipboard entries.
Stars: ✭ 127 (+243.24%)
Mutual labels:  clipboard-manager
ClipboardCleaner
Check and clean your clipboard using service, widget, shortcut and quick setting tile.
Stars: ✭ 85 (+129.73%)
Mutual labels:  clipboard-manager
pinpoint
Keystroke launcher and productivity tool. macOS Spotlight and Alfred for Windows. Alternative to Wox.
Stars: ✭ 105 (+183.78%)
Mutual labels:  clipboard-manager
cliphist
wayland clipboard manager
Stars: ✭ 47 (+27.03%)
Mutual labels:  clipboard-manager
cliptext
Clipboard manager for macOS. Built with Electron.js
Stars: ✭ 37 (+0%)
Mutual labels:  clipboard-manager
cbs
interface to manage clipboard from the command line
Stars: ✭ 25 (-32.43%)
Mutual labels:  clipboard-manager
unlimited-clipboard
simple clipboard manager with unlimited history on electron
Stars: ✭ 21 (-43.24%)
Mutual labels:  clipboard-manager
clipper
📋 Cross Platform Desktop App to Save history of all information you copy and use them whenever with a solitary snap
Stars: ✭ 42 (+13.51%)
Mutual labels:  clipboard-manager

Clipboarder

Clipboarder is a clipboard management tool for Windows written in C# using .NET framework 4.0.
Grab latest release (v1.0) of Clipboarder from here.

Features:

  1. Clipboard management for text based content.
  2. Ability to save contents of Clipboarder to database using password.
  3. Ability to access content in hierarchical order using customizable keyboard shortcut, default: Ctrl + Shift + NumberKeys.
  4. Identification of multiple URLs in text content (turned off by default).
  5. Syntax Highlighting for languages defined in SHLs directory.
  6. Support for UTF content.

Screenshot

Syntax Highlighting

Clipboarder uses custom RichTextBox, SyntaxHighlightingTextBox to highlight text. Keywords for coloring are stored in XML files within the 'SHLs' directory.

Releases

Latest release for Clipboarder is 1.0.0. Release notes and binary for this release is here.

  • 1.0.0
    Version 1.0 of Cliboarder brings lots of new features, some of them are:

    • Starting Clipboarder with Windows
    • Installation support for SHL files
    • Several UX improvements
  • 0.9.0-beta
    0.9.0-beta release of Clipboarder brings first release of Clipboarder since moving to GitHub. Clipboarder currently does not include installer. Release notes and binary for this release is here.

Note:

  • Language name displayed in Text Preview are same as XML file in the SHLs directory.
  • XML file should follow pattern similar to that of sample-java.xml
  • Coloring of keywords in SyntaxHighlightingTextBox is in the order they are defined in XML file.

Acknowledgement

I would like to thank @DhavalKapil for his mentoring and support during SDSLabs Winter of Code.

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].