| Commit message (Expand) | Author | Age |
* | Add glob file type support (#8006) | Galen Abell | 2024-02-11 |
* | Create helix-stdx crate for stdlib extensions | Michael Davis | 2024-01-18 |
* | Resolve args.files before changing directory (#8676) | Bjorn Ove Hay Andersen | 2023-11-21 |
* | Fixed issue when the first file specified as an argument was a relative direc... | Bjorn Ove Hay Andersen | 2023-10-18 |
* | Add +N CLI argument to jump to first file's line number (#8521) | Bjorn Ove Hay Andersen | 2023-10-12 |
* | Set the working directory before loading the config (#8498) | Bjorn Ove Hay Andersen | 2023-10-09 |
* | enable starting hx with a working directory (#8223) | Lloyd Bond | 2023-10-03 |
* | Initialize log and config files right after parsing arguments (#7585) | Alex Vinyals | 2023-07-09 |
* | Fix `:log-open` when `--log` is specified (#7573) | Alex Vinyals | 2023-07-09 |
* | fix: add file argument in help text (#7307) | 0xHiro / ヒロ | 2023-06-10 |
* | add workspace config and manual LSP root management | Pascal Kuthe | 2023-03-29 |
* | feat(lsp): pass client_info on initialization (#4904) | Matouš Dzivjak | 2022-12-09 |
* | document should save even if formatter fails | Skyler Hawthorne | 2022-10-19 |
* | Add command line parameter to specify log file (#3807) | Tobias Hunger | 2022-09-20 |
* | Show clipboard info in --health output (#2947) | Gokul Soumya | 2022-08-31 |
* | add a CLI flag for specifying config file location (#2666) | Michael Davis | 2022-08-04 |
* | feat: support grammar cross-compilation | yvt | 2022-08-02 |
* | adds --vsplit and --hsplit arguments (#2773) | plexom | 2022-07-01 |
* | use main application event loop | Skyler Hawthorne | 2022-06-19 |
* | move config parsing back into main | Skyler Hawthorne | 2022-06-19 |
* | Add support for local language configuration (#1249) | Kirawi | 2022-04-18 |
* | Handle BrokenPipe when piping hx --health through head (#1876) | Nirmal Patel | 2022-03-30 |
* | Add refresh-config and open-config command (#1803) | Joe | 2022-03-25 |
* | fix '--grammar' flag in help text (#1784) | Michael Davis | 2022-03-10 |
* | rename '--fetch/build-grammars' flags into '--grammar fetch/build' | Michael Davis | 2022-03-10 |
* | migrate grammar fetching/building code into helix-loader crate | Michael Davis | 2022-03-10 |
* | implement build_grammars and fetch_grammars | Michael Davis | 2022-03-10 |
* | add --fetch-grammars and --build-grammars CLI flags | Michael Davis | 2022-03-10 |
* | Add --edit-config flag to directly open config.toml (#1771) | Joe | 2022-03-09 |
* | Add --health command for troubleshooting (#1669) | Gokul Soumya | 2022-03-08 |
* | Allow specifying file start position (#445) | Ivan Tham | 2022-01-23 |
* | revert log truncation (#895) (#1130) | Kirawi | 2021-11-19 |
* | helix-term/commands: implement cquit (#1096) | Cole Helbling | 2021-11-15 |
* | Add commit hash to version info, if present (#957) | Gygaxis Vainhardt | 2021-11-14 |
* | Launch with defaults upon invalid config/theme (#982) | Omnikar | 2021-11-06 |
* | Add `--tutor` option to `hx --help` output (#924) | Omnikar | 2021-10-28 |
* | log syntax highlighting init errors (#895) | Kirawi | 2021-10-23 |
* | Fix previous broken refactor key into helix-view | Ivan Tham | 2021-06-24 |
* | minor: Remove old TODOs | Blaž Hrastnik | 2021-06-22 |
* | Revert "Refactor key into helix-view" | Blaž Hrastnik | 2021-06-19 |
* | Refactor key into helix-view | Ivan Tham | 2021-06-19 |
* | Configurable keys 2 (Mapping keys to commands) (#268) | PabloMansanet | 2021-06-17 |
* | Create all parent directories for config and cache | Wojciech Kępka | 2021-06-07 |
* | Separate helix-term as a library | Ivan Tham | 2021-06-07 |
* | Install instructions and version number corrections (#148) | Ethan Bodzioney | 2021-06-07 |
* | Try to detect language when document file path is set | Blaž Hrastnik | 2021-06-04 |
* | Default log file to cache | Ivan Tham | 2021-06-03 |
* | Refactored parse_args loop | Corey Powell | 2021-06-02 |
* | Dropped pico-args in favour of a simpler hand roller parser | Corey Powell | 2021-06-02 |
* | Fix panic opening rust file | Ivan Tham | 2021-06-02 |