Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nik-rev/helix-golf
- Owner: nik-rev
- License: mit
- Created: 2024-12-10T23:28:19.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-11T16:34:21.000Z (13 days ago)
- Last Synced: 2025-01-18T22:52:45.888Z (6 days ago)
- Topics: helix, helix-editor, neovim, vim, vimgolf
- Language: MDX
- Homepage: https://nik-rev.github.io/helix-golf/
- Size: 260 KB
- Stars: 26
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 titleAn 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`