June 28th, 2024

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.

Read original articleLink Icon
Pulsar – A Community-Led Hyper-Hackable Text Editor

Pulsar is a community-led hyper-hackable text editor that offers cross-platform editing capabilities on OS X, Windows, and Linux. It features a built-in package manager for easy package search and installation, smart autocompletion to speed up code writing, a file system browser for seamless project navigation, and the ability to split the interface into multiple panes for efficient code comparison and editing. Users can also find and replace text across files or projects. Pulsar provides manual updates with notifications for new versions, which can be obtained from the website or continuous integration pages. The editor supports a package repository for downloading and publishing packages. Users experiencing issues can report them to the Pulsar Team via community areas or GitHub. The project is sponsored by various organizations and is continuously evolving with ongoing development and maintenance efforts.

Related

Show HN: Pomoglorbo, a TUI Pomodoro timer for your terminal

Show HN: Pomoglorbo, a TUI Pomodoro timer for your terminal

A Pomodoro Technique timer, Pomoglorbo, enhances productivity with customizable features like audio settings and work intervals. Users can contribute to the project following guidelines for development and testing.

Bomb Jack display hardware

Bomb Jack display hardware

The GitHub URL provides an automated tool for updating package and stock codes in Proteus Design Tool. It offers guidance on tool usage. For more details or support, request additional information.

Show HN: Online OPML editor to manage subscription lists

Show HN: Online OPML editor to manage subscription lists

The OPML Editor on GitHub manages RSS and Atom feeds. Users can add, merge OPML files, and remove duplicates using Svelte and CodeMirror technologies. Licensed under AGPL-3.0. Access at opml.imadij.com.

Show HN: Synapse – TypeScript Toolchain for Cloud Apps

Show HN: Synapse – TypeScript Toolchain for Cloud Apps

Synapse is a full-stack TypeScript toolchain with resource-driven programming, cloud-agnostic libraries, and fine-grained permissions. It includes a TypeScript compiler, fast package manager, and testing framework for local or AWS deployment. Installation instructions vary by OS. Leveraging TypeScript, esbuild, Node.js, Terraform, and AWS SDK. Detailed documentation on GitHub covers Custom Resources, Environments, Packages, and Tests, with a Quick Start guide available.

Maker of RStudio launches new R and Python IDE

Maker of RStudio launches new R and Python IDE

Posit introduces Positron, a new beta IDE merging R and Python development. Built on Visual Studio Code, it offers a user-friendly interface, data exploration tools, and seamless script running for polyglot projects.

Link Icon 7 comments
By @technojamin - 4 months
I've got to give Atom a lot of credit for laying the groundwork for VS Code, but I can't imagine ever going back to use it. I doubt this project will ever get the performance to an acceptable level, since it seems like that was never an architectural goal for Atom. VS Code proved that it was absolutely possible to have a performant editor written with web technologies, you just need to prioritize it from the start. That's true for any application, of course, but not something web developers are accustomed to (especially not a decade ago).

It made me a bit nostalgic trying it out again, though. I used Atom for about a year before switching to VS Code, and I remember the vibrant community around it. It definitely fulfilled it's goal of being hackable, since there were extensions that completely extended the UI in some pretty neat/silly ways.

By @bbkane - 4 months
Huh, I thought at least part of the Atom team went on to work on Zed
By @deadf00d - 4 months
Tried to install it on asahi-linux fedora. Got a segfault:

```

/usr/bin/pulsar: line 151: 480856 Segmentation fault nohup "$PULSAR_PATH" --executed-from="$(pwd)" --pid=$$ "$@" --no-sandbox > "$ATOM_HOME/nohup.out" 2>&1

```

Looks like it's a fork of Atom?

By @CyberDildonics - 4 months
I would love a fast, flexible, open source, elegant text editor, but this is a 300 MB download.
By @robxorb - 4 months
Has anyone found screenshots?