Skip to content

Commit a9294b6

Browse files
committed
doc: update NEWS.md
1 parent 2879444 commit a9294b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

NEWS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Zinit 4 comes with the following features that are different from Zinit (@zdharma-continuum fork).
44

55
- AppImage distribution ([release link](https://github.com/psprint/Zinit-4/releases/tag/v4.0.1)),
6-
- action complete – press `Alt-Shift-A` and `Alt-Shift-C` to **complete** plugin names and ice modifiers at the command line,
6+
- action complete – press `Alt-Shift-A` or `Alt-Shift-C` to **complete** plugin names and ice modifiers at the command line; asciicast on action-complete9:
77
[![asciicast](https://asciinema.org/a/609096.svg)](https://asciinema.org/a/609096)
88
- themes – set `$ZITHEME` to one of `default`, `blue`.`gold` and `pastel` to pick a color set to use for **`Zinit 4`** messages:
99
- default theme:
@@ -18,7 +18,7 @@ Zinit 4 comes with the following features that are different from Zinit (@zdharm
1818
![default](https://github.com/psprint/Zinit-4/blob/main/doc/img/gold-in.png?raw=true)
1919
![default](https://github.com/psprint/Zinit-4/blob/main/doc/img/gold-w.png?raw=true)
2020

21-
- new ice `build''` which is equivalent of three other ices: `null configure make'install` and simply builds the project from sources, with support for autotools/CMake/Meson/Scons; the project will be installed to `~/.z4` (default $ZPFX`), see a presentation: [![asciicast](https://asciinema.org/a/609101.svg)](https://asciinema.org/a/609101)
21+
- new ice `build''` which is equivalent of three other ices: `null configure make'install` and simply builds the project from sources, with support for autotools/CMake/Meson/Scons; the project will be installed to `~/.z4` (the default `$ZPFX`, which is cutomizable), see a presentation: [![asciicast](https://asciinema.org/a/609101.svg)](https://asciinema.org/a/609101)
2222
- each plugin has a separate function defined: `@[plugin-id]`; so for example the plugin `psprint/xzmsg` has a function `@psprint/xzmsg`; the function allows quick actions for all plugins, being:
2323
- `cd` – change directory to plugin dir,
2424
- `load` – load the plugin,
@@ -28,8 +28,8 @@ Zinit 4 comes with the following features that are different from Zinit (@zdharm
2828
- `run` – run a command in the plugin dir,
2929
- `dispose``rm -fr` on the plugin dir;
3030

31-
so, to run the action pass it as first argument, e.g.: `@psprint/xzmsg cd`.
32-
- each plugin (+ some other, distinct location) has a special alias (Zsh internal feature) of the form: `~[plugin-name]`; so for example `psprnit/xzmsg` has `~[psprint/xzmsg]` defined, ponting to the **plugin directory**; you can use the `~[…]` alias in all commands, e.g.: for `cd`,
31+
to run the action pass it as first argument of the plugin *`@function`* of your choice, e.g.: `@psprint/xzmsg cd` (in this example the shell will change CWD to `xzmsg` directory); presentation: [![asciicast](https://asciinema.org/a/609154.svg)](https://asciinema.org/a/609154)
32+
- each plugin (+ some other, distinct location) has a special alias (Zsh internal feature) of the form: `~[plugin-name]`; so for example `psprnit/xzmsg` has `~[psprint/xzmsg]` defined, ponting to the **plugin directory**; you can use the `~[…]` alias in all commands, e.g.: for `cd`; the feature is called "*dynamic directoies*" in zsh documentation,
3333
- the mentioned distinct location are:
3434
- `~[zplug]` – the plugin dir (`$ZINIT[PLUGINS_DIR`),
3535
- `~[zsnip]` – the plugin dir (`$ZINIT[SNIPPETS_DIR]`),

0 commit comments

Comments
 (0)