summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Collapse)Author
2025-03-10minor grammar fixOlive
2025-02-28contrib/gendocs.py: Try 'npx antora' if 'antora' is not availableMaxime Coste
2024-06-04Code review: dedicated dir for generated documentationIgor Ramazanov
* Instead of modifying files in-worktree, create a dedicated `doc_dir` directory to keep all the generated code and copy AsciiDoc there first. * Remove unnecessary deletion of a symbolical link at `libexec/kak`.
2024-06-04Merge branch 'mawww:master' into contrib/gendocs.shIgor Ramazanov
2023-12-28contrib/gendocs.py: refactoringIgor Ramazanov
Refactoring: 1. Generate the docs from a single Python file. 2. Run through Blake formatter. 3. Add links to Antora documentation pages.
2023-12-27Code review: contrib/gendocs.sh -> contrib/gendocs.pyIgor Ramazanov
What: migrate from shell and Scala to pure Python. Why: to improve the UX as users likely already have Python installed.
2023-12-27Add a contrib/gendocs.sh script for docs genIgor Ramazanov
Hey, I think Kakoune is a great editor! I struggled with a searchable and mobile-phone friendly documentation. Here're a Bash and Scala scripts to use the existing `**/*.asciidoc` for generating the static website. The code is far from ideal, but should be a good start. Would be good to improve the script and automatically publish the documentation using Github Actions and Pages. Hosting the draft on my personal Github pages. Here's how it looks like: https://igor-ramazanov.github.io.
2023-12-20Update TRAMPOLINEColin Yates
added missing word "...which *does* not store anything written..."
2022-07-05Move user mappings to <space> and keep/remove selection to ,Maxime Coste
2022-02-03Fix type-oRosario Pulella
2021-07-12Rename NCursesUI to TerminalUIMaxime Coste
2021-01-03Merge branch 'patch-1' of https://github.com/craigmac/kakouneMaxime Coste
2021-01-03Merge remote-tracking branch 'jkonecny/master-fix-missing-liexec-spec'Maxime Coste
2021-01-01Add new libexec directory to SPEC file packagingJiri Konecny
Without that the build of RPM file will fail.
2020-12-29Update TRAMPOLINEC.D. MacEachern
Small typos such as commas on "e.g." and "i.e.", verb-noun disagreement fixes, hyphenation fixes, and redundancies. Could use a major rewrite in terms of voicing, tone, and clarity, should anyone want to take up that task.
2020-12-17TRAMPOLINE: fix typoArjun P
2020-11-01Update Tupfile to get it buildingIvan Tham
Merge some new changes from Makefile Shorten the output as well
2020-09-12Fix grammar in manual entrysamueldple
2020-09-02Update spec file to newer versionJiri Konecny
2020-08-04Update spec file to newer versionJiri Konecny
2020-07-27doc: Fix braces selection shortcut in TRAMPOLINENicholas Boyd Isacsson
2020-02-05Merge remote-tracking branch 'jkonecny/master-backport-spec'Maxime Coste
2020-02-04contrib describe_sessions: Look for sessions in XDG_RUNTIME_DIRFrank LENORMAND
The sessions are stored in `$XDG_RUNTIME_DIR` when that variable is defined.
2020-01-16Backport new downstream spec file to upstreamJiri Konecny
2019-12-18Update upstream spec from downstream FedoraJiri Konecny
Kakoune is now officially packaged to Fedora. Update the spec file based on the downstream spec. Spec file was enhanced by Artem Polishchuk (tim77). Thanks a lot!
2019-10-09doc: swap `q` and `Q` in TRAMPOLINEYang Tang
2019-09-18doc: add explicit mention of `d` and `u` commands.Bruno Heridet
lenormf did a fantastic job in the original TRAMPOLINE by providing a good density information while keeping the document short. However, after skimming through it recently I found that these 2 basic commands (`d` and `u`) were not explicitly mentioned. As newcomers who ask for a `vimtutor` equivalent are often redirected to the TRAMPOLINE, I thought these short additions will be welcomed.
2019-04-24Add a new build dependency required for Fedora 30Jiri Konecny
This will fix Fedora 30 & Fedora 31 daily builds. Also update to a new version.
2019-03-23Merge remote-tracking branch 'lenormf/describe-sessions'Maxime Coste
2019-03-02Notes on true color and Mac OSJason Felice
2018-11-18contrib: Implement a script to describe sessionsFrank LENORMAND
Related to #538
2018-10-12Update spec file to the new releaseJiri Konecny
Reported-by: Katharina Fey <spacekookie>
2018-07-31Fix reference to perl regex syntax, Kakoune's is based on ECMAScriptMaxime Coste
Fixes #2271
2018-07-17Add g++ as new build dependencyJiri Konecny
From Fedora 29 the gcc package is not part of the buildroot environment.
2018-07-10Mention autoinfo for normal mode in TRAMPOLINEMaxim Baz
2018-06-01Remove Homebrew formulaAlyssa Ross
Homebrew core now packages kakoune, and the Linux-specific stuff is now in Linuxbrew, so there's no reason to keep this formula around anymore.
2018-05-05Improve SPEC file, use release tag instead of commit hashŁukasz Jendrysik
2018-04-29Small improvements of TRAMPOLINEAlbin Otterhäll
2018-03-27Docs: update trampoline with new rotation primitivesDelapouite
2018-03-20Merge remote-tracking branch 'lenormf/contrib-tmux-truecolor'Maxime Coste
2018-02-24contrib tupfile: Fix the name pattern for objectsFrank LENORMAND
2018-02-23faq: Document how to render colors properly in `tmux`Frank LENORMAND
2018-02-04Various Homebrew formula improvementsAlyssa Ross
* Add missing dependencies on Linux * Remove unnecessary option. Hasn't been necessary since Homebrew/homebrew-core@90aae3e04c9af9d834c16c6820aff930fed5c3f4. * `require "formula"` is unnecessary * `brew audit --strict` warns on single quotes
2017-11-04contrib: Adapt `Tupfile` to upstream changesFrank LENORMAND
2017-11-01Remove remaining references to boost from documentation/contrib filesMaxime Coste
2017-10-13contrib: Add a descriptive reference of editing primitivesFrank LENORMAND
2017-08-28Fix kakmap.rb script for new normal.cc codekawas44
2017-06-29contrib Tupfile: Adapt to upstream changesFrank LENORMAND
2017-03-28contrib: Remove `make_deb.bash`Frank LENORMAND
The `make_deb.bash` script has outlived its purpose, as package maintainers start generating proper nightly package releases.
2017-01-15Use an optimized build in then homebrew formulaMaxime Coste