Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krobelus/kakoune-boost
Staging area for Kakoune code editor plugins
https://github.com/krobelus/kakoune-boost
Last synced: 7 days ago
JSON representation
Staging area for Kakoune code editor plugins
- Host: GitHub
- URL: https://github.com/krobelus/kakoune-boost
- Owner: krobelus
- License: unlicense
- Created: 2024-02-18T11:29:37.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-10-23T14:17:41.000Z (15 days ago)
- Last Synced: 2024-10-23T16:47:04.794Z (15 days ago)
- Language: KakouneScript
- Homepage:
- Size: 66.4 KB
- Stars: 10
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kakoune-boost
This is a place for work-in-progress and experimental scripts that are
intended to be added to the [Kakoune editor](https://github.com/mawww/kakoune).If a change graduates to a ready-to-use Kakoune patch, it should be removed
from kakoune-boost. This keeps us honest - we should nurse patches in our
individual forks.# Usage
We currently require a development version of Kakoune (>= 2024-02) and Git.
git clone https://github.com/krobelus/kakoune-boost ~/.config/kak/autoload/
kak -e '
map global user g %{:enter-user-mode git} -docstring git...
'The scripts are idempotent; after making a change you can source them again,
no need to restart the editor.# Contributing
Send feedback and patches to [~krobelus/[email protected]](mailto:~krobelus/[email protected]) (see
[public archives](https://lists.sr.ht/~krobelus/kakoune)) or use GitHub or IM.