v1.0.0
✅ first public release
✅ @clarketm’s amalgamated zsh_completions
plugin (68668ec)
✅ @tom-doerr’s zsh_codex
plugin to access @OpenAI’s Codex API from the command line (954c75d)
✅ @olets’s zsh_abbr
plugin to instantly expand certain abbreviations (075d6c9)
✅ GitHub Copilot for Neovim (34ddd73)
✅ globbing (command **/*.𝑥
) instead of command $(find 𝑥)
(fix #260) in #530
✅ a dynamic g
function (3783701) that:
• without arguments, performs git status
• with an argument of filename
, performs git status filename
• with an argument of clone
, config
, help
, init
, version
, or -𝑥*
, performs as git 𝑎𝑟𝑔𝑢𝑚𝑒𝑛𝑡
, and
• otherwise performs whatever commands follow g
, for example:
g add ...
→ git add ...
g commit ...
→ git commit ...
In memoriam:
🚫 @Atom configuration (6f32113)
🚫 disused @ImgBot configuration (3c5cbd7)
🚫 disused @Transifex configuration (adf018e)
🚫 disused Nano editor configuration (74b38c9)
🚫 Markdown (in favor of AsciiDoc) (9d6a1a2)
🚫 git.io
links (fix #519) in #520
Full Changelog: v0.9.0...v1.0.0