Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

skurdin

macrumors newbie
Original poster
Jul 27, 2024
13
25
Hi guys!
I was a web developer all my life and always wanted to create a native app using a web stack. I decided to create the PasteBar app because I could not find a decent clipboard manager with all the features I needed, so I created my own with custom clips and menus for quick copy and instant pasting. It's free and open source.

Please check https://www.pastebar.app/
Mac App store: https://apps.apple.com/us/app/pastebar/id6497567805
Github: https://github.com/PasteBar/PasteBarApp


Any feedback is appreciated! Thank you.


i-made-native-app-with-webdev-skills-for-mac-and-windows-v0-kfm1mumqt4fd1.png


List of Features for the PasteBar App:

  • 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
  • Automatic programming language detection and syntax highlighting
  • Markdown support in notes
  • Instant pasting from system menu
  • Dark theme
  • Global search functionality
  • Customizable clips and menus
  • Support for forms and templates
  • Web scraping and API data extraction capabilities
  • Available for macOS and Windows (including Apple Silicon M1, Intel, AMD, and ARM processors)
  • Free and open-source
 
Last edited:

Ben J.

macrumors 65816
Aug 29, 2019
1,083
641
Oslo
Interesting. I guess I'm replying to the thread just so I can get notifications. I'm not too keen on trying it out myself, for now. I'll see what people say first.

First impression is: isn't this a bit too much? Like "bloated"? I hate utilities that gets in my way more than they help me out.

Good luck with your app.
 

skurdin

macrumors newbie
Original poster
Jul 27, 2024
13
25
Thanks for sharing your thoughts Ben J! Yeah I understand your concern about bloat. PasteBar actually came from my own need to quickly access bits of info I use all the time. It's designed to be super lightweight, just quietly hanging out in the background until you need it. If you ever decide to try it out, I'd love to hear your thoughts. PasteBar will help to save time if you work with a lot of text and copy and paste a lot of content or images, screenshots, etc.

Thanks again for your message.
 
  • Like
Reactions: Michaelgtrusa

8px

macrumors newbie
Aug 3, 2024
23
10
does it need accessibility access?

one-click copy-to-clipboard? Time to get your offering on AlternativeTO site ;)


so I can get notifications.

Isn't that what 'Watch' does?
 

Attachments

  • Screenshot 2024-08-03 at 2.12.51 AM.png
    Screenshot 2024-08-03 at 2.12.51 AM.png
    24.2 KB · Views: 41
  • Like
Reactions: skurdin and Ben J.

skurdin

macrumors newbie
Original poster
Jul 27, 2024
13
25
PasteBar App Release 0.6.0

New Features:
  • Quick copy/paste access to using keyboard, press Ctrl + [number] (copy) or Ctrl + Alt (Cmd) + [number] (paste)
  • PasteBar Quick Paste window with keyboard navigation and global hotkeys, Enter or Ctrl + [number] to paste, Ctrl + F to search
  • Global hotkeys for show/hide the main app window option
  • Global hotkeys for show/hide Quick Paste window
  • New option Hide the app dock icon (macOS)
  • New option The app starts with main window hidden
  • New option Show navbar elements on hover only
  • New option Hide collections name on the navbar
Enhancements:

  • Support for zhCN Simplified Chinese language translation
  • Support for UK Ukrainian language with auto-generated translation (seeking help to improve)
  • Support for esES Spanish language with auto-generated translation (seeking help to improve)
  • Support for IT Italian language with auto-generated translation (seeking help to improve)
  • History items multi select/deselect using Ctrl + click or Cmd + click
Bug Fixes:

  • Fixed a bug where the contact form used an invalid link on Windows
  • Fixed a bug causing a markdown undefined error on window
 
  • Like
Reactions: Michaelgtrusa

svenmany

macrumors demi-god
Jun 19, 2011
2,284
1,533
Does your application skip using the system clipboard? I'm looking for an application that's a stand-in for the normal clipboard that adds the security of its copied data not being accessible to other applications.
 

skurdin

macrumors newbie
Original poster
Jul 27, 2024
13
25
Does your application skip using the system clipboard? I'm looking for an application that's a stand-in for the normal clipboard that adds the security of its copied data not being accessible to other applications.
No, PasteBar using system clipboard for copy and paste. What you asking is not possible on system level. You won't be able to copy and paste anything to any other apps without using system clipboard.
 

svenmany

macrumors demi-god
Jun 19, 2011
2,284
1,533
No, PasteBar using system clipboard for copy and paste. What you asking is not possible on system level. You won't be able to copy and paste anything to any other apps without using system clipboard.

There is an application that does this.


My guess is that it uses screen recording and accessibility and for copy and paste, respectively. It keeps the intermediate data in its own memory space.
 

skurdin

macrumors newbie
Original poster
Jul 27, 2024
13
25
There is an application that does this.


My guess is that it uses screen recording and accessibility and for copy and paste, respectively. It keeps the intermediate data in its own memory space.
Yeah, I understand how it works. It keeps copied content inside its app space and overrides system copy paste shortcuts with its own action. I don't think this is a good idea, but yeah, I understand that for some use cases this could be useful. I like to use my clipboard across all my devices it's very convenient and secure as well.
 

svenmany

macrumors demi-god
Jun 19, 2011
2,284
1,533
Yeah, I understand how it works. It keeps copied content inside its app space and overrides system copy paste shortcuts with its own action. I don't think this is a good idea, but yeah, I understand that for some use cases this could be useful. I like to use my clipboard across all my devices it's very convenient and secure as well.

There is a bunch of discussion about the security implications when using the clipboard to store confidential information on this thread:


That's a link to the current last page, which is focused some on the clipboard.

The clipboard is readily accessible to all applications running on the mac. I look forward to some polished application that provides clipboard-like functionality without using the clipboard. The open source application I referenced is too new.
 
  • Like
Reactions: Michaelgtrusa

skurdin

macrumors newbie
Original poster
Jul 27, 2024
13
25
There is a bunch of discussion about the security implications when using the clipboard to store confidential information on this thread:


That's a link to the current last page, which is focused some on the clipboard.

The clipboard is readily accessible to all applications running on the mac. I look forward to some polished application that provides clipboard-like functionality without using the clipboard. The open source application I referenced is too new.
I think the solution could be not to install too many apps and use only what you trust, but in your case, why not use this app https://github.com/s1ntoneli/Copi? It looks like exactly what you need.
 

svenmany

macrumors demi-god
Jun 19, 2011
2,284
1,533
I think the solution could be not to install too many apps and use only what you trust, but in your case, why not use this app https://github.com/s1ntoneli/Copi? It looks like exactly what you need.

That's the app I linked to in my earlier post on this thread. It's just too new and I have no idea how safe it is. It's just a single developer working on it for four months.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.