# This week in Nushell #146
## Nushell
- WindSoilder created [While starting nu, force PWD to be current working directory](https://github.com/nushell/nushell/pull/5751), and [handle SIGQUIT](https://github.com/nushell/nushell/pull/5744), and [add as record tag to transfer result to record](https://github.com/nushell/nushell/pull/5736), and [print warning message if meet non utf-8 path](https://github.com/nushell/nushell/pull/5731), and [fix argument type](https://github.com/nushell/nushell/pull/5695)
- elferherrera created [input and output types](https://github.com/nushell/nushell/pull/5750)
- Kangaxx-0 created [Support completion for alias and sub-command](https://github.com/nushell/nushell/pull/5749)
- rgwood created [Temporarily disable rust-cache in tests](https://github.com/nushell/nushell/pull/5747), and [Clean up README](https://github.com/nushell/nushell/pull/5718), and [Statically link the CRT on Windows](https://github.com/nushell/nushell/pull/5717)
- kubouch [added `$nu.scope.engine_state`](https://github.com/nushell/nushell/pull/5739)
- merelymyself [added search terms to alias](https://github.com/nushell/nushell/pull/5737), and [Improves help str substring](https://github.com/nushell/nushell/pull/5730), and [Attempts to add a command that checks if nushell is running with admin priveleges](https://github.com/nushell/nushell/pull/5712)
- fdncred [made `to text` work more intuitively](https://github.com/nushell/nushell/pull/5733)
- hustcer [fixed: normalize some parameter names](https://github.com/nushell/nushell/pull/5725)
- jaeheonji [added search terms to category of strings](https://github.com/nushell/nushell/pull/5723)
- herlon214 created [nu-engine: better display for shape when showing help params](https://github.com/nushell/nushell/pull/5715)
- sec65 [added loginshell config file #4620](https://github.com/nushell/nushell/pull/5714)
## Documentation
- lfritz created [Fix a couple of typos](https://github.com/nushell/nushell.github.io/pull/492)
- hustcer created [Fix side nav links for nu book](https://github.com/nushell/nushell.github.io/pull/491), and [Fix some broken links](https://github.com/nushell/nushell.github.io/pull/490), and [fix: update deploy workflow for checkout](https://github.com/nushell/nushell.github.io/pull/487), and [Revert "Fix checkout step for feed plugin"](https://github.com/nushell/nushell.github.io/pull/486), and [Fix checkout step for feed plugin](https://github.com/nushell/nushell.github.io/pull/485), and [fix feed plugin configs, make it work as expected](https://github.com/nushell/nushell.github.io/pull/484)
- CAD97 created [Replace `str find-replace` with `str replace` in `coming_from_bash.md`](https://github.com/nushell/nushell.github.io/pull/489)
- sec65 created [Add doc fo loginshell file #4620](https://github.com/nushell/nushell.github.io/pull/488)
## Nu_Scripts
- skelly37 created [Update checker for /etc/hosts](https://github.com/nushell/nu_scripts/pull/249), and [cdpath.nu -- more clear for windows](https://github.com/nushell/nu_scripts/pull/248), and [cdpath fixed for windows](https://github.com/nushell/nu_scripts/pull/247)
## reedline
- phiresky created [SQLite History (third version)](https://github.com/nushell/reedline/pull/401)