amtoine/nu-git-manager

some ideas from `nu_scripts`

开放

#7 创建于 2023年4月30日

 (2 条评论) (0 个反应) (0 位负责人)Nushell (1 个派生)auto 404
enhancementhelp wantedneeds-triage

仓库指标

星标
 (32 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

in the nushell/nu_scripts repo, we have the following files that could be interesting at some point

╭───┬───────────────────────────────────────────────────────────╮
│ 0 │ aliases/git/nu_alias_git.nu                               │
│ 1 │ custom-completions/auto-generate/completions/git-sizer.nu │
│ 2 │ custom-completions/auto-generate/completions/git.nu       │
│ 3 │ custom-completions/auto-generate/completions/gitk.nu      │
│ 4 │ modules/git/git.nu                                        │
│ 5 │ modules/git/git_branch_cleanup.nu                         │
│ 6 │ modules/prompt/async_git_prompt/async-git-prompt.nu       │
│ 7 │ modules/prompt/panache-git.nu                             │
│ 8 │ modules/prompt/powerline/power_git.nu                     │
│ 9 │ sourced/cool-oneliners/git_gone.nu                        │
╰───┴───────────────────────────────────────────────────────────╯

Note generated with fd git | lines | find --invert themes before_v0.60 github gitlab custom-completions/git | find --invert --regex '/$'

there are also a bunch of things scattered around in my nu_scripts :+1: especially

贡献者指南