Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jul 2, 2026. It is now read-only.

wasd243/NeoForgeCode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,874 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows / pwsh port TODO

Core (make it work well on Windows)

  • Prefer pwsh 7+ over cmd.exe for execution (env.rs, with cmd fallback)
  • Adjust command exec args for pwsh if needed (verify after shell swap)
  • Make command generation produce pwsh-style commands on Windows (command_generator prompt)

Integration (the pwsh : system — replaces zsh plugin)

  • Port zsh shell-integration to a pwsh $PROFILE equivalent (forge_main/zsh/)
  • Replace zsh-oriented user prompts/tips with pwsh ones

Slim down (self-use build)

  • Remove unused providers & telemetry (AWS/GCP/posthog/tracker)

TUI

  • Add TUI autocompletion
  • Better rendering includes img, MD highlight, Vim keybind support, etc.

Distribution

  • npm wrapper package for npm i -g on Windows

About

A fork from forgecode for personal usage only

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 94.5%
  • Shell 3.4%
  • Other 2.1%