Skip to content

Latest commit

 

History

History
83 lines (83 loc) · 3.11 KB

TODO.md

File metadata and controls

83 lines (83 loc) · 3.11 KB
  • $env.MYVIMRC #49
  • migrate from comma to project-overlay #56
    • watch updating (for dev) #57
      • watch __ #106
    • scope project #99
    • Application Migration #102
      • docker.io #103
      • config/nushell #109
      • typst #124
      • deployment #126
      • risingwave #127
      • meilisearch #128
      • ansible #134
    • Find __.nu in all parent directories. #104
      • replace-cmpl #107
    • test framework #108
    • FILE_PWD #110
    • Update links in README.md #111
    • perform-or-print #115
    • update Comma's README.md #125
  • Change the complete function's prefix to cmpl #105
  • Refactor argx #130
    • Support command names containing spaces. #129
    • Add a argx new interface #131
      • migrage new api #135
      • argx parse support aliases #153
    • get-sign to obtain the most matching (longest(sorted last)) option #132
    • kubectl complete update _args index #133
  • Modularize #136
    • autoload #156
    • adjust $env.cwd_history_file #249
      • Change env name to uppercase #295
    • Adjust cache path #250
      • k8s #251
      • k8s-api-resources #252
      • power #253
      • ssh.json #254
  • Shortcut.nu #148
    • kubernetes #149
    • git #150
    • llm #152
  • Container #154
    • container-layer #155
  • Git #202
    • Hooks #203
      • list-hooks #204
        • List only valid hooks. #234
      • install-hooks #205
        • Improve repo path detection #227
        • outdent #232
        • The git-hooks function now accepts a new argument ctx, replacing the former argv. #233
        • install default hooks #236
        • --direnv generates direnv related statements #288
      • cmpl-hooks #206
      • uninstall-hooks #235
    • git-sync #216
      • An option to control whether to execute rsync. #222
      • Simplify git-sync function by merging conditions #228
      • git-sync hooks #298
    • Histogram #309
      • git-histogram-merger #310
      • git-histogram-activities #311
  • direnv #286
    • project use direnv #287
    • Move direnv into Project.nu #293
  • Project #289
    • Redundant cd ($env.OLDPWD) #290
    • Load in batch mode #294
  • Docker #296
    • Configurable development environment #297
      • postgresql #324
      • surrealdb #325
      • daemon field #327
      • Added --workdir, --entrypoint, and --xargs options to the container-preset function. #328
      • Specify the container_name field, delete the existing container if it exists and then run. #356
  • history-utils #302
    • histogram-column #303
      • histogram column fixed width #308
    • history activities #304
  • Issues #315
    • Sortable completion menu #316
    • Allow searching in completion's description #317
    • Completion of list's elements #333