Release v1.22.0 #44

Merged
Mike Bros merged 14 commits from release/1.22.0 into master 2026-03-03 15:49:38 +00:00
Collaborator

Release v1.22.0

Changes

  • OP#1887: Add eza and lazygit to standard toolset
  • OP#1888: Add aliases() helper function
  • OP#1889: Add ## help comments to all aliases
  • OP#1890: Add column headers to all eza list aliases
  • OP#1891: Add Claude Code alias section
  • OP#1892: Add btop to standard toolset
  • OP#1893: Add VisiData to standard toolset
  • OP#1895: Add zoxide smart directory jumping
  • OP#1896: Add dust, duf, and glow to standard toolset

Checklist

  • All version tasks closed in Gravity PM
  • Version file matches Gravity PM version
  • Draft Forgejo release created

References

Version: v1.22.0 — Developer CLI Tools Overhaul (Gravity PM)

## Release v1.22.0 ### Changes - OP#1887: Add eza and lazygit to standard toolset - OP#1888: Add aliases() helper function - OP#1889: Add ## help comments to all aliases - OP#1890: Add column headers to all eza list aliases - OP#1891: Add Claude Code alias section - OP#1892: Add btop to standard toolset - OP#1893: Add VisiData to standard toolset - OP#1895: Add zoxide smart directory jumping - OP#1896: Add dust, duf, and glow to standard toolset ### Checklist - [x] All version tasks closed in Gravity PM - [x] Version file matches Gravity PM version - [x] Draft Forgejo release created ### References Version: v1.22.0 — Developer CLI Tools Overhaul (Gravity PM)
Replace ls aliases with eza equivalents featuring git status,
icons, and directory-first grouping. Add lazygit to tools manifest.

New aliases: ls, ll, la, l, lm, lg, lt (function with depth arg)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Parses .bash_aliases and prints a grouped, color-coded reference.
Usage: `aliases` for full list, `aliases <name>` for a specific one.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add ## inline help comments parsed by the aliases() function.
Output now shows three columns: name, command, and description.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add --header to ls, la, lm, and lg aliases for consistent
column headers across all list-style eza output.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add cc (launch), cch (chat mode), ccr (resume) aliases.
Rename section from "Danger" to "Claude Code" for clarity.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add eza to distro package install lines, add Go tools section
for lazygit, and document the aliases helper command.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
New section describing opinionated shell changes: eza ls
replacement, lazygit, self-documenting aliases. Note Nerd Font
impact on terminal icons. Placeholder for future CLI tools.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add btop system monitor to manifest system_packages and all
distro install lines. Document in Terminal Customizations section.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Install VisiData via pipx for terminal-based spreadsheet viewing
and editing. Add to manifest tools and README Terminal Customizations.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Install zoxide, add bash init to .bashrc, add zz alias for
interactive mode. Update manifest and README with usage docs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace du/df with modern alternatives (dust via snap, duf via apt).
Add disk usage aliases: du, df, dus, dud. Document glow (already
installed via snap) in README. Add snap install section.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace snap installs with direct binary (dust) and go install
(glow) to avoid snap sandboxing permission issues. Update README
install instructions accordingly.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Avoid shadowing system du which breaks sudo and scripts.
Use ds (dust), dss (one level deep), dsa (apparent size).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
chore(release): bump version to 1.22.0
All checks were successful
CI / security (pull_request) Successful in 34s
CI / manifest (pull_request) Successful in 52s
CI / json-check (pull_request) Successful in 55s
PR Validation / validate-branch (pull_request) Successful in 53s
CI / lua-check (pull_request) Successful in 57s
CI / sast (pull_request) Successful in 55s
PR Validation / validate-release-pr (pull_request) Successful in 3s
8183dc3d78
Refs OP#1897

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Mike Bros approved these changes 2026-03-03 15:49:29 +00:00
Mike Bros merged commit 244061a794 into master 2026-03-03 15:49:38 +00:00
Mike Bros deleted branch release/1.22.0 2026-03-03 15:49:39 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mike/kickstart.nvim!44
No description provided.