feat: Begins breaking kanatactl subcommands into their own files.

This commit is contained in:
2025-10-13 16:58:54 -04:00
parent ee2898053b
commit e77b3e7535
6 changed files with 298 additions and 136 deletions

View File

@@ -176,6 +176,7 @@ alias gs='git status' # git status quickly
alias hn='hugo new' # generate a hugo site
alias hnc='hugo new content' # generate new hugo site content quickly
alias j='just' # run justfile's quickly.
alias kb='kanatactl' # Keyboard / kanata commands.
alias l='eza --long --git --group --links --icons --all' # better ls command.
alias lfs='ls -lahH --color=auto "$ZDOTDIR/functions"' # List functions.
alias ls='eza --long --git --group --links --icons --all'