July 29th, 2024

PasteBar – Limitless, Free Clipboard Manager for Mac and Windows. Open Source

PasteBar is a free clipboard manager for Mac and Windows, offering unlimited history, privacy features, and support for various data types. It enhances productivity with organizational tools and customizable options.

Read original articleLink Icon
PasteBar – Limitless, Free Clipboard Manager for Mac and Windows. Open Source

PasteBar is a free and open-source clipboard manager available for both Mac and Windows, designed to facilitate the management of copied content. It features unlimited clipboard history, searchable copy history, and custom saved clips, along with quick-access paste menus and organizational tools such as collections, tabs, and boards. The application prioritizes user privacy and security with local storage, lock screen, and passcode protection. It supports various data types, including text, images, files, links, and code snippets, and offers automatic programming language detection with syntax highlighting. Additional features include Markdown support, instant pasting from the system menu, a dark theme, global search functionality, and customizable clips and menus. PasteBar also supports forms and templates, web scraping, and API data extraction. It is compatible with macOS and Windows, including Apple Silicon M1, Intel, AMD, and ARM processors. The technology stack includes Rust for backend development and JavaScript frameworks like TypeScript, React, and TailwindCSS for the frontend. To get started with PasteBar, users can build the app using specific npm commands and install necessary dependencies. Overall, PasteBar aims to enhance productivity by efficiently and securely managing clipboard data.

Related

Vim Registers: The Good, the Bad, and the Ugly Parts (2013)

Vim Registers: The Good, the Bad, and the Ugly Parts (2013)

Registers in Vim offer versatility for macros and data storage. Drawbacks include incomplete clipboard history and confusing terminology. Author suggests improvements for a more efficient workflow, acknowledging Vim's usefulness.

Pulsar – A Community-Led Hyper-Hackable Text Editor

Pulsar – A Community-Led Hyper-Hackable Text Editor

Pulsar is a versatile text editor with cross-platform support, a package manager, autocompletion, file browser, split interface, find and replace, manual updates, package repository, community support, and ongoing development.

Creating a Simple Pastebin Service in Python and Flask – Muhammad

Creating a Simple Pastebin Service in Python and Flask – Muhammad

A blog post describes creating a Pastebin service with Python and Flask. Users can paste text, select a language, and get a unique URL. Setup includes virtual environment, Flask, shortuuid, and pygments. Code manages submissions, displays content with syntax highlighting, and views pastes. Suggestions for project enhancements and author's services mentioned.

Show HN: Posting v1 – The modern HTTP client that lives in your terminal

Show HN: Posting v1 – The modern HTTP client that lives in your terminal

Posting is a versatile HTTP client for terminals, enabling request storage in YAML files. It features navigation shortcuts, environments, syntax highlighting, themes, and Vim key bindings. Installation is easy with `pipx install posting`.

Show HN: ThinkPost – split-panel note taking & brainstorming app for devs

Show HN: ThinkPost – split-panel note taking & brainstorming app for devs

ThinkPost is a digital tool for note-taking and brainstorming, featuring multi-mode panels, a diagram editor, a math editor, and a versatile code editor, enhancing productivity and collaboration for developers.

Link Icon 4 comments
By @PasteBar_App - 5 months
PasteBar is a feature-rich, free clipboard manager that leverages a web stack to create a native-like experience using Tauri App (Rust). It's built with Tailwind CSS, drag-and-drop actions, and custom React UI components, providing a seamless and efficient integration with the OS. The big advantage of using a web stack for UI is that you can visually create the same look and feel for both Mac and Windows. I am very proud to have achieved that with PasteBar.

As a lifelong web developer, I always dreamt of creating a native app using familiar web technologies. When I couldn't find a decent clipboard manager that met my needs, I decided to build my own. PasteBar has the unique ability to create native menus with instant paste actions that I could not find in any other app or service. It's free, open source, and packed with features like:

- Unlimited clipboard history - Searchable copy history - Custom saved clips - Quick-access paste menus - Collections, tabs, and boards for organization - Local storage for privacy and security - Lock screen and passcode protection - Support for text, images, files, links, and code snippets - Instant pasting from system menu - Dark theme - Global search functionality - Customizable clips and menus

Check out PasteBar in action at https://www.pastebar.app or explore the source code on GitHub at https://github.com/PasteBar/PasteBarApp

Available for macOS and Windows (including Apple Silicon M1, Intel, AMD, and ARM processors)

I would love to hear your thoughts and feedback! Thank you!

By @tycoon177 - 5 months
With the tauri backend, do you have plans to support Linux machines? If not, what is the limiting factor?
By @kkfx - 5 months
Nice, now dream a text-centric desktop where almost all your digital life is in notes, you can attach files anywhere and link them, access all information with full-text search, search&narrow style, with various filter, composing and decomposing, copy-pasting abilities etc.

Well, on one historical side you discovered the Libraries of Babel, by Conrad Gessner (circa 1545) on the other Emacs/EXWM as desktop, org-mode/org-roam managed notes with gazillion of packages around.

That's not a critic to PasteBar project, but an observation on who many independent people, typically not knowing "paste solutions" like Emacs, re-invent single aspects already invented decades ago because they are effective and useful and they still fall short in full scale integration because modern systems are not meant to be fully integrated environments. PasteBar is nice, it's just an example of how much we need text and how poor are modern environments, and how much effort is needed in them to do even the most simple thing like having a handful of ready-made snippets to be inserted somewhere comparing to just yasnippet or tempo in complexity and effort terms.

By @jftuga - 5 months
How much RAM does your program consume on each of the platforms?