Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nik-rev/helix-golf

Powerful text refactoring with the Helix Editor
https://github.com/nik-rev/helix-golf

helix helix-editor neovim vim vimgolf

Last synced: 1 day ago
JSON representation

Powerful text refactoring with the Helix Editor

Awesome Lists containing this project

README

        

# Helix Golf

[![Built with Starlight](https://astro.badg.es/v2/built-with-starlight/tiny.svg)](https://starlight.astro.build)

Examples of efficiently refactoring text in the [Helix Editor](https://helix-editor.com/)

## Contributing

### Adding new examples

To add an entry, copy-paste the following template into the [`index.mdx`](https://github.com/NikitaRevenco/helix-golf/edit/main/src/content/docs/index.mdx) file:

````mdx
#### A concise title

An optional description.

##### Before

```optional extension
input file
```

##### After

```optional extension
output file
```

##### Command

`insert command here`

1. Steps taken
1. To perform the
1. Transformation

````

### Running locally

1. Clone this repository
1. `pnpm install`
1. `pnpm dev`