pulsar VS micro-editor

Compare pulsar vs micro-editor and see what are their differences.

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
pulsar micro-editor
91 227
2,939 23,903
4.9% -
9.9 9.4
5 days ago 1 day ago
JavaScript Go
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

pulsar

Posts with mentions or reviews of pulsar. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-09.
  • Show HN: Open-source alternatives to tools You pay for
    5 projects | news.ycombinator.com | 9 Dec 2023
    You may be thinking of Pulsar (<https://pulsar-edit.dev/>)?
  • Python Text Editor
    1 project | /r/AskProgramming | 17 Nov 2023
  • Armed with a big ol' can of Raid: Pulsar 1.110.0 is available now!
    1 project | /r/pulsaredit | 17 Oct 2023
  • Open-Source Washing
    3 projects | news.ycombinator.com | 27 Aug 2023
    > VSCodium is not "designed" to be less functional, since it is a project maintained by developers who are unaffiliated with Microsoft.

    In today's (OSS) world, employment or affiliation doesn't matter much. Microsoft can propose what they want and get what they want from the project, at the end of the day. I don't think these independent maintainers have power to say "No" (if a VSCodium developer can chime in here, I'd love to be stand corrected), or they risk VSCodium to be forked to VSCodiumX, by developers who are friendlier to the megacorp which loves Linux.

    Yes, VSCodium is a node to Chromium. "-ium" has a ring akin to "-ish" in today's conjecture. Freemium - Free-ish but not. Chromium - Chrome-ish but not. VSCodium - VSCode-ish, but not. This might be curse in the naming, but it feels like that, at least for me.

    The blog post I linked quotes a tweet which supports what I'm saying, heck even the blog post does a much better job of detailing what I was trying to say here in my previous comments.

    To circle back, the problem with -ium projects are, they are effectively banned from participating in the main ecosystem which drives these projects forward, and to be in "The Ecosystem", you need to use the closed source versions with pervasive data collection and whatnot. Heck, even Google abuses Chromium with "Experiments and Proposals", which they use to politely yet forcefully push the web to the places they want. VSCodium is the same getaway drug and test vessel for Microsoft.

    Lure with Open Source version, trap with closed source version for "Full Benefits" (for the company, because user is the product).

    > You're entitled to your own opinion, but Atom was developed by GitHub...

    Yes & yes.

    > which was acquired by Microsoft.

    Yes.

    > It doesn't help that Atom was discontinued last year, with the final version having been released in March 2022

    However, it's forked as Pulsar [0], which I meant by "current form" in my previous comment. Again, it's MIT licensed, and that's not my favorite, but at least it's not a company editor now.

    Atom's original developers started to build Zed, which is worst of both worlds currently (Open source with a closed backend, plus "All your data belong to us" clause).

    At the end of the day, from my perspective "-ium" projects and their sanitized versions are just open-core versions of the "main tools" developed from them.

    Just because these versions somehow work, and have a permissive license doesn't make them open source in the meta sense. Pedantically they are open source software, yes, but they are just the "Open Core" or Demo/Shareware versions of the tools which companies use to strange to ecosystems.

    This is just enshittification of open source in my eyes.

    More power to you if you're happy with the -ium tools, but I'd rather use truly free software (Like Eclipse), or use completely honest closed source software (like BBEdit), instead of using tools designed to look like open source but not.

    [0]: https://pulsar-edit.dev/

  • Chime – Capable. Focused. Fast. An open source editor for macOS
    1 project | news.ycombinator.com | 26 Aug 2023
    I thought spiritual successor to Atom is Pulsar. https://github.com/pulsar-edit/pulsar
  • Help: Atom Alternatives/Copy-Pasting Scripts
    1 project | /r/tabletopsimulator | 6 Jul 2023
    Pulsar has a TTS package, for those who were very comfortable in Atom.
  • Libre-friendly IDEs?
    1 project | /r/linux | 10 Jun 2023
    In addition to the already mentioned Emacs, I would check Pulsar, the Atom successor.
  • Im new to lua, what are the best Lua IDE?
    1 project | /r/lua | 29 May 2023
    Community-led fork of Atom
  • Clarification question
    3 projects | /r/pulsaredit | 29 May 2023
    Also, don't worry - we understand that there's documentation lacking on the "extend Pulsar" part and on package creation, but we're working on it. We're also working on better ways to test, document, and create packages (and grammars - see, for example, how we usually tested grammars in the past and how we're migrating to for example), so it's just a matter of time, really.
  • Best FOSS text editor like atom?
    1 project | /r/opensource | 19 May 2023
    Our website is https://pulsar-edit.dev/, feel free to check out or Discord server if you want to come and say hi or have any questions - we are a friendly bunch.

micro-editor

Posts with mentions or reviews of micro-editor. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-17.
  • Ask HN: What software sparks joy when using?
    10 projects | news.ycombinator.com | 17 Apr 2024
  • Modeless Vim
    13 projects | news.ycombinator.com | 15 Jan 2024
  • Essential Command Line Tools for Developers
    29 projects | dev.to | 15 Jan 2024
    To see more screenshots of micro, showcasing some of the default color schemes, see here.
  • Go: What We Got Right, What We Got Wrong
    22 projects | news.ycombinator.com | 4 Jan 2024
    Not sure these are really popular, but I cannot resist advertising a few utilities written in Go that I regularly use in my daily workflow:

    - gdu: a NCDU clone, much faster on SSD mounts [1]

    - duf: a `df` clone with a nicer interface [2]

    - massren: a `vidir` clone (simpler to use but with fewer options) [3]

    - gotop: a `top` clone [4]

    - micro: a nice TUI editor [5]

    Building this kind of tools in Go makes sense, as the executables are statically compiled and are thus easy to install on remote servers.

    [1]: https://github.com/dundee/gdu

    [2]: https://github.com/muesli/duf

    [3]: https://github.com/laurent22/massren

    [4]: https://github.com/xxxserxxx/gotop

    [5]: https://github.com/zyedidia/micro

  • Text Editor: Data Structures
    5 projects | news.ycombinator.com | 26 Dec 2023
    > The worst way to store and manipulate text is to use an array.

    Claim made from theoretical considerations, without any actual reference to real-world editors. The popular Micro[1] text editor uses a simple line array[2], and performs fantastically well on real-world editing tasks.

    Meanwhile, ropes are so complicated that even high-quality implementations have extremely subtle bugs[3] that can lead to state or content corruption.

    Which data structure is "best" is not just a function of its asymptotic performance. Practical considerations are equally important (arguably more so).

    [1] https://github.com/zyedidia/micro

    [2] https://github.com/zyedidia/micro/blob/master/internal/buffe...

    [3] https://github.com/cessen/ropey/pull/67

  • A nano like text editor built with pure C
    5 projects | news.ycombinator.com | 25 Dec 2023
  • A simple guide for configuring sudo and doas
    3 projects | dev.to | 24 Dec 2023
    There are two main ways to configure sudo.The first one is using the sudoers file.It is located at /etc/sudoers for Linux,and /usr/local/etc/sudoers for FreeBSD respectively.The paths are different,but the configuration works in the same way. A typical sudoers file looks like this. The sudoers file must be edited with the visudo command,which ensures the config is free of errors.Running this command as the root user will result in opening vi by default.If you want to use a different editor you can set the VISUAL environment varaible to the editor you want. For example,if you want to use micro as the text editor run:
  • what terminal emulator do you use and why?
    9 projects | /r/archlinux | 10 Dec 2023
    found that micro has dedicated info page for copy paste
  • Microsoft is exploring adding a command line text editor into Windows, and it wants your feedback
    6 projects | /r/Windows11 | 9 Dec 2023
    micro: winget install zyedidia.micro
  • What is the best basic ass text editor?
    1 project | /r/windows | 9 Dec 2023

What are some alternatives?

When comparing pulsar and micro-editor you can also consider the following projects:

Visual Studio Code - Visual Studio Code

helix - A post-modern modal text editor.

hydrogen - :atom: Run code interactively, inspect data, and plot. All the power of Jupyter kernels, inside your favorite text editor.

filemanager-plugin - A file manager plugin for the editor "Micro"

vscodium - binary releases of VS Code without MS branding/telemetry/licensing

kakoune - mawww's experiment for a better code editor

Launch.nvim - 🚀 Launch.nvim is modular starter for Neovim.

xclip - Command line interface to the X11 clipboard

Atom - :atom: The hackable text editor

vim-surround - surround.vim: Delete/change/add parentheses/quotes/XML-tags/much more with ease

atom - :atom: Community build of the hackable text editor

editorconfig-core-go - EditorConfig Core written in Go